Home
last modified time | relevance | path

Searched refs:p_queue (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_sriov.c257 if (p_queue->cids[i].p_cid && in ecore_iov_get_vf_rx_queue_cid()
258 !p_queue->cids[i].b_is_tx) in ecore_iov_get_vf_rx_queue_cid()
259 return p_queue->cids[i].p_cid; in ecore_iov_get_vf_rx_queue_cid()
1223 p_queue->fw_rx_qid, p_queue->fw_tx_qid); in ecore_iov_init_hw_for_vf()
1608 if (!p_queue->cids[j].p_cid) in ecore_iov_vf_cleanup()
1612 p_queue->cids[j].p_cid); in ecore_iov_vf_cleanup()
2384 struct ecore_vf_queue *p_queue; in ecore_iov_vf_mbx_start_rxq() local
2657 struct ecore_vf_queue *p_queue; in ecore_iov_vf_mbx_start_txq() local
2731 struct ecore_vf_queue *p_queue; in ecore_iov_vf_stop_rxqs() local
2777 struct ecore_vf_queue *p_queue; in ecore_iov_vf_stop_txqs() local
[all …]
H A Decore_vf.c1392 struct ecore_queue_cid *p_queue; in ecore_vf_pf_vport_update() local
1394 p_queue = rss_params->rss_ind_table[i]; in ecore_vf_pf_vport_update()
1395 p_rss_tlv->rss_ind_table[i] = p_queue->rel.queue_id; in ecore_vf_pf_vport_update()
H A Decore_l2.c528 struct ecore_queue_cid *p_queue = p_rss->rss_ind_table[i]; in ecore_sp_vport_update_rss() local
530 if (!p_queue) in ecore_sp_vport_update_rss()
534 OSAL_CPU_TO_LE16(p_queue->abs.queue_id); in ecore_sp_vport_update_rss()