Searched refs:pq_id (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_init_fw_funcs.c | 468 for (i = 0, pq_id = start_pq; i < num_pqs; i++, pq_id++) { in ecore_tx_pq_map_rt_init() 489 first_tx_pq_id = pq_id; in ecore_tx_pq_map_rt_init() 509 (pq_id * 2) + j, 0); in ecore_tx_pq_map_rt_init() 525 (1 << (pq_id % QM_PF_QUEUE_GROUP_SIZE)); in ecore_tx_pq_map_rt_init() 550 u16 i, j, pq_id, pq_group; in ecore_other_pq_map_rt_init() local 579 (pq_id * 2) + j, 0); in ecore_other_pq_map_rt_init() 972 u32 pq_mask = 0, last_pq, pq_id; in ecore_send_qm_stop_cmd() local 980 for (pq_id = start_pq; pq_id <= last_pq; pq_id++) { in ecore_send_qm_stop_cmd() 986 if ((pq_id == last_pq) || in ecore_send_qm_stop_cmd() 987 (pq_id % QM_STOP_PQ_MASK_WIDTH == in ecore_send_qm_stop_cmd() [all …]
|
| H A D | ecore_l2.h | 141 u16 pq_id);
|
| H A D | ecore_iro.h | 39 #define XSTORM_PQ_INFO_OFFSET(pq_id) (IRO[8].base + ((pq_id) * IRO[8].m1)) argument
|
| H A D | ecore_l2.c | 1152 u16 pq_id) in ecore_eth_txq_start_ramrod() argument 1184 p_ramrod->qm_pq_id = OSAL_CPU_TO_LE16(pq_id); in ecore_eth_txq_start_ramrod() 1197 u16 pq_id; in ecore_eth_pf_tx_queue_start() local 1205 pq_id = ecore_get_cm_pq_idx_rl(p_hwfn, p_cid->rel.queue_id); in ecore_eth_pf_tx_queue_start() 1207 pq_id = ecore_get_cm_pq_idx_mcos(p_hwfn, tc); in ecore_eth_pf_tx_queue_start() 1210 pbl_size, pq_id); in ecore_eth_pf_tx_queue_start()
|