Searched defs:efx_channel (Results 1 – 2 of 2) sorted by relevance
519 struct efx_channel { struct522 const struct efx_channel_type *type; argument523 bool eventq_init;524 bool enabled;525 int irq;526 unsigned int irq_moderation_us;527 struct net_device *napi_dev;528 struct napi_struct napi_str;530 unsigned long busy_poll_state;532 struct efx_buffer eventq;[all …]
489 struct efx_channel { struct492 const struct efx_channel_type *type; argument493 bool eventq_init;494 bool enabled;495 int irq;496 unsigned int irq_moderation_us;497 struct net_device *napi_dev;498 struct napi_struct napi_str;500 unsigned long busy_poll_state;502 struct efx_special_buffer eventq;[all …]