Searched defs:efx_channel (Results 1 – 1 of 1) sorted by relevance
492 struct efx_channel { struct495 const struct efx_channel_type *type; argument496 bool eventq_init;497 bool enabled;498 int irq;499 unsigned int irq_moderation_us;500 struct net_device *napi_dev;501 struct napi_struct napi_str;503 unsigned long busy_poll_state;505 struct efx_special_buffer eventq;[all …]