Home
last modified time | relevance | path

Searched refs:p_vf_params (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_l2.c201 struct ecore_queue_cid_vf_params *p_vf_params) in _ecore_eth_queue_to_cid() argument
223 if (p_vf_params != OSAL_NULL) { in _ecore_eth_queue_to_cid()
224 p_cid->vfid = p_vf_params->vfid; in _ecore_eth_queue_to_cid()
225 p_cid->vf_qid = p_vf_params->vf_qid; in _ecore_eth_queue_to_cid()
226 p_cid->vf_legacy = p_vf_params->vf_legacy; in _ecore_eth_queue_to_cid()
267 if (!p_vf_params) { in _ecore_eth_queue_to_cid()
305 if (p_vf_params) { in ecore_eth_queue_to_cid()
306 vfid = p_vf_params->vfid; in ecore_eth_queue_to_cid()
308 if (p_vf_params->vf_legacy & in ecore_eth_queue_to_cid()
311 cid = p_vf_params->vf_qid; in ecore_eth_queue_to_cid()
[all …]
H A Decore_l2.h100 struct ecore_queue_cid_vf_params *p_vf_params);