summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h
diff options
context:
space:
mode:
authorYuval Mintz2014-09-17 15:24:38 +0200
committerDavid S. Miller2014-09-19 22:31:08 +0200
commit83bad206f7dd6638251840fa7846680f44c30bb4 (patch)
treefa4dfac2f227649f2f56f8777777ce8c3549878b /drivers/net/ethernet/broadcom/bnx2x/bnx2x.h
parentbnx2x: New multi-function mode: UFP (diff)
downloadkernel-qcow2-linux-83bad206f7dd6638251840fa7846680f44c30bb4.tar.gz
kernel-qcow2-linux-83bad206f7dd6638251840fa7846680f44c30bb4.tar.xz
kernel-qcow2-linux-83bad206f7dd6638251840fa7846680f44c30bb4.zip
bnx2x: Add a fallback multi-function mode NPAR1.5
When using new Multi-function modes it's possible that due to incompatible configuration management FW will fallback into an existing mode. Notice that at the moment this fallback is exactly the same as the already existing switch-independent multi-function mode, but we still use existing infrastructure to hold this information [in case some small differences will arise in the future]. Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: Dmitry Kravkov <Dmitry.Kravkov@qlogic.com> Signed-off-by: Ariel Elior <Ariel.Elior@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/broadcom/bnx2x/bnx2x.h')
-rw-r--r--drivers/net/ethernet/broadcom/bnx2x/bnx2x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h
index 10291df0b983..c3a6072134f5 100644
--- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h
+++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h
@@ -1451,6 +1451,7 @@ struct bnx2x_fp_stats {
enum {
SUB_MF_MODE_UNKNOWN = 0,
SUB_MF_MODE_UFP,
+ SUB_MF_MODE_NPAR1_DOT_5,
};
struct bnx2x {