Home
last modified time | relevance | path

Searched defs:efx_filter_ops_s (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/common/sfc_efx/base/
H A Defx_impl.h279 typedef struct efx_filter_ops_s { struct
280 efx_rc_t (*efo_init)(efx_nic_t *);
281 void (*efo_fini)(efx_nic_t *);
282 efx_rc_t (*efo_restore)(efx_nic_t *);
283 efx_rc_t (*efo_add)(efx_nic_t *, efx_filter_spec_t *,
285 efx_rc_t (*efo_delete)(efx_nic_t *, efx_filter_spec_t *);
286 efx_rc_t (*efo_supported_filters)(efx_nic_t *, uint32_t *,
288 efx_rc_t (*efo_reconfigure)(efx_nic_t *, uint8_t const *, boolean_t,