Lines Matching defs:efx_channel
425 struct efx_channel { struct
428 const struct efx_channel_type *type; argument
429 bool eventq_init;
430 bool enabled;
431 int irq;
432 unsigned int irq_moderation;
433 struct net_device *napi_dev;
434 struct napi_struct napi_str;
436 unsigned long busy_poll_state;
438 struct efx_special_buffer eventq;
439 unsigned int eventq_mask;
440 unsigned int eventq_read_ptr;
441 int event_test_cpu;
443 unsigned int irq_count;
444 unsigned int irq_mod_score;
446 unsigned int rfs_filters_added;
472 enum efx_channel_busy_poll_state { argument
482 static inline void efx_channel_busy_poll_init(struct efx_channel *channel) in efx_channel_busy_poll_init() argument