Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_l2.h50 u8 qid_usage_idx; member
79 u8 qid_usage_idx; member
H A Decore_sriov.c2383 u8 qid_usage_idx, vf_legacy = 0; in ecore_iov_vf_mbx_start_rxq() local
2423 vf_params.qid_usage_idx = qid_usage_idx; in ecore_iov_vf_mbx_start_rxq()
2661 u8 qid_usage_idx, vf_legacy; in ecore_iov_vf_mbx_start_txq() local
2699 vf_params.qid_usage_idx = qid_usage_idx; in ecore_iov_vf_mbx_start_txq()
2728 u8 qid_usage_idx, in ecore_iov_vf_stop_rxqs() argument
2755 rxq_id, p_cid->qid_usage_idx); in ecore_iov_vf_stop_rxqs()
2775 u8 qid_usage_idx) in ecore_iov_vf_stop_txqs() argument
2806 u8 qid_usage_idx; in ecore_iov_vf_mbx_stop_rxqs() local
2844 u8 qid_usage_idx; in ecore_iov_vf_mbx_stop_txqs() local
2866 qid_usage_idx); in ecore_iov_vf_mbx_stop_txqs()
[all …]
H A Decore_l2.c156 p_cid->qid_usage_idx = first; in ecore_eth_queue_qid_usage_add()
168 OSAL_CLEAR_BIT(p_cid->qid_usage_idx, in ecore_eth_queue_qid_usage_del()
271 p_cid->qid_usage_idx = p_vf_params->qid_usage_idx; in _ecore_eth_queue_to_cid()
278 p_cid->rel.queue_id, p_cid->qid_usage_idx, in _ecore_eth_queue_to_cid()
H A Decore_vf.c163 p_qid_tlv->qid = p_cid->qid_usage_idx; in ecore_vf_pf_add_qid()