Lines Matching defs:ef4_channel
404 struct ef4_channel { struct
407 const struct ef4_channel_type *type; argument
408 bool eventq_init;
409 bool enabled;
410 int irq;
411 unsigned int irq_moderation_us;
412 struct net_device *napi_dev;
413 struct napi_struct napi_str;
415 unsigned long busy_poll_state;
417 struct ef4_special_buffer eventq;
418 unsigned int eventq_mask;
419 unsigned int eventq_read_ptr;
420 int event_test_cpu;
422 unsigned int irq_count;
423 unsigned int irq_mod_score;
425 unsigned int rfs_filters_added;
427 u32 *rps_flow_id;
430 unsigned n_rx_tobe_disc;
454 * Unlike &struct ef4_channel, this is never reallocated and is always argument