Home
last modified time | relevance | path

Searched refs:start_pq (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_fw_funcs.h106 u16 start_pq,
214 u16 start_pq,
H A Decore_init_fw_funcs.c430 u16 start_pq, in ecore_tx_pq_map_rt_init() argument
449 first_pq_group = start_pq / QM_PF_QUEUE_GROUP_SIZE; in ecore_tx_pq_map_rt_init()
450 last_pq_group = (start_pq + num_pqs - 1) / QM_PF_QUEUE_GROUP_SIZE; in ecore_tx_pq_map_rt_init()
468 for (i = 0, pq_id = start_pq; i < num_pqs; i++, pq_id++) { in ecore_tx_pq_map_rt_init()
800 u16 start_pq, in ecore_qm_pf_rt_init() argument
832 start_pq, num_pf_pqs, num_vf_pqs, in ecore_qm_pf_rt_init()
969 bool is_tx_pq, u16 start_pq, u16 num_pqs) in ecore_send_qm_stop_cmd() argument
974 last_pq = start_pq + num_pqs - 1; in ecore_send_qm_stop_cmd()
980 for (pq_id = start_pq; pq_id <= last_pq; pq_id++) { in ecore_send_qm_stop_cmd()
H A Decore_dev.c1795 qm_info->start_pq = (u16)RESC_START(p_hwfn, ECORE_PQ); in ecore_init_qm_params()
1991 *base_pq_idx = p_hwfn->qm_info.start_pq + pq_val; in ecore_init_qm_set_idx()
2034 u16 start_pq, pq, qm_pq_idx; in ecore_get_qm_vport_idx_rl() local
2037 start_pq = p_hwfn->qm_info.start_pq; in ecore_get_qm_vport_idx_rl()
2038 qm_pq_idx = pq - start_pq - CM_TX_PQ_BASE; in ecore_get_qm_vport_idx_rl()
2196 qm_info->start_pq, qm_info->start_vport, qm_info->pure_lb_pq, in ecore_dp_init_qm_params()
2239 qm_info->start_pq + i, pq->port_id, pq->vport_id, in ecore_dp_init_qm_params()
2288 qm_info->start_pq, qm_info->num_pqs); in ecore_qm_reconf()
2306 qm_info->start_pq, qm_info->num_pqs); in ecore_qm_reconf()
H A Decore.h477 u16 start_pq; member
H A Decore_cxt.c1416 qm_info->start_pq, in ecore_qm_init_pf()