Home
last modified time | relevance | path

Searched defs:efx_channel (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/sfc/
Dnet_driver.h495 struct efx_channel { struct
498 const struct efx_channel_type *type; argument
499 bool eventq_init;
500 bool enabled;
501 int irq;
502 unsigned int irq_moderation_us;
503 struct net_device *napi_dev;
504 struct napi_struct napi_str;
506 unsigned long busy_poll_state;
508 struct efx_special_buffer eventq;
[all …]
/Linux-v6.1/drivers/net/ethernet/sfc/siena/
Dnet_driver.h491 struct efx_channel { struct
494 const struct efx_channel_type *type; argument
495 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 …]