Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dnet_driver.h519 struct efx_channel { struct
522 const struct efx_channel_type *type; argument
523 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 …]
/linux/drivers/net/ethernet/sfc/siena/
H A Dnet_driver.h489 struct efx_channel { struct
492 const struct efx_channel_type *type; argument
493 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 …]