summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_sp.h
diff options
context:
space:
mode:
authorMintz, Yuval <Yuval.Mintz@cavium.com>2017-06-02 08:58:33 +0300
committerDavid S. Miller <davem@davemloft.net>2017-06-02 10:33:03 -0400
commitdc4528e9e890f82900d75ac6276aba8ce89a80b6 (patch)
tree14b64a9d5448aa40bdd21db69fca810b17080e6e /drivers/net/ethernet/qlogic/qed/qed_sp.h
parent20675b37ee76d11430fd3d4da0851fc6a4e36abc (diff)
downloadlinux-stable-dc4528e9e890f82900d75ac6276aba8ce89a80b6.tar.gz
linux-stable-dc4528e9e890f82900d75ac6276aba8ce89a80b6.tar.bz2
linux-stable-dc4528e9e890f82900d75ac6276aba8ce89a80b6.zip
qed: Add support for changing iSCSI mac
Enhance API between qedi and qed, allowing qedi to inform device's firmware when the iSCSI mac is to be changed. Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qlogic/qed/qed_sp.h')
-rw-r--r--drivers/net/ethernet/qlogic/qed/qed_sp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/qlogic/qed/qed_sp.h b/drivers/net/ethernet/qlogic/qed/qed_sp.h
index b9464f3ab0e2..00dd50f8c42f 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_sp.h
+++ b/drivers/net/ethernet/qlogic/qed/qed_sp.h
@@ -120,6 +120,7 @@ union ramrod_data {
struct iscsi_spe_func_dstry iscsi_destroy;
struct iscsi_spe_conn_offload iscsi_conn_offload;
struct iscsi_conn_update_ramrod_params iscsi_conn_update;
+ struct iscsi_spe_conn_mac_update iscsi_conn_mac_update;
struct iscsi_spe_conn_termination iscsi_conn_terminate;
struct vf_start_ramrod_data vf_start;