diff options
Diffstat (limited to 'drivers/net/bnx2x/bnx2x.h')
-rw-r--r-- | drivers/net/bnx2x/bnx2x.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/net/bnx2x/bnx2x.h b/drivers/net/bnx2x/bnx2x.h index 53fa8ea983e9..333f5d6c6b81 100644 --- a/drivers/net/bnx2x/bnx2x.h +++ b/drivers/net/bnx2x/bnx2x.h | |||
@@ -966,6 +966,8 @@ struct bnx2x_slowpath { | |||
966 | 966 | ||
967 | union { | 967 | union { |
968 | struct function_start_data func_start; | 968 | struct function_start_data func_start; |
969 | /* pfc configuration for DCBX ramrod */ | ||
970 | struct flow_control_configuration pfc_config; | ||
969 | } func_rdata; | 971 | } func_rdata; |
970 | 972 | ||
971 | /* used by dmae command executer */ | 973 | /* used by dmae command executer */ |
@@ -980,8 +982,6 @@ struct bnx2x_slowpath { | |||
980 | 982 | ||
981 | u32 wb_comp; | 983 | u32 wb_comp; |
982 | u32 wb_data[4]; | 984 | u32 wb_data[4]; |
983 | /* pfc configuration for DCBX ramrod */ | ||
984 | struct flow_control_configuration pfc_config; | ||
985 | }; | 985 | }; |
986 | 986 | ||
987 | #define bnx2x_sp(bp, var) (&bp->slowpath->var) | 987 | #define bnx2x_sp(bp, var) (&bp->slowpath->var) |
@@ -1417,9 +1417,6 @@ struct bnx2x { | |||
1417 | char fw_ver[32]; | 1417 | char fw_ver[32]; |
1418 | const struct firmware *firmware; | 1418 | const struct firmware *firmware; |
1419 | 1419 | ||
1420 | /* LLDP params */ | ||
1421 | struct bnx2x_config_lldp_params lldp_config_params; | ||
1422 | |||
1423 | /* DCB support on/off */ | 1420 | /* DCB support on/off */ |
1424 | u16 dcb_state; | 1421 | u16 dcb_state; |
1425 | #define BNX2X_DCB_STATE_OFF 0 | 1422 | #define BNX2X_DCB_STATE_OFF 0 |