]> Git Repo - linux.git/commit - net/smc/smc_clc.h
net/smc: consolidate function parameters
authorKarsten Graul <[email protected]>
Fri, 12 Apr 2019 10:57:26 +0000 (12:57 +0200)
committerDavid S. Miller <[email protected]>
Fri, 12 Apr 2019 17:50:56 +0000 (10:50 -0700)
commitbc36d2fc93eb2eaef3ab7fbe40d9fc1c5e8bf969
treeebfed7d8a4f98351173564fb91a4e128615a2eb5
parent598866974c94eecb842291253780274f96b3d919
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 <[email protected]>
Signed-off-by: Ursula Braun <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/smc/af_smc.c
net/smc/smc_clc.c
net/smc/smc_clc.h
net/smc/smc_core.c
net/smc/smc_core.h
net/smc/smc_pnet.c
net/smc/smc_pnet.h
This page took 0.058971 seconds and 4 git commands to generate.