Searched refs:enc_pf (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_vpd.c | 33 pci_pf = enp->en_nic_cfg.enc_pf; in ef10_vpd_init() 123 pci_pf = enp->en_nic_cfg.enc_pf; in ef10_vpd_read() 394 pci_pf = enp->en_nic_cfg.enc_pf; in ef10_vpd_write()
|
| H A D | efx_bootcfg.c | 851 sector_number = enp->en_nic_cfg.enc_pf; in efx_bootcfg_read() 1004 sector_number = enp->en_nic_cfg.enc_pf; in efx_bootcfg_write()
|
| H A D | ef10_proxy.c | 277 PRIVILEGE_MASK_IN_FUNCTION_PF, encp->enc_pf, in efx_mcdi_privilege_mask_set()
|
| H A D | ef10_evb.c | 312 EVB_PORT_ASSIGN_IN_PF, encp->enc_pf, in efx_mcdi_port_assign()
|
| H A D | ef10_nic.c | 1558 if ((rc = efx_mcdi_privilege_mask(enp, encp->enc_pf, encp->enc_vf, in ef10_get_privilege_mask() 1987 encp->enc_pf = pf; in efx_mcdi_nic_board_cfg()
|
| H A D | efx.h | 1559 uint32_t enc_pf; member 1678 (EFX_PCI_FUNCTION_IS_PF(_encp) ? (_encp)->enc_pf : (_encp)->enc_vf) 1680 #define EFX_PCI_VF_PARENT(_encp) ((_encp)->enc_pf)
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_mae.c | 31 return efx_mae_mport_by_pcie_function(encp->enc_pf, encp->enc_vf, in sfc_mae_assign_ethdev_mport() 1703 rc = efx_mae_mport_by_pcie_function(encp->enc_pf, EFX_PCI_VF_INVALID, in sfc_mae_rule_parse_item_pf() 1769 rc = efx_mae_mport_by_pcie_function(encp->enc_pf, spec->id, &mport_v); in sfc_mae_rule_parse_item_vf() 3706 rc = efx_mae_mport_by_pcie_function(encp->enc_pf, vf, &mport); 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 D | sfc_ethdev.c | 2293 info->pf = nic_cfg->enc_pf; in sfc_representor_info_get() 3062 default_port = encp->enc_intf == controller ? encp->enc_pf : 0; in sfc_eth_dev_create_repr_controller()
|