Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/qlogic/qed/
Dqed_l2.h317 u8 vf_legacy; member
350 u8 vf_legacy; member
Dqed_sriov.c2094 u8 qid_usage_idx, vf_legacy = 0; in qed_iov_vf_mbx_start_rxq() local
2116 vf_legacy = qed_vf_calculate_legacy(vf); in qed_iov_vf_mbx_start_rxq()
2132 vf_params.vf_legacy = vf_legacy; in qed_iov_vf_mbx_start_rxq()
2142 if (!(vf_legacy & QED_QCID_LEGACY_VF_RX_PROD)) in qed_iov_vf_mbx_start_rxq()
2164 !!(vf_legacy & in qed_iov_vf_mbx_start_rxq()
2431 u8 qid_usage_idx, vf_legacy; in qed_iov_vf_mbx_start_txq() local
2452 vf_legacy = qed_vf_calculate_legacy(vf); in qed_iov_vf_mbx_start_txq()
2468 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()