Home
last modified time | relevance | path

Searched defs:max_phys_tcs_per_port (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_fw_funcs.c160 #define PHYS_VOQ(port, tc, max_phys_tcs_per_port) ((port) * (max_phys_tcs_per_port) + (tc)) argument
162 #define VOQ(port, tc, max_phys_tcs_per_port) ((tc) < LB_TC ? PHYS_VOQ(port, tc, max_phys_tcs_per… argument
245 u8 max_phys_tcs_per_port, in ecore_cmdq_lines_rt_init()
304 u8 max_phys_tcs_per_port, in ecore_btb_blocks_rt_init()
347 u8 max_phys_tcs_per_port, in ecore_tx_pq_map_rt_init()
481 u8 max_phys_tcs_per_port, in ecore_pf_wfq_rt_init()
651 u8 max_phys_tcs_per_port, in ecore_qm_common_rt_init()
696 u8 max_phys_tcs_per_port, in ecore_qm_pf_rt_init()
H A Decore.h541 u8 max_phys_tcs_per_port; member