Searched defs:efx_channel (Results 1 – 1 of 1) sorted by relevance
455 struct efx_channel { struct458 const struct efx_channel_type *type; argument459 bool eventq_init;460 bool enabled;461 int irq;462 unsigned int irq_moderation_us;463 struct net_device *napi_dev;464 struct napi_struct napi_str;466 unsigned long busy_poll_state;468 struct efx_special_buffer eventq;[all …]