Searched defs:efx_channel (Results 1 – 1 of 1) sorted by relevance
458 struct efx_channel { struct461 const struct efx_channel_type *type; argument462 bool eventq_init;463 bool enabled;464 int irq;465 unsigned int irq_moderation_us;466 struct net_device *napi_dev;467 struct napi_struct napi_str;469 unsigned long busy_poll_state;471 struct efx_special_buffer eventq;[all …]