Searched refs:napi_str (Results 1 – 4 of 4) sorted by relevance
271 container_of(napi, struct efx_channel, napi_str); in efx_poll()374 napi_enable(&channel->napi_str); in efx_start_eventq()384 napi_disable(&channel->napi_str); in efx_stop_eventq()1968 netif_napi_add(channel->napi_dev, &channel->napi_str, in efx_init_napi_channel()1970 napi_hash_add(&channel->napi_str); in efx_init_napi_channel()1985 netif_napi_del(&channel->napi_str); in efx_fini_napi_channel()1986 napi_hash_del(&channel->napi_str); in efx_fini_napi_channel()2026 container_of(napi, struct efx_channel, napi_str); in efx_busy_poll()
427 struct napi_struct *napi = &channel->napi_str; in efx_rx_packet_gro()465 skb_mark_napi_id(skb, &channel->napi_str); in efx_rx_packet_gro()524 skb_mark_napi_id(skb, &channel->napi_str); in efx_rx_mk_skb()
229 napi_schedule(&channel->napi_str); in efx_schedule_channel()
431 struct napi_struct napi_str; member