Searched defs:ef4_channel_type (Results 1 – 1 of 1) sorted by relevance
476 struct ef4_channel_type { struct477 void (*handle_no_channel)(struct ef4_nic *);478 int (*pre_probe)(struct ef4_channel *);479 void (*post_remove)(struct ef4_channel *);480 void (*get_name)(struct ef4_channel *, char *buf, size_t len);481 struct ef4_channel *(*copy)(const struct ef4_channel *);482 bool (*receive_skb)(struct ef4_channel *, struct sk_buff *);483 bool keep_eventq;