Searched defs:efx_channel_type (Results 1 – 2 of 2) sorted by relevance
621 struct efx_channel_type { struct622 void (*handle_no_channel)(struct efx_nic *);623 int (*pre_probe)(struct efx_channel *);624 int (*start)(struct efx_channel *);625 void (*stop)(struct efx_channel *);626 void (*post_remove)(struct efx_channel *);627 void (*get_name)(struct efx_channel *, char *buf, size_t len);628 struct efx_channel *(*copy)(const struct efx_channel *);629 bool (*receive_skb)(struct efx_channel *, struct sk_buff *);630 bool (*receive_raw)(struct efx_rx_queue *, u32);[all …]
586 struct efx_channel_type { struct587 void (*handle_no_channel)(struct efx_nic *);588 int (*pre_probe)(struct efx_channel *);589 void (*post_remove)(struct efx_channel *);590 void (*get_name)(struct efx_channel *, char *buf, size_t len);591 struct efx_channel *(*copy)(const struct efx_channel *);592 bool (*receive_skb)(struct efx_channel *, struct sk_buff *);593 bool (*want_txqs)(struct efx_channel *);594 bool keep_eventq;595 bool want_pio;