Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qed/
Dqed_l2.h342 u8 vf_legacy; member
375 u8 vf_legacy; member
Dqed_sriov.c2092 u8 qid_usage_idx, vf_legacy = 0; in qed_iov_vf_mbx_start_rxq() local
2114 vf_legacy = qed_vf_calculate_legacy(vf); in qed_iov_vf_mbx_start_rxq()
2130 vf_params.vf_legacy = vf_legacy; in qed_iov_vf_mbx_start_rxq()
2140 if (!(vf_legacy & QED_QCID_LEGACY_VF_RX_PROD)) in qed_iov_vf_mbx_start_rxq()
2162 !!(vf_legacy & in qed_iov_vf_mbx_start_rxq()
2429 u8 qid_usage_idx, vf_legacy; in qed_iov_vf_mbx_start_txq() local
2450 vf_legacy = qed_vf_calculate_legacy(vf); in qed_iov_vf_mbx_start_txq()
2466 vf_params.vf_legacy = vf_legacy; in qed_iov_vf_mbx_start_txq()
Dqed_l2.c174 bool b_legacy_vf = !!(p_cid->vf_legacy & QED_QCID_LEGACY_VF_CID); in qed_eth_queue_cid_release()
220 p_cid->vf_legacy = p_vf_params->vf_legacy; in _qed_eth_queue_to_cid()
305 if (p_vf_params->vf_legacy & QED_QCID_LEGACY_VF_CID) { in qed_eth_queue_to_cid()
884 bool b_legacy_vf = !!(p_cid->vf_legacy & in qed_eth_rxq_start_ramrod()