commit | 3d9725a6a1330bed78f452ba3b171b24d9b83ac7 | [log] [tgz] |
---|---|---|
author | Ursula Braun <ubraun@linux.ibm.com> | Thu Sep 10 18:48:23 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 10 15:24:26 2020 -0700 |
tree | 898431ec500dbecd31a3ff6763f28c1c7dae785d | |
parent | 6bb14e48ee8d8ec23d191fd91de33f09da1ecce4 [diff] |
net/smc: common routine for CLC accept and confirm smc_clc_send_accept() and smc_clc_send_confirm() are quite similar. Move common code into a separate function smc_clc_send_confirm_accept(). And introduce separate SMCD and SMCR struct definitions for CLC accept resp. confirm. No functional change. Signed-off-by: Ursula Braun <ubraun@linux.ibm.com> Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>