Home
last modified time | relevance | path

Searched refs:IS_VF (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_l2.c264 if (IS_VF(p_hwfn->p_dev)) { in _ecore_eth_queue_to_cid()
482 if (IS_VF(p_hwfn->p_dev)) in ecore_sp_vport_start()
744 if (IS_VF(p_hwfn->p_dev)) { in ecore_sp_vport_update()
835 if (IS_VF(p_hwfn->p_dev)) in ecore_sp_vport_stop()
896 if (IS_VF(p_dev)) { in ecore_filter_accept_cmd()
1066 if (IS_VF(p_hwfn->p_dev)) in ecore_sp_eth_rx_queues_update()
1119 if (IS_VF(p_hwfn->p_dev)) in ecore_sp_eth_rx_queues_set_default()
1705 if (IS_VF(p_dev)) { in ecore_filter_mcast_cmd()
1733 if (IS_VF(p_dev)) { in ecore_filter_ucast_cmd()
2324 if (IS_VF(p_hwfn->p_dev)) { in ecore_get_queue_coalesce()
H A Decore_dev.c167 if (IS_VF(p_dev)) { in ecore_db_recovery_add()
215 if (IS_VF(p_dev)) { in ecore_db_recovery_del()
1647 if (IS_VF(p_hwfn->p_dev)) in ecore_hw_bar_size()
1745 if (IS_VF(p_dev)) { in ecore_resc_free()
2417 if (IS_VF(p_dev)) { in ecore_resc_alloc()
2653 if (IS_VF(p_dev)) { in ecore_resc_setup()
3794 if (IS_VF(p_dev)) { in ecore_hw_init()
4100 if (IS_VF(p_dev)) { in ecore_hw_stop()
4246 if (IS_VF(p_dev)) { in ecore_hw_stop_fastpath()
4283 if (IS_VF(p_hwfn->p_dev)) in ecore_hw_start_fastpath()
[all …]
H A Decore_int.c1495 if (IS_VF(p_hwfn->p_dev)) in _ecore_int_cau_conf_pi()
1755 if (IS_VF(p_hwfn->p_dev)) { in ecore_int_sb_release()
1962 if (IS_VF(p_hwfn->p_dev)) in ecore_int_igu_disable_int()
2388 if (IS_VF(p_hwfn->p_dev) || !IS_PF_SRIOV(p_hwfn)) in ecore_int_igu_relocate_sb()
2677 if (IS_VF(p_hwfn->p_dev)) in ecore_int_get_sb_dbg()
H A Decore_mcp.c1676 if (IS_VF(p_hwfn->p_dev)) in ecore_get_process_kill_counter()
2276 if (IS_VF(p_hwfn->p_dev)) { in ecore_mcp_get_mfw_ver()
2320 if (IS_VF(p_hwfn->p_dev)) in ecore_mcp_get_mbi_ver()
2350 if (IS_VF(p_hwfn->p_dev)) in ecore_mcp_get_media_type()
2375 if (IS_VF(p_hwfn->p_dev)) in ecore_mcp_get_transceiver_data()
2535 if (IS_VF(p_hwfn->p_dev)) in ecore_mcp_get_board_config()
2828 if (IS_VF(p_hwfn->p_dev)) in ecore_mcp_get_flash_size()
H A Decore_iov_api.h39 #define IS_VF(p_dev) ((p_dev)->b_is_vf) macro
H A Decore_init_ops.c157 if (IS_VF(p_hwfn->p_dev)) in ecore_init_alloc()
H A Decore_sp_commands.c593 if (IS_VF(p_hwfn->p_dev)) in ecore_sp_pf_update_tunn_cfg()
H A Decore_spq.c547 if (IS_VF(p_hwfn->p_dev)) in ecore_cqe_completion()
H A Decore_dcbx.c1150 if (IS_VF(p_hwfn->p_dev)) in ecore_dcbx_query_params()
H A Decore_sriov.c660 if (IS_VF(p_hwfn->p_dev)) in ecore_iov_hw_info()
734 if (IS_VF(p_hwfn->p_dev) || !IS_ECORE_SRIOV(p_hwfn->p_dev) || in _ecore_iov_pf_sanity_check()
/freebsd/sys/dev/bxe/
H A Dbxe_stats.c579 if (IS_VF(sc)) { in bxe_stats_start()
610 if (IS_VF(sc)) { in bxe_stats_restart()
1339 if (IS_VF(sc)) { in bxe_stats_update()
H A Dbxe.c4296 if (IS_VF(sc)) { in bxe_nic_unload()
5296 if (IS_VF(sc)) { in bxe_tx_encap()
9631 if (IS_VF(sc)) { in bxe_init_eth_fp()
10452 if (IS_VF(sc)) { in bxe_nic_init()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c353 if (adap->flags & IS_VF) { in t4_wr_mbox_meat_timeout()
373 if (!(adap->flags & IS_VF)) { in t4_wr_mbox_meat_timeout()
389 if (!(adap->flags & IS_VF)) { in t4_wr_mbox_meat_timeout()
418 if (adap->flags & IS_VF) { in t4_wr_mbox_meat_timeout()
445 if (!(adap->flags & IS_VF)) { in t4_wr_mbox_meat_timeout()
796 if (adapter->flags & IS_VF) in t4_get_regs_len()
802 if (adapter->flags & IS_VF) in t4_get_regs_len()
2653 if (adap->flags & IS_VF) { in t4_get_regs()
2663 if (adap->flags & IS_VF) { in t4_get_regs()
2673 if (adap->flags & IS_VF) { in t4_get_regs()
[all …]
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c1789 if (!(sc->flags & IS_VF)) in t4_detach_common()
1805 if ((sc->flags & (IS_VF | FW_OK)) == FW_OK) in t4_detach_common()
1824 if ((sc->flags & (IS_VF | FW_OK)) == FW_OK) in t4_detach_common()
2741 if (sc->flags & IS_VF || t4_tx_vm_wr != 0) in cxgbe_vi_attach()
2756 if (vi->pi->nvi > 1 || sc->flags & IS_VF) in cxgbe_vi_attach()
6222 if (!(sc->flags & IS_VF)) { in apply_link_config()
6598 if (vi->pi->nvi > 1 || sc->flags & IS_VF) in cxgbe_init_synchronized()
6712 if (sc->flags & IS_VF) in t4_setup_intr_handlers()
6720 if (!(sc->flags & IS_VF)) { in t4_setup_intr_handlers()
6872 if (!(sc->flags & IS_VF)) { in adapter_full_init()
[all …]
H A Dt4_sge.c939 if (sc->flags & IS_VF) in t4_verify_chip_settings()
1051 if (sc->flags & IS_VF) in t4_setup_adapter_queues()
1081 MPASS(!(sc->flags & IS_VF)); /* VFs don't allocate ctrlq. */ in t4_teardown_adapter_queues()
2089 if (sc->flags & IS_VF && sc->vlan_id) { in eth_rx()
3669 if (chip_id(sc) >= CHELSIO_T5 && !(sc->flags & IS_VF) && in alloc_iq_fl_hwq()
3778 if (sc->flags & IS_VF) in alloc_fwq()
4018 KASSERT(sc->sge.iq_base == 0 || sc->flags & IS_VF, in alloc_rxq()
4661 KASSERT(sc->sge.eq_base == 0 || sc->flags & IS_VF, in alloc_txq()
4668 if (vi->flags & TX_USES_VM_WR && !(sc->flags & IS_VF)) in alloc_txq()
5769 MPASS(!(sc->flags & IS_VF)); in add_to_txpkts_pf()
H A Dt4_vf.c495 sc->flags |= IS_VF; in t4vf_attach()
H A Dt4_sched.c605 if (sc->flags & IS_VF) in sysctl_tc()
H A Dadapter.h158 IS_VF = (1 << 7), enumerator