Searched defs:efx_channel (Results 1 – 1 of 1) sorted by relevance
348 struct efx_channel { struct349 struct efx_nic *efx;350 int channel;351 bool enabled;352 int irq;353 unsigned int irq_moderation;354 struct net_device *napi_dev;355 struct napi_struct napi_str;356 bool work_pending;357 struct efx_special_buffer eventq;[all …]