Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_dev.c2878 if (!QED_IS_CMT(p_hwfn->cdev) || !IS_LEAD_HWFN(p_hwfn)) in qed_hw_init_port()
2970 if (IS_LEAD_HWFN(p_hwfn)) { in qed_hw_init_pf()
3421 if (IS_LEAD_HWFN(p_hwfn) && in qed_hw_stop()
4028 if (IS_LEAD_HWFN(p_hwfn)) { in qed_hw_get_resc()
4317 if (IS_LEAD_HWFN(p_hwfn)) { in qed_hw_get_nvm_info()
4537 if (IS_LEAD_HWFN(p_hwfn)) { in qed_get_hw_info()
4543 if (IS_LEAD_HWFN(p_hwfn)) in qed_get_hw_info()
4709 if (IS_LEAD_HWFN(p_hwfn) && !cdev->recov_in_prog) { in qed_hw_prepare_single()
4716 if (IS_LEAD_HWFN(p_hwfn)) { in qed_hw_prepare_single()
4732 if (IS_LEAD_HWFN(p_hwfn)) in qed_hw_prepare_single()
[all …]
A Dqed.h526 #define IS_LEAD_HWFN(edev) (!((edev)->my_id)) macro
924 #define QED_AFFIN_HWFN_IDX(dev) (IS_LEAD_HWFN(QED_AFFIN_HWFN(dev)) ? 0 : 1)
A Dqed_main.c1489 IS_LEAD_HWFN(p_hwfn) ? 0 : 1, rel_sb_id, sb_id); in qed_sb_init()
1527 IS_LEAD_HWFN(p_hwfn) ? 0 : 1, rel_sb_id, sb_id); in qed_sb_release()
2242 if (IS_LEAD_HWFN(hwfn) && cookie) in qed_link_update()
2251 if (IS_LEAD_HWFN(hwfn) && cookie && op && op->bw_update) in qed_bw_update()
A Dqed_vf.c405 if (IS_LEAD_HWFN(p_hwfn)) { in qed_vf_pf_acquire()
450 if (IS_LEAD_HWFN(p_hwfn)) in qed_vf_hw_prepare()
A Dqed_int.c1882 if ((int_mode != QED_INT_MODE_INTA) || IS_LEAD_HWFN(p_hwfn)) { in qed_int_igu_enable()
A Dqed_sriov.c1080 if (IS_LEAD_HWFN(p_hwfn)) in qed_iov_init_hw_for_vf()
1134 if (IS_LEAD_HWFN(p_hwfn)) in qed_iov_release_hw_for_vf()
A Dqed_l2.c1892 b_get_port_stats = IS_PF(cdev) && IS_LEAD_HWFN(p_hwfn); in _qed_get_vport_stats()
A Dqed_mcp.c2631 if (!IS_LEAD_HWFN(p_hwfn)) in qed_mcp_config_vf_msix_bb()

Completed in 50 milliseconds