Searched defs:efx_channel (Results 1 – 1 of 1) sorted by relevance
422 struct efx_channel { struct425 const struct efx_channel_type *type; argument426 bool eventq_init;427 bool enabled;428 int irq;429 unsigned int irq_moderation;430 struct net_device *napi_dev;431 struct napi_struct napi_str;433 unsigned int state;434 spinlock_t state_lock;[all …]