Home
last modified time | relevance | path

Searched refs:rel (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/qede/base/
H A Decore_l2.c134 u16 queue_id = p_cid->rel.queue_id; in ecore_eth_queue_qid_usage_add()
215 p_cid->rel.vport_id = p_params->vport_id; in _ecore_eth_queue_to_cid()
216 p_cid->rel.queue_id = p_params->queue_id; in _ecore_eth_queue_to_cid()
217 p_cid->rel.stats_id = p_params->stats_id; in _ecore_eth_queue_to_cid()
233 p_cid->abs = p_cid->rel; in _ecore_eth_queue_to_cid()
255 rc = ecore_fw_vport(p_hwfn, p_cid->rel.stats_id, in _ecore_eth_queue_to_cid()
260 p_cid->abs.stats_id = p_cid->rel.stats_id; in _ecore_eth_queue_to_cid()
277 p_cid->rel.vport_id, p_cid->abs.vport_id, in _ecore_eth_queue_to_cid()
278 p_cid->rel.queue_id, p_cid->qid_usage_idx, in _ecore_eth_queue_to_cid()
280 p_cid->rel.stats_id, p_cid->abs.stats_id, in _ecore_eth_queue_to_cid()
[all …]
H A Decore_l2.h55 struct ecore_queue_cid_params rel; member
H A Decore_vf.c850 u16 rx_qid = p_cid->rel.queue_id; in ecore_vf_pf_rxq_start()
934 req->rx_qid = p_cid->rel.queue_id; in ecore_vf_pf_rxq_stop()
970 u16 qid = p_cid->rel.queue_id; in ecore_vf_pf_txq_start()
1034 req->tx_qid = p_cid->rel.queue_id; in ecore_vf_pf_txq_stop()
1085 req->rx_qid = (*pp_cid)->rel.queue_id; in ecore_vf_pf_rxqs_update()
1392 p_rss_tlv->rss_ind_table[i] = p_queue->rel.queue_id; in ecore_vf_pf_vport_update()
1623 req->qid = p_cid->rel.queue_id; in ecore_vf_pf_get_coalesce()
1659 req->qid = p_cid->rel.queue_id; in ecore_vf_pf_set_coalesce()
H A Decore_sriov.c2141 p_cid->rel.queue_id); in ecore_iov_configure_vport_forced()