Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dnet_driver.h623 struct efx_channel_type { struct
624 void (*handle_no_channel)(struct efx_nic *);
625 int (*pre_probe)(struct efx_channel *);
626 int (*start)(struct efx_channel *);
627 void (*stop)(struct efx_channel *);
628 void (*post_remove)(struct efx_channel *);
629 void (*get_name)(struct efx_channel *, char *buf, size_t len);
630 struct efx_channel *(*copy)(const struct efx_channel *);
631 bool (*receive_skb)(struct efx_channel *, struct sk_buff *);
632 bool (*receive_raw)(struct efx_rx_queue *, u32);
[all …]