Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed.h553 #define IS_LEAD_HWFN(edev) (!((edev)->my_id)) macro
928 #define QED_AFFIN_HWFN_IDX(dev) (IS_LEAD_HWFN(QED_AFFIN_HWFN(dev)) ? 0 : 1)
Dqed_dev.c2813 if (!QED_IS_CMT(p_hwfn->cdev) || !IS_LEAD_HWFN(p_hwfn)) in qed_hw_init_port()
2902 if (IS_LEAD_HWFN(p_hwfn)) { in qed_hw_init_pf()
3337 if (IS_LEAD_HWFN(p_hwfn) && in qed_hw_stop()
3906 if (IS_LEAD_HWFN(p_hwfn)) { in qed_hw_get_resc()
4106 if (IS_LEAD_HWFN(p_hwfn)) { in qed_hw_get_nvm_info()
4309 if (IS_LEAD_HWFN(p_hwfn)) { in qed_get_hw_info()
4315 if (IS_LEAD_HWFN(p_hwfn)) in qed_get_hw_info()
4487 if (IS_LEAD_HWFN(p_hwfn) && !cdev->recov_in_prog) { in qed_hw_prepare_single()
4494 if (IS_LEAD_HWFN(p_hwfn)) { in qed_hw_prepare_single()
4510 if (IS_LEAD_HWFN(p_hwfn)) in qed_hw_prepare_single()
[all …]
Dqed_main.c1433 IS_LEAD_HWFN(p_hwfn) ? 0 : 1, rel_sb_id, sb_id); in qed_sb_init()
1471 IS_LEAD_HWFN(p_hwfn) ? 0 : 1, rel_sb_id, sb_id); in qed_sb_release()
1948 if (IS_LEAD_HWFN(hwfn) && cookie) in qed_link_update()
Dqed_vf.c418 if (IS_LEAD_HWFN(p_hwfn)) { in qed_vf_pf_acquire()
463 if (IS_LEAD_HWFN(p_hwfn)) in qed_vf_hw_prepare()
Dqed_int.c1856 if ((int_mode != QED_INT_MODE_INTA) || IS_LEAD_HWFN(p_hwfn)) { in qed_int_igu_enable()
Dqed_sriov.c1098 if (IS_LEAD_HWFN(p_hwfn)) in qed_iov_init_hw_for_vf()
1152 if (IS_LEAD_HWFN(p_hwfn)) in qed_iov_release_hw_for_vf()
Dqed_l2.c1912 b_get_port_stats = IS_PF(cdev) && IS_LEAD_HWFN(p_hwfn); in _qed_get_vport_stats()
Dqed_mcp.c2429 if (!IS_LEAD_HWFN(p_hwfn)) in qed_mcp_config_vf_msix_bb()