Home
last modified time | relevance | path

Searched refs:IEEE_8021QAZ_MAX_TCS (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Ddcbnl.h26 #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/
Dfm10k_dcbnl.c34 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/
Den_dcb_nl.c93 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 …]
Dmlx4_en.h588 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/
Dixgbe_dcb.c318 __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()
Dixgbe_dcb_nl.c365 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/
Dxgbe-dcb.c152 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in xgbe_dcb_ieee_setets()
Dxgbe.h779 unsigned int prio2q_map[IEEE_8021QAZ_MAX_TCS];
Dxgbe-dev.c1355 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/
Dcxgb4_dcb.c950 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in cxgb4_ieee_read_ets()