Searched refs:p_vf_params (Results 1 – 2 of 2) sorted by relevance
226 struct ecore_queue_cid_vf_params *p_vf_params) in _ecore_eth_queue_to_cid() argument247 if (p_vf_params != OSAL_NULL) { in _ecore_eth_queue_to_cid()248 p_cid->vfid = p_vf_params->vfid; in _ecore_eth_queue_to_cid()249 p_cid->vf_qid = p_vf_params->vf_qid; in _ecore_eth_queue_to_cid()250 p_cid->vf_legacy = p_vf_params->vf_legacy; in _ecore_eth_queue_to_cid()291 if (!p_vf_params) { in _ecore_eth_queue_to_cid()295 p_cid->qid_usage_idx = p_vf_params->qid_usage_idx; in _ecore_eth_queue_to_cid()317 struct ecore_queue_cid_vf_params *p_vf_params) in ecore_eth_queue_to_cid() argument328 if (p_vf_params) { in ecore_eth_queue_to_cid()329 vfid = p_vf_params->vfid; in ecore_eth_queue_to_cid()[all …]
126 struct ecore_queue_cid_vf_params *p_vf_params);