Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.h19 #define IS_PF_SRIOV(p_hwfn) (!!((p_hwfn)->cdev->p_iov_info)) macro
23 #define IS_PF_SRIOV(p_hwfn) (0) macro
Dqed_sriov.c540 if (!IS_PF_SRIOV(p_hwfn)) { in qed_iov_alloc()
560 if (!IS_PF_SRIOV(p_hwfn) || !IS_PF_SRIOV_ALLOC(p_hwfn)) in qed_iov_setup()
5274 if (IS_PF(p_hwfn->cdev) && !IS_PF_SRIOV(p_hwfn)) in qed_iov_wq_start()
Dqed_int.c2058 if (IS_PF_SRIOV(p_hwfn)) { in qed_int_igu_reset_cam()
Dqed_l2.c2652 if (IS_PF_SRIOV(hwfn)) { in qed_tunn_configure()