Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore_l2.c86 if (IS_PF(p_hwfn->p_dev)) { in ecore_l2_alloc()
217 if (IS_PF(p_hwfn->p_dev) && !b_legacy_vf) in ecore_eth_queue_cid_release()
353 if (IS_PF(p_hwfn->p_dev) && !b_legacy_vf) { in ecore_eth_queue_to_cid()
363 if ((p_cid == OSAL_NULL) && IS_PF(p_hwfn->p_dev) && !b_legacy_vf) in ecore_eth_queue_to_cid()
1029 if (IS_PF(p_hwfn->p_dev)) in ecore_eth_rx_queue_start()
1199 if (IS_PF(p_hwfn->p_dev)) in ecore_eth_rx_queue_stop()
1290 if (IS_PF(p_hwfn->p_dev)) in ecore_eth_tx_queue_start()
1335 if (IS_PF(p_hwfn->p_dev)) in ecore_eth_tx_queue_stop()
1758 if (IS_PF(p_hwfn->p_dev)) { in __ecore_get_vport_pstats_addrlen()
1809 if (IS_PF(p_hwfn->p_dev)) { in __ecore_get_vport_tstats()
[all …]
Decore_int.c1611 if (IS_PF(p_hwfn->p_dev)) in ecore_int_sb_setup()
1666 else if (IS_PF(p_hwfn->p_dev)) in ecore_get_igu_sb_id()
1702 if (IS_PF(p_hwfn->p_dev)) { in ecore_int_sb_init()
1725 if (IS_PF(p_hwfn->p_dev)) { in ecore_int_sb_init()
Decore_iov_api.h42 #define IS_PF(p_dev) (!((p_dev)->b_is_vf)) macro
Decore_dev.c3783 if (IS_PF(p_dev)) { in ecore_hw_init()
3807 if (IS_PF(p_dev) && (OSAL_TEST_BIT(ECORE_MF_8021Q_TAGGING, in ecore_hw_init()
3965 if (IS_PF(p_dev)) { in ecore_hw_init()
3979 if (IS_PF(p_dev)) { in ecore_hw_init()
4220 if (IS_PF(p_dev) && !p_dev->recov_in_prog) { in ecore_hw_stop()
6000 if (IS_PF(p_dev)) in ecore_hw_prepare()
6044 if (IS_PF(p_dev)) { in ecore_hw_prepare()
6063 if (IS_PF(p_dev)) in ecore_hw_remove()
Decore_hw.c342 if (IS_PF(p_hwfn->p_dev)) { in ecore_memcpy_hw()
/freebsd-10-stable/sys/dev/bxe/
Dbxe.c4269 if (IS_PF(sc) && SHMEM2_HAS(sc, drv_capabilities_flag)) { in bxe_nic_unload()
4275 if (IS_PF(sc) && sc->recovery_state != BXE_RECOVERY_DONE && in bxe_nic_unload()
4316 if (IS_PF(sc) && !sc->grcdump_done) { in bxe_nic_unload()
4367 if (IS_PF(sc)) { in bxe_nic_unload()
4378 if (IS_PF(sc)) { in bxe_nic_unload()
4390 if (IS_PF(sc) && bxe_chk_parity_attn(sc, &global, FALSE)) { in bxe_nic_unload()
4403 if (IS_PF(sc) && !bxe_clear_pf_load(sc) && in bxe_nic_unload()
11844 if (IS_PF(sc) && !CHIP_IS_E1(sc)) { in bxe_link_report_locked()
11933 if (IS_PF(sc) && !CHIP_REV_IS_SLOW(sc)) { in bxe_link_status_update()
11975 if (IS_PF(sc)) { in bxe_link_status_update()
[all …]
Dbxe_stats.c997 if (IS_PF(sc) && bxe_storm_stats_validate_counters(sc)) { in bxe_storm_stats_update()
1307 if (IS_PF(sc)) { in bxe_stats_update()
Dbxe.h1248 #define IS_PF(sc) (!IS_VF(sc)) macro