Searched refs:num_tids (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_init_fw_funcs.h | 60 u32 num_tids, 129 u32 num_tids,
|
H A D | ecore_init_fw_funcs.c | 447 u32 num_tids, in ecore_other_pq_map_rt_init() argument 457 pq_size = num_pf_cids + num_tids; in ecore_other_pq_map_rt_init() 640 u32 num_tids, in ecore_qm_pf_mem_size() argument 646 QM_PQ_MEM_4KB(num_pf_cids + num_tids) * QM_OTHER_PQS_PER_PF; in ecore_qm_pf_mem_size() 700 u32 num_tids, in ecore_qm_pf_rt_init() argument 714 other_mem_size_4kb = QM_PQ_MEM_4KB(num_pf_cids + num_tids) * QM_OTHER_PQS_PER_PF; in ecore_qm_pf_rt_init() 723 ecore_other_pq_map_rt_init(p_hwfn, port_id, pf_id, num_pf_cids, num_tids, 0); in ecore_qm_pf_rt_init()
|