Home
last modified time | relevance | path

Searched refs:EFX_PCI_VF_INVALID (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/common/sfc_efx/base/
H A Defx.h1669 #define EFX_PCI_VF_INVALID 0xffff macro
1672 ((configp)->evc_function == EFX_PCI_VF_INVALID)
1674 #define EFX_PCI_FUNCTION_IS_PF(_encp) ((_encp)->enc_vf == EFX_PCI_VF_INVALID)
1675 #define EFX_PCI_FUNCTION_IS_VF(_encp) ((_encp)->enc_vf != EFX_PCI_VF_INVALID)
H A Defx_mae.c790 EFX_STATIC_ASSERT(EFX_PCI_VF_INVALID == in efx_mae_mport_by_pcie_mh_function()
/dpdk/drivers/net/sfc/
H A Dsfc_mae.c1703 rc = efx_mae_mport_by_pcie_function(encp->enc_pf, EFX_PCI_VF_INVALID, in sfc_mae_rule_parse_item_pf()
3700 vf = EFX_PCI_VF_INVALID; in sfc_mae_rule_parse_action_pf_vf()
3709 encp->enc_pf, (vf != EFX_PCI_VF_INVALID) ? (int)vf : -1, in sfc_mae_rule_parse_action_pf_vf()
4483 rc = efx_mae_mport_by_pcie_function(encp->enc_pf, EFX_PCI_VF_INVALID, in sfc_mae_switchdev_init()
H A Dsfc_ethdev.c2211 if (port_datap->repr.vf != EFX_PCI_VF_INVALID) { in sfc_get_representors_cb()
3034 EFX_PCI_VF_INVALID, in sfc_eth_dev_create_repr_port()