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