Home
last modified time | relevance | path

Searched refs:pq_params (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.c356 struct init_qm_pq_params *pq_params, in ecore_tx_pq_map_rt_init() argument
390 voq = VOQ(port_id, pq_params[i].tc_id, max_phys_tcs_per_port); in ecore_tx_pq_map_rt_init()
392 rl_valid = pq_params[i].rl_valid && pq_params[i].vport_id < max_qm_global_rls; in ecore_tx_pq_map_rt_init()
395 vport_id_in_pf = pq_params[i].vport_id - start_vport; in ecore_tx_pq_map_rt_init()
396 first_tx_pq_id = vport_params[vport_id_in_pf].first_tx_pq_id[pq_params[i].tc_id]; in ecore_tx_pq_map_rt_init()
400 vport_params[vport_id_in_pf].first_tx_pq_id[pq_params[i].tc_id] = pq_id; in ecore_tx_pq_map_rt_init()
408 if (pq_params[i].rl_valid && pq_params[i].vport_id >= max_qm_global_rls) in ecore_tx_pq_map_rt_init()
418 SET_FIELD(tx_pq_map.reg, QM_RF_PQ_MAP_WRR_WEIGHT_GROUP, pq_params[i].wrr_group); in ecore_tx_pq_map_rt_init()
483 struct init_qm_pq_params *pq_params) in ecore_pf_wfq_rt_init() argument
498 voq = VOQ(port_id, pq_params[i].tc_id, max_phys_tcs_per_port); in ecore_pf_wfq_rt_init()
[all …]
H A Decore_init_fw_funcs.h137 struct init_qm_pq_params *pq_params,