Home
last modified time | relevance | path

Searched refs:IS_PF (Results 1 – 12 of 12) sorted by relevance

/drivers/net/ethernet/qlogic/qed/
A Dqed_l2.c66 if (IS_PF(p_hwfn->cdev)) { in qed_l2_alloc()
1054 if (IS_PF(p_hwfn->cdev)) in qed_eth_rx_queue_stop()
1144 if (IS_PF(p_hwfn->cdev)) in qed_eth_tx_queue_start()
1881 if (IS_PF(cdev)) { in _qed_get_vport_stats()
1961 if (IS_PF(cdev)) in qed_reset_vport_stats()
2201 if (IS_PF(cdev)) { in qed_fill_eth_dev_info()
2305 if (IS_PF(cdev)) in qed_check_mac()
2636 if (IS_PF(cdev)) { in qed_tunn_configure()
2647 if (IS_PF(cdev)) in qed_tunn_configure()
2667 if (IS_PF(cdev)) in qed_tunn_configure()
[all …]
A Dqed_main.c350 if (IS_PF(cdev)) { in qed_init_pci()
407 if (IS_PF(cdev)) { in qed_fill_dev_info()
430 if (IS_PF(cdev)) { in qed_fill_dev_info()
1251 if (IS_PF(cdev)) { in qed_slowpath_start()
1279 if (IS_PF(cdev)) in qed_slowpath_start()
1286 if (IS_PF(cdev)) { in qed_slowpath_start()
1331 if (IS_PF(cdev)) { in qed_slowpath_start()
1371 if (IS_PF(cdev)) in qed_slowpath_start()
1378 if (IS_PF(cdev)) in qed_slowpath_start()
1413 if (IS_PF(cdev)) in qed_slowpath_stop()
[all …]
A Dqed_sriov.h18 #define IS_PF(cdev) (!((cdev)->b_is_vf)) macro
22 #define IS_PF(cdev) (1) macro
A Dqed_int.c1594 if (IS_PF(p_hwfn->cdev)) in qed_int_sb_setup()
1646 else if (IS_PF(p_hwfn->cdev)) in qed_get_igu_sb_id()
1672 if (IS_PF(p_hwfn->cdev)) { in qed_int_sb_init()
1692 if (IS_PF(p_hwfn->cdev)) { in qed_int_sb_init()
A Dqed_dev.c3062 if (IS_PF(cdev)) { in qed_hw_init()
3089 if (IS_PF(cdev) && (test_bit(QED_MF_8021Q_TAGGING, in qed_hw_init()
3230 if (IS_PF(cdev)) { in qed_hw_init()
3422 if (IS_PF(cdev) && !cdev->recov_in_prog) { in qed_hw_stop()
4735 if (IS_PF(cdev)) in qed_hw_prepare()
4776 if (IS_PF(cdev)) { in qed_hw_prepare()
4793 if (IS_PF(cdev)) in qed_hw_remove()
A Dqed_hw.c244 if (IS_PF(p_hwfn->cdev)) { in qed_memcpy_hw()
A Dqed_sriov.c5274 if (IS_PF(p_hwfn->cdev) && !IS_PF_SRIOV(p_hwfn)) in qed_iov_wq_start()
5287 if (IS_PF(cdev)) in qed_iov_wq_start()
/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_cmn.c145 if (IS_PF(bp)) { in bnx2x_fill_fw_str()
1308 if (IS_PF(bp)) in __bnx2x_link_report()
1666 if (IS_PF(bp)) in bnx2x_free_irq()
2132 if (IS_PF(bp)) in bnx2x_rss()
2649 if (IS_PF(bp)) in bnx2x_nic_load()
2833 if (IS_PF(bp)) in bnx2x_nic_load()
2903 if (IS_PF(bp)) in bnx2x_nic_load()
2925 if (IS_PF(bp)) in bnx2x_nic_load()
2968 if (IS_PF(bp)) in bnx2x_nic_load()
3121 if (IS_PF(bp)) in bnx2x_nic_unload()
[all …]
A Dbnx2x_main.c933 if (IS_PF(bp)) { in bnx2x_panic_dump()
1094 if (IS_PF(bp)) { in bnx2x_panic_dump()
1188 if (IS_PF(bp)) { in bnx2x_panic_dump()
2688 if (IS_PF(bp)) { in bnx2x__link_status_update()
5791 if (IS_PF(bp) && in bnx2x_timer()
6536 if (IS_PF(bp)) { in bnx2x_pre_irq_nic_init()
8556 if (IS_PF(bp)) { in bnx2x_set_eth_mac()
8572 if (IS_PF(bp)) in bnx2x_setup_leading()
12305 if (IS_PF(bp)) { in bnx2x_init_bp()
13208 if (IS_PF(bp)) in bnx2x_init_dev()
[all …]
A Dbnx2x_stats.c518 if (IS_PF(bp)) { in bnx2x_stats_start()
929 if (IS_PF(bp) && bnx2x_storm_stats_validate_counters(bp)) in bnx2x_storm_stats_update()
1224 if (IS_PF(bp)) { in bnx2x_stats_update()
A Dbnx2x.h1496 #define IS_PF(bp) (!((bp)->flags & IS_VF_FLAG)) macro
1499 #define IS_PF(bp) true macro
A Dbnx2x_ethtool.c1195 if (IS_PF(bp) && (level & BNX2X_MSG_MCP)) in bnx2x_set_msglevel()
3718 netdev->ethtool_ops = (IS_PF(bp)) ? in bnx2x_set_ethtool_ops()

Completed in 99 milliseconds