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