Lines Matching defs:efx_channel
422 struct efx_channel { struct
425 const struct efx_channel_type *type; argument
426 bool eventq_init;
427 bool enabled;
428 int irq;
429 unsigned int irq_moderation;
430 struct net_device *napi_dev;
431 struct napi_struct napi_str;
433 unsigned int state;
434 spinlock_t state_lock;
448 struct efx_special_buffer eventq;
449 unsigned int eventq_mask;
450 unsigned int eventq_read_ptr;
451 int event_test_cpu;
453 unsigned int irq_count;
454 unsigned int irq_mod_score;
456 unsigned int rfs_filters_added;
482 static inline void efx_channel_init_lock(struct efx_channel *channel) in efx_channel_init_lock() argument