commit | bc36d2fc93eb2eaef3ab7fbe40d9fc1c5e8bf969 | [log] [tgz] |
---|---|---|
author | Karsten Graul <kgraul@linux.ibm.com> | Fri Apr 12 12:57:26 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 12 10:50:56 2019 -0700 |
tree | ebfed7d8a4f98351173564fb91a4e128615a2eb5 | |
parent | 598866974c94eecb842291253780274f96b3d919 [diff] |
net/smc: consolidate function parameters During initialization of an SMC socket a lot of function parameters need to get passed down the function call path. Consolidate the parameters in a helper struct so there are less enough parameters to get all passed by register. Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: Ursula Braun <ubraun@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>