Searched defs:efx_evb_ops_s (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_impl.h | 761 typedef struct efx_evb_ops_s { struct 762 efx_rc_t (*eeo_init)(efx_nic_t *); 763 void (*eeo_fini)(efx_nic_t *); 764 efx_rc_t (*eeo_vswitch_alloc)(efx_nic_t *, efx_vswitch_id_t *); 765 efx_rc_t (*eeo_vswitch_free)(efx_nic_t *, efx_vswitch_id_t); 766 efx_rc_t (*eeo_vport_alloc)(efx_nic_t *, efx_vswitch_id_t, 769 efx_rc_t (*eeo_vport_free)(efx_nic_t *, efx_vswitch_id_t, 775 efx_rc_t (*eeo_vadaptor_alloc)(efx_nic_t *, efx_vswitch_id_t, 777 efx_rc_t (*eeo_vadaptor_free)(efx_nic_t *, efx_vswitch_id_t, 779 efx_rc_t (*eeo_vport_assign)(efx_nic_t *, efx_vswitch_id_t, [all …]
|