Searched defs:efx_channel (Results 1 – 2 of 2) sorted by relevance
521 struct efx_channel { struct524 const struct efx_channel_type *type; argument525 bool eventq_init;526 bool enabled;527 int irq;528 unsigned int irq_moderation_us;529 struct net_device *napi_dev;530 struct napi_struct napi_str;532 unsigned long busy_poll_state;534 struct efx_buffer eventq;[all …]
491 struct efx_channel { struct494 const struct efx_channel_type *type; argument495 bool eventq_init;496 bool enabled;497 int irq;498 unsigned int irq_moderation_us;499 struct net_device *napi_dev;500 struct napi_struct napi_str;502 unsigned long busy_poll_state;504 struct efx_special_buffer eventq;[all …]