Searched refs:napi_str (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/sfc/
H A Defx.h146 napi_schedule(&channel->napi_str);
H A Dselftest.c204 napi_disable(&channel->napi_str);
216 napi_enable(&channel->napi_str);
H A Defx.c274 container_of(napi, struct efx_channel, napi_str);
347 napi_disable(&channel->napi_str);
356 napi_enable(&channel->napi_str);
409 napi_enable(&channel->napi_str);
419 napi_disable(&channel->napi_str);
1753 netif_napi_add(channel->napi_dev, &channel->napi_str,
1768 netif_napi_del(&channel->napi_str);
H A Dnet_driver.h322 * @napi_str: NAPI control structure
352 struct napi_struct napi_str; member in struct:efx_channel
H A Drx.c459 struct napi_struct *napi = &channel->napi_str;

Completed in 72 milliseconds