Searched defs:efx_channel_type (Results 1 – 1 of 1) sorted by relevance
589 struct efx_channel_type { struct590 void (*handle_no_channel)(struct efx_nic *);591 int (*pre_probe)(struct efx_channel *);592 void (*post_remove)(struct efx_channel *);593 void (*get_name)(struct efx_channel *, char *buf, size_t len);594 struct efx_channel *(*copy)(const struct efx_channel *);595 bool (*receive_skb)(struct efx_channel *, struct sk_buff *);596 bool (*want_txqs)(struct efx_channel *);597 bool keep_eventq;598 bool want_pio;