Searched refs:IEEE_8021QAZ_MAX_TCS (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | dcbnl.h | 26 #define IEEE_8021QAZ_MAX_TCS 8 macro 61 __u8 tc_tx_bw[IEEE_8021QAZ_MAX_TCS]; 62 __u8 tc_rx_bw[IEEE_8021QAZ_MAX_TCS]; 63 __u8 tc_tsa[IEEE_8021QAZ_MAX_TCS]; 64 __u8 prio_tc[IEEE_8021QAZ_MAX_TCS]; 65 __u8 tc_reco_bw[IEEE_8021QAZ_MAX_TCS]; 66 __u8 tc_reco_tsa[IEEE_8021QAZ_MAX_TCS]; 67 __u8 reco_prio_tc[IEEE_8021QAZ_MAX_TCS]; 78 __u64 tc_maxrate[IEEE_8021QAZ_MAX_TCS]; 119 __u8 rpg_enable[IEEE_8021QAZ_MAX_TCS]; [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_dcbnl.c | 34 ets->ets_cap = IEEE_8021QAZ_MAX_TCS; in fm10k_dcbnl_ieee_getets() 43 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) in fm10k_dcbnl_ieee_getets() 60 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in fm10k_dcbnl_ieee_setets() 73 if (num_tc > IEEE_8021QAZ_MAX_TCS) in fm10k_dcbnl_ieee_setets() 84 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) in fm10k_dcbnl_ieee_setets() 100 pfc->pfc_cap = IEEE_8021QAZ_MAX_TCS; in fm10k_dcbnl_ieee_getpfc()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_dcb_nl.c | 93 ets->ets_cap = IEEE_8021QAZ_MAX_TCS; in mlx4_en_dcbnl_ieee_getets() 108 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlx4_en_ets_validate() 144 __u8 tc_tx_bw[IEEE_8021QAZ_MAX_TCS] = { 0 }; in mlx4_en_config_port_scheduler() 145 __u8 pg[IEEE_8021QAZ_MAX_TCS] = { 0 }; in mlx4_en_config_port_scheduler() 151 for (i = IEEE_8021QAZ_MAX_TCS - 1; i >= 0; i--) { in mlx4_en_config_port_scheduler() 197 pfc->pfc_cap = IEEE_8021QAZ_MAX_TCS; in mlx4_en_dcbnl_ieee_getpfc() 261 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) in mlx4_en_dcbnl_ieee_getmaxrate() 272 u16 tmp[IEEE_8021QAZ_MAX_TCS]; in mlx4_en_dcbnl_ieee_setmaxrate() 275 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlx4_en_dcbnl_ieee_setmaxrate() 316 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlx4_en_dcbnl_ieee_getqcn() [all …]
|
D | mlx4_en.h | 588 u16 maxrate[IEEE_8021QAZ_MAX_TCS]; 589 enum dcbnl_cndd_states cndd_state[IEEE_8021QAZ_MAX_TCS];
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb.c | 318 __u16 refill[IEEE_8021QAZ_MAX_TCS], max[IEEE_8021QAZ_MAX_TCS]; in ixgbe_dcb_hw_ets() 319 __u8 prio_type[IEEE_8021QAZ_MAX_TCS]; in ixgbe_dcb_hw_ets() 323 __u8 bwg_id[IEEE_8021QAZ_MAX_TCS] = {0, 1, 2, 3, 4, 5, 6, 7}; in ixgbe_dcb_hw_ets() 326 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in ixgbe_dcb_hw_ets()
|
D | ixgbe_dcb_nl.c | 365 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) in ixgbe_dcbnl_set_all() 551 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) in ixgbe_dcbnl_ieee_setets() 553 IEEE_8021QAZ_MAX_TCS; in ixgbe_dcbnl_ieee_setets() 559 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in ixgbe_dcbnl_ieee_setets()
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dcb.c | 152 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in xgbe_dcb_ieee_setets()
|
D | xgbe.h | 779 unsigned int prio2q_map[IEEE_8021QAZ_MAX_TCS];
|
D | xgbe-dev.c | 1355 for (prio = 0; prio < IEEE_8021QAZ_MAX_TCS; prio++) { in xgbe_config_dcb_pfc() 2081 prio_queues = min_t(unsigned int, IEEE_8021QAZ_MAX_TCS, in xgbe_config_queue_mapping() 2083 ppq = IEEE_8021QAZ_MAX_TCS / prio_queues; in xgbe_config_queue_mapping() 2084 ppq_extra = IEEE_8021QAZ_MAX_TCS % prio_queues; in xgbe_config_queue_mapping()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.c | 950 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in cxgb4_ieee_read_ets()
|