Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_l2.c177 bool b_legacy_vf = !!(p_cid->vf_legacy & in ecore_eth_queue_cid_release() local
183 if (IS_PF(p_hwfn->p_dev) && !b_legacy_vf) in ecore_eth_queue_cid_release()
298 bool b_legacy_vf = false; in ecore_eth_queue_to_cid() local
310 b_legacy_vf = true; in ecore_eth_queue_to_cid()
319 if (IS_PF(p_hwfn->p_dev) && !b_legacy_vf) { in ecore_eth_queue_to_cid()
329 if ((p_cid == OSAL_NULL) && IS_PF(p_hwfn->p_dev) && !b_legacy_vf) in ecore_eth_queue_to_cid()
953 bool b_legacy_vf = !!(p_cid->vf_legacy & in ecore_eth_rxq_start_ramrod() local
959 b_legacy_vf ? " [legacy]" : "", in ecore_eth_rxq_start_ramrod()
961 p_ramrod->vf_rx_prod_use_zone_a = b_legacy_vf; in ecore_eth_rxq_start_ramrod()