Searched refs:configp (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_evb.c | 208 configp->evc_vport_id, in efx_evb_free_vport() 233 efx_vport_config_t *configp; in efx_evb_free_vports() local 242 configp = vport_configp + i; in efx_evb_free_vports() 265 configp->evc_vport_id, in efx_evb_configure_vport() 266 configp->evc_mac_addr)) != 0) in efx_evb_configure_vport() 271 configp->evc_vport_id)) != 0) in efx_evb_configure_vport() 275 configp->evc_vport_id, in efx_evb_configure_vport() 276 configp->evc_function)) != 0) in efx_evb_configure_vport() 305 efx_vport_config_t *configp; in efx_evb_vswitch_create() local 348 configp = vport_configp + i; in efx_evb_vswitch_create() [all …]
|
| H A D | efx_proxy.c | 124 __in efx_proxy_auth_config_t *configp) in efx_proxy_auth_configure() argument 131 if ((configp == NULL) || in efx_proxy_auth_configure() 132 (configp->request_bufferp == NULL) || in efx_proxy_auth_configure() 133 (configp->response_bufferp == NULL) || in efx_proxy_auth_configure() 134 (configp->status_bufferp == NULL) || in efx_proxy_auth_configure() 135 (configp->op_listp == NULL) || in efx_proxy_auth_configure() 136 (configp->block_cnt == 0)) { in efx_proxy_auth_configure() 148 configp->response_bufferp, configp->status_bufferp, in efx_proxy_auth_configure() 149 configp->block_cnt, configp->op_listp, in efx_proxy_auth_configure() 150 configp->op_count); in efx_proxy_auth_configure() [all …]
|
| H A D | efx.h | 116 efx_rc_t (*epo_find_mem_bar)(efsys_pci_config_t *configp, 1671 #define EFX_VPORT_PCI_FUNCTION_IS_PF(configp) \ argument 1672 ((configp)->evc_function == EFX_PCI_VF_INVALID) 4110 __in efx_proxy_auth_config_t *configp);
|
| /dpdk/drivers/common/sfc_efx/ |
| H A D | sfc_efx.c | 65 sfc_efx_find_mem_bar(efsys_pci_config_t *configp, int bar_index, in sfc_efx_find_mem_bar() argument 76 dev = configp->espc_dev; in sfc_efx_find_mem_bar() 88 sfc_efx_pci_config_readd(efsys_pci_config_t *configp, uint32_t offset, in sfc_efx_pci_config_readd() argument 93 rc = rte_pci_read_config(configp->espc_dev, edp->ed_u32, sizeof(*edp), in sfc_efx_pci_config_readd()
|