aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_dcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_dcb.h')
-rw-r--r--drivers/net/ixgbe/ixgbe_dcb.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/ixgbe/ixgbe_dcb.h b/drivers/net/ixgbe/ixgbe_dcb.h
index 944838fc7b59..e85826ae0320 100644
--- a/drivers/net/ixgbe/ixgbe_dcb.h
+++ b/drivers/net/ixgbe/ixgbe_dcb.h
@@ -123,11 +123,6 @@ struct tc_configuration {
123 u8 tc; /* Traffic class (TC) */ 123 u8 tc; /* Traffic class (TC) */
124}; 124};
125 125
126enum dcb_rx_pba_cfg {
127 pba_equal, /* PBA[0-7] each use 64KB FIFO */
128 pba_80_48 /* PBA[0-3] each use 80KB, PBA[4-7] each use 48KB */
129};
130
131struct dcb_num_tcs { 126struct dcb_num_tcs {
132 u8 pg_tcs; 127 u8 pg_tcs;
133 u8 pfc_tcs; 128 u8 pfc_tcs;
@@ -140,8 +135,6 @@ struct ixgbe_dcb_config {
140 u8 bw_percentage[2][MAX_BW_GROUP]; /* One each for Tx/Rx */ 135 u8 bw_percentage[2][MAX_BW_GROUP]; /* One each for Tx/Rx */
141 bool pfc_mode_enable; 136 bool pfc_mode_enable;
142 137
143 enum dcb_rx_pba_cfg rx_pba_cfg;
144
145 u32 dcb_cfg_version; /* Not used...OS-specific? */ 138 u32 dcb_cfg_version; /* Not used...OS-specific? */
146 u32 link_speed; /* For bandwidth allocation validation purpose */ 139 u32 link_speed; /* For bandwidth allocation validation purpose */
147}; 140};