Home
last modified time | relevance | path

Searched refs:NUM_OF_TCS (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_init_func.h79 struct init_ets_tc_req tc_req[NUM_OF_TCS] /* ETS initialization requirements per TC. */;
147 __le16 first_tx_pq_id[NUM_OF_TCS] /* the first Tx PQ ID associated with this VPORT for each TC. */;
H A Dcommon_hsi.h160 #define NUM_OF_TCS (NUM_OF_PHYS_TCS + 1) macro
168 #define MAX_NUM_VOQS_BB (NUM_OF_TCS * MAX_NUM_PORTS_BB)
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hsi_init_func.h79 struct init_ets_tc_req tc_req[NUM_OF_TCS] /* ETS initialization requirements per TC. */;
147 __le16 first_tx_pq_id[NUM_OF_TCS] /* the first Tx PQ ID associated with this VPORT for each TC. */;
H A Decore_init_fw_funcs.c553 for (tc = 0; tc < NUM_OF_TCS; tc++) { in ecore_vp_wfq_rt_init()
718 for(tc = 0; tc < NUM_OF_TCS; tc++) in ecore_qm_pf_rt_init()
789 u16 first_tx_pq_id[NUM_OF_TCS], in ecore_init_vport_wfq() argument
802 for (tc = 0; tc < NUM_OF_TCS; tc++) { in ecore_init_vport_wfq()
911 num_tc = is_lb ? NUM_OF_TCS : NUM_OF_PHYS_TCS; in ecore_init_nig_ets()
1075 for (tc = 0; tc < NUM_OF_TCS; tc++) { in ecore_init_prs_ets()
1100 for (tc = 0; tc < NUM_OF_TCS; tc++) { in ecore_init_prs_ets()
1171 for (tc = 0; tc < NUM_OF_TCS; tc++, reg_offset += 4) { in ecore_init_brb_ram()
H A Decore_init_fw_funcs.h184 u16 first_tx_pq_id[NUM_OF_TCS],
H A Decore_dev.c723 for (tc = 0; tc < NUM_OF_TCS; tc++) in ecore_dp_init_qm_params()