Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2.c203 bool b_legacy_vf = !!(p_cid->vf_legacy & in ecore_eth_queue_cid_release() local
209 if (IS_PF(p_hwfn->p_dev) && !b_legacy_vf) in ecore_eth_queue_cid_release()
321 bool b_legacy_vf = false; in ecore_eth_queue_to_cid() local
333 b_legacy_vf = true; in ecore_eth_queue_to_cid()
342 if (IS_PF(p_hwfn->p_dev) && !b_legacy_vf) { in ecore_eth_queue_to_cid()
352 if ((p_cid == OSAL_NULL) && IS_PF(p_hwfn->p_dev) && !b_legacy_vf) in ecore_eth_queue_to_cid()
957 bool b_legacy_vf = !!(p_cid->vf_legacy & in ecore_eth_rxq_start_ramrod() local
962 b_legacy_vf ? " [legacy]" : "", in ecore_eth_rxq_start_ramrod()
964 p_ramrod->vf_rx_prod_use_zone_a = b_legacy_vf; in ecore_eth_rxq_start_ramrod()