Home
last modified time | relevance | path

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

1234

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Ddcbnl.h27 #define IEEE_8021QAZ_MAX_TCS 8 macro
62 uint8_t tc_tx_bw[IEEE_8021QAZ_MAX_TCS];
63 uint8_t tc_rx_bw[IEEE_8021QAZ_MAX_TCS];
64 uint8_t tc_tsa[IEEE_8021QAZ_MAX_TCS];
65 uint8_t prio_tc[IEEE_8021QAZ_MAX_TCS];
66 uint8_t tc_reco_bw[IEEE_8021QAZ_MAX_TCS];
67 uint8_t tc_reco_tsa[IEEE_8021QAZ_MAX_TCS];
79 uint64_t tc_maxrate[IEEE_8021QAZ_MAX_TCS];
120 uint8_t rpg_enable[IEEE_8021QAZ_MAX_TCS];
128 uint32_t rpg_gd[IEEE_8021QAZ_MAX_TCS];
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Ddcbnl.h27 #define IEEE_8021QAZ_MAX_TCS 8 macro
62 uint8_t tc_tx_bw[IEEE_8021QAZ_MAX_TCS];
63 uint8_t tc_rx_bw[IEEE_8021QAZ_MAX_TCS];
64 uint8_t tc_tsa[IEEE_8021QAZ_MAX_TCS];
65 uint8_t prio_tc[IEEE_8021QAZ_MAX_TCS];
66 uint8_t tc_reco_bw[IEEE_8021QAZ_MAX_TCS];
67 uint8_t tc_reco_tsa[IEEE_8021QAZ_MAX_TCS];
79 uint64_t tc_maxrate[IEEE_8021QAZ_MAX_TCS];
120 uint8_t rpg_enable[IEEE_8021QAZ_MAX_TCS];
128 uint32_t rpg_gd[IEEE_8021QAZ_MAX_TCS];
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Ddcbnl.h27 #define IEEE_8021QAZ_MAX_TCS 8 macro
62 __u8 tc_tx_bw[IEEE_8021QAZ_MAX_TCS];
63 __u8 tc_rx_bw[IEEE_8021QAZ_MAX_TCS];
64 __u8 tc_tsa[IEEE_8021QAZ_MAX_TCS];
65 __u8 prio_tc[IEEE_8021QAZ_MAX_TCS];
66 __u8 tc_reco_bw[IEEE_8021QAZ_MAX_TCS];
67 __u8 tc_reco_tsa[IEEE_8021QAZ_MAX_TCS];
79 __u64 tc_maxrate[IEEE_8021QAZ_MAX_TCS];
120 __u8 rpg_enable[IEEE_8021QAZ_MAX_TCS];
128 __u32 rpg_gd[IEEE_8021QAZ_MAX_TCS];
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Ddcbnl.h27 #define IEEE_8021QAZ_MAX_TCS 8 macro
62 __u8 tc_tx_bw[IEEE_8021QAZ_MAX_TCS];
63 __u8 tc_rx_bw[IEEE_8021QAZ_MAX_TCS];
64 __u8 tc_tsa[IEEE_8021QAZ_MAX_TCS];
65 __u8 prio_tc[IEEE_8021QAZ_MAX_TCS];
66 __u8 tc_reco_bw[IEEE_8021QAZ_MAX_TCS];
67 __u8 tc_reco_tsa[IEEE_8021QAZ_MAX_TCS];
79 __u64 tc_maxrate[IEEE_8021QAZ_MAX_TCS];
120 __u8 rpg_enable[IEEE_8021QAZ_MAX_TCS];
128 __u32 rpg_gd[IEEE_8021QAZ_MAX_TCS];
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Ddcbnl.h27 #define IEEE_8021QAZ_MAX_TCS 8 macro
62 uint8_t tc_tx_bw[IEEE_8021QAZ_MAX_TCS];
63 uint8_t tc_rx_bw[IEEE_8021QAZ_MAX_TCS];
64 uint8_t tc_tsa[IEEE_8021QAZ_MAX_TCS];
65 uint8_t prio_tc[IEEE_8021QAZ_MAX_TCS];
66 uint8_t tc_reco_bw[IEEE_8021QAZ_MAX_TCS];
67 uint8_t tc_reco_tsa[IEEE_8021QAZ_MAX_TCS];
79 uint64_t tc_maxrate[IEEE_8021QAZ_MAX_TCS];
120 uint8_t rpg_enable[IEEE_8021QAZ_MAX_TCS];
128 uint32_t rpg_gd[IEEE_8021QAZ_MAX_TCS];
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_dcbnl.c16 ets->ets_cap = IEEE_8021QAZ_MAX_TCS; in fm10k_dcbnl_ieee_getets()
25 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) in fm10k_dcbnl_ieee_getets()
42 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in fm10k_dcbnl_ieee_setets()
55 if (num_tc > IEEE_8021QAZ_MAX_TCS) in fm10k_dcbnl_ieee_setets()
66 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) in fm10k_dcbnl_ieee_setets()
82 pfc->pfc_cap = IEEE_8021QAZ_MAX_TCS; in fm10k_dcbnl_ieee_getpfc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_dcbnl.c16 ets->ets_cap = IEEE_8021QAZ_MAX_TCS; in fm10k_dcbnl_ieee_getets()
25 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) in fm10k_dcbnl_ieee_getets()
42 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in fm10k_dcbnl_ieee_setets()
55 if (num_tc > IEEE_8021QAZ_MAX_TCS) in fm10k_dcbnl_ieee_setets()
66 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) in fm10k_dcbnl_ieee_setets()
82 pfc->pfc_cap = IEEE_8021QAZ_MAX_TCS; in fm10k_dcbnl_ieee_getpfc()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_dcbnl.c16 ets->ets_cap = IEEE_8021QAZ_MAX_TCS; in fm10k_dcbnl_ieee_getets()
25 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) in fm10k_dcbnl_ieee_getets()
42 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in fm10k_dcbnl_ieee_setets()
55 if (num_tc > IEEE_8021QAZ_MAX_TCS) in fm10k_dcbnl_ieee_setets()
66 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) in fm10k_dcbnl_ieee_setets()
82 pfc->pfc_cap = IEEE_8021QAZ_MAX_TCS; in fm10k_dcbnl_ieee_getpfc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dcb.c40 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlxsw_sp_port_ets_validate()
53 if (ets->prio_tc[i] >= IEEE_8021QAZ_MAX_TCS) { in mlxsw_sp_port_ets_validate()
76 for (prio = 0; prio < IEEE_8021QAZ_MAX_TCS; prio++) in mlxsw_sp_port_headroom_ets_set()
99 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in __mlxsw_sp_dcbnl_ieee_setets()
113 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in __mlxsw_sp_dcbnl_ieee_setets()
131 i = IEEE_8021QAZ_MAX_TCS; in __mlxsw_sp_dcbnl_ieee_setets()
135 i = IEEE_8021QAZ_MAX_TCS; in __mlxsw_sp_dcbnl_ieee_setets()
173 if (app->priority >= IEEE_8021QAZ_MAX_TCS) { in mlxsw_sp_dcbnl_app_validate()
466 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlxsw_sp_dcbnl_ieee_setmaxrate()
516 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlxsw_sp_dcbnl_ieee_getpfc()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dcb.c40 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlxsw_sp_port_ets_validate()
53 if (ets->prio_tc[i] >= IEEE_8021QAZ_MAX_TCS) { in mlxsw_sp_port_ets_validate()
76 for (prio = 0; prio < IEEE_8021QAZ_MAX_TCS; prio++) in mlxsw_sp_port_headroom_ets_set()
99 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in __mlxsw_sp_dcbnl_ieee_setets()
113 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in __mlxsw_sp_dcbnl_ieee_setets()
131 i = IEEE_8021QAZ_MAX_TCS; in __mlxsw_sp_dcbnl_ieee_setets()
135 i = IEEE_8021QAZ_MAX_TCS; in __mlxsw_sp_dcbnl_ieee_setets()
173 if (app->priority >= IEEE_8021QAZ_MAX_TCS) { in mlxsw_sp_dcbnl_app_validate()
466 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlxsw_sp_dcbnl_ieee_setmaxrate()
516 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlxsw_sp_dcbnl_ieee_getpfc()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dcb.c40 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlxsw_sp_port_ets_validate()
53 if (ets->prio_tc[i] >= IEEE_8021QAZ_MAX_TCS) { in mlxsw_sp_port_ets_validate()
76 for (prio = 0; prio < IEEE_8021QAZ_MAX_TCS; prio++) in mlxsw_sp_port_headroom_ets_set()
99 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in __mlxsw_sp_dcbnl_ieee_setets()
113 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in __mlxsw_sp_dcbnl_ieee_setets()
131 i = IEEE_8021QAZ_MAX_TCS; in __mlxsw_sp_dcbnl_ieee_setets()
135 i = IEEE_8021QAZ_MAX_TCS; in __mlxsw_sp_dcbnl_ieee_setets()
173 if (app->priority >= IEEE_8021QAZ_MAX_TCS) { in mlxsw_sp_dcbnl_app_validate()
466 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlxsw_sp_dcbnl_ieee_setmaxrate()
516 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlxsw_sp_dcbnl_ieee_getpfc()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx4/
H A Den_dcb_nl.c242 num_tcs = IEEE_8021QAZ_MAX_TCS; in mlx4_en_dcbnl_set_state()
296 ets->ets_cap = IEEE_8021QAZ_MAX_TCS; in mlx4_en_dcbnl_ieee_getets()
311 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlx4_en_ets_validate()
348 __u8 tc_tx_bw[IEEE_8021QAZ_MAX_TCS] = { 0 }; in mlx4_en_config_port_scheduler()
349 __u8 pg[IEEE_8021QAZ_MAX_TCS] = { 0 }; in mlx4_en_config_port_scheduler()
405 pfc->pfc_cap = IEEE_8021QAZ_MAX_TCS; in mlx4_en_dcbnl_ieee_getpfc()
474 ets.ets_cap = IEEE_8021QAZ_MAX_TCS; in mlx4_en_dcbnl_setdcbx()
475 pfc.pfc_cap = IEEE_8021QAZ_MAX_TCS; in mlx4_en_dcbnl_setdcbx()
506 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) in mlx4_en_dcbnl_ieee_getmaxrate()
517 u16 tmp[IEEE_8021QAZ_MAX_TCS]; in mlx4_en_dcbnl_ieee_setmaxrate()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx4/
H A Den_dcb_nl.c242 num_tcs = IEEE_8021QAZ_MAX_TCS; in mlx4_en_dcbnl_set_state()
296 ets->ets_cap = IEEE_8021QAZ_MAX_TCS; in mlx4_en_dcbnl_ieee_getets()
311 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlx4_en_ets_validate()
348 __u8 tc_tx_bw[IEEE_8021QAZ_MAX_TCS] = { 0 }; in mlx4_en_config_port_scheduler()
349 __u8 pg[IEEE_8021QAZ_MAX_TCS] = { 0 }; in mlx4_en_config_port_scheduler()
405 pfc->pfc_cap = IEEE_8021QAZ_MAX_TCS; in mlx4_en_dcbnl_ieee_getpfc()
474 ets.ets_cap = IEEE_8021QAZ_MAX_TCS; in mlx4_en_dcbnl_setdcbx()
475 pfc.pfc_cap = IEEE_8021QAZ_MAX_TCS; in mlx4_en_dcbnl_setdcbx()
506 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) in mlx4_en_dcbnl_ieee_getmaxrate()
517 u16 tmp[IEEE_8021QAZ_MAX_TCS]; in mlx4_en_dcbnl_ieee_setmaxrate()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx4/
H A Den_dcb_nl.c242 num_tcs = IEEE_8021QAZ_MAX_TCS; in mlx4_en_dcbnl_set_state()
296 ets->ets_cap = IEEE_8021QAZ_MAX_TCS; in mlx4_en_dcbnl_ieee_getets()
311 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlx4_en_ets_validate()
348 __u8 tc_tx_bw[IEEE_8021QAZ_MAX_TCS] = { 0 }; in mlx4_en_config_port_scheduler()
349 __u8 pg[IEEE_8021QAZ_MAX_TCS] = { 0 }; in mlx4_en_config_port_scheduler()
405 pfc->pfc_cap = IEEE_8021QAZ_MAX_TCS; in mlx4_en_dcbnl_ieee_getpfc()
474 ets.ets_cap = IEEE_8021QAZ_MAX_TCS; in mlx4_en_dcbnl_setdcbx()
475 pfc.pfc_cap = IEEE_8021QAZ_MAX_TCS; in mlx4_en_dcbnl_setdcbx()
506 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) in mlx4_en_dcbnl_ieee_getmaxrate()
517 u16 tmp[IEEE_8021QAZ_MAX_TCS]; in mlx4_en_dcbnl_ieee_setmaxrate()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.c305 __u16 refill[IEEE_8021QAZ_MAX_TCS], max[IEEE_8021QAZ_MAX_TCS]; in ixgbe_dcb_hw_ets()
306 __u8 prio_type[IEEE_8021QAZ_MAX_TCS]; in ixgbe_dcb_hw_ets()
310 __u8 bwg_id[IEEE_8021QAZ_MAX_TCS] = {0, 1, 2, 3, 4, 5, 6, 7}; in ixgbe_dcb_hw_ets()
313 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in ixgbe_dcb_hw_ets()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.c305 __u16 refill[IEEE_8021QAZ_MAX_TCS], max[IEEE_8021QAZ_MAX_TCS]; in ixgbe_dcb_hw_ets()
306 __u8 prio_type[IEEE_8021QAZ_MAX_TCS]; in ixgbe_dcb_hw_ets()
310 __u8 bwg_id[IEEE_8021QAZ_MAX_TCS] = {0, 1, 2, 3, 4, 5, 6, 7}; in ixgbe_dcb_hw_ets()
313 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in ixgbe_dcb_hw_ets()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.c305 __u16 refill[IEEE_8021QAZ_MAX_TCS], max[IEEE_8021QAZ_MAX_TCS]; in ixgbe_dcb_hw_ets()
306 __u8 prio_type[IEEE_8021QAZ_MAX_TCS]; in ixgbe_dcb_hw_ets()
310 __u8 bwg_id[IEEE_8021QAZ_MAX_TCS] = {0, 1, 2, 3, 4, 5, 6, 7}; in ixgbe_dcb_hw_ets()
313 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in ixgbe_dcb_hw_ets()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c111 u8 tc_group[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_getets()
252 u8 tc_tx_bw[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_setets_core()
253 u8 tc_group[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_setets_core()
275 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlx5e_dcbnl_ieee_setets_core()
294 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlx5e_dbcnl_validate_ets()
304 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlx5e_dbcnl_validate_ets()
551 u8 max_bw_value[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_getmaxrate()
552 u8 max_bw_unit[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_getmaxrate()
586 u8 max_bw_value[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_setmaxrate()
587 u8 max_bw_unit[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_setmaxrate()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c111 u8 tc_group[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_getets()
252 u8 tc_tx_bw[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_setets_core()
253 u8 tc_group[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_setets_core()
275 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlx5e_dcbnl_ieee_setets_core()
294 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlx5e_dbcnl_validate_ets()
304 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlx5e_dbcnl_validate_ets()
551 u8 max_bw_value[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_getmaxrate()
552 u8 max_bw_unit[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_getmaxrate()
586 u8 max_bw_value[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_setmaxrate()
587 u8 max_bw_unit[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_setmaxrate()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c111 u8 tc_group[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_getets()
252 u8 tc_tx_bw[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_setets_core()
253 u8 tc_group[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_setets_core()
275 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlx5e_dcbnl_ieee_setets_core()
294 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlx5e_dbcnl_validate_ets()
304 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in mlx5e_dbcnl_validate_ets()
551 u8 max_bw_value[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_getmaxrate()
552 u8 max_bw_unit[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_getmaxrate()
586 u8 max_bw_value[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_setmaxrate()
587 u8 max_bw_unit[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_setmaxrate()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c50 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in bnxt_hwrm_queue_pri2cos_cfg()
77 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in bnxt_hwrm_queue_pri2cos_qcfg()
242 for (pri = 0; pri < IEEE_8021QAZ_MAX_TCS; pri++) { in bnxt_hwrm_queue_pfc_cfg()
310 n = IEEE_8021QAZ_MAX_TCS; in bnxt_hwrm_set_dcbx_app()
439 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in bnxt_ets_validate()
526 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) in bnxt_dcbnl_ieee_setets()
527 my_ets->prio_tc[i] = IEEE_8021QAZ_MAX_TCS; in bnxt_dcbnl_ieee_setets()
576 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++, rx_off++, tx_off++) { in bnxt_dcbnl_ieee_getpfc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c50 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in bnxt_hwrm_queue_pri2cos_cfg()
77 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in bnxt_hwrm_queue_pri2cos_qcfg()
242 for (pri = 0; pri < IEEE_8021QAZ_MAX_TCS; pri++) { in bnxt_hwrm_queue_pfc_cfg()
310 n = IEEE_8021QAZ_MAX_TCS; in bnxt_hwrm_set_dcbx_app()
439 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in bnxt_ets_validate()
526 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) in bnxt_dcbnl_ieee_setets()
527 my_ets->prio_tc[i] = IEEE_8021QAZ_MAX_TCS; in bnxt_dcbnl_ieee_setets()
576 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++, rx_off++, tx_off++) { in bnxt_dcbnl_ieee_getpfc()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c50 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in bnxt_hwrm_queue_pri2cos_cfg()
77 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in bnxt_hwrm_queue_pri2cos_qcfg()
242 for (pri = 0; pri < IEEE_8021QAZ_MAX_TCS; pri++) { in bnxt_hwrm_queue_pfc_cfg()
310 n = IEEE_8021QAZ_MAX_TCS; in bnxt_hwrm_set_dcbx_app()
439 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) { in bnxt_ets_validate()
526 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) in bnxt_dcbnl_ieee_setets()
527 my_ets->prio_tc[i] = IEEE_8021QAZ_MAX_TCS; in bnxt_dcbnl_ieee_setets()
576 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++, rx_off++, tx_off++) { in bnxt_dcbnl_ieee_getpfc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Ddcbnl.h25 u8 tc_tsa[IEEE_8021QAZ_MAX_TCS];
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Ddcbnl.h25 u8 tc_tsa[IEEE_8021QAZ_MAX_TCS];

1234