bnx2x: Add missing VFs reference in macros
Add missing 57712_VF and 57800_VF to CHIP_IS_E2 and CHIP_IS_E3
macros (missing from commit 8395be5
).
Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Ariel Elior <ariele@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
04c4673665
commit
6ab20355c0
@ -843,9 +843,11 @@ struct bnx2x_common {
|
||||
#define CHIP_IS_E1H(bp) (CHIP_IS_57711(bp) || \
|
||||
CHIP_IS_57711E(bp))
|
||||
#define CHIP_IS_E2(bp) (CHIP_IS_57712(bp) || \
|
||||
CHIP_IS_57712_MF(bp))
|
||||
CHIP_IS_57712_MF(bp) || \
|
||||
CHIP_IS_57712_VF(bp))
|
||||
#define CHIP_IS_E3(bp) (CHIP_IS_57800(bp) || \
|
||||
CHIP_IS_57800_MF(bp) || \
|
||||
CHIP_IS_57800_VF(bp) || \
|
||||
CHIP_IS_57810(bp) || \
|
||||
CHIP_IS_57810_MF(bp) || \
|
||||
CHIP_IS_57810_VF(bp) || \
|
||||
|
Loading…
Reference in New Issue
Block a user