Lines Matching refs:napi
448 skb_mark_napi_id(skb, &q_vector->napi); in ixgbevf_rx_skb()
457 napi_gro_receive(&q_vector->napi, skb); in ixgbevf_rx_skb()
1006 static int ixgbevf_poll(struct napi_struct *napi, int budget) in ixgbevf_poll() argument
1009 container_of(napi, struct ixgbevf_q_vector, napi); in ixgbevf_poll()
1044 napi_complete(napi); in ixgbevf_poll()
1076 static int ixgbevf_busy_poll_recv(struct napi_struct *napi) in ixgbevf_busy_poll_recv() argument
1079 container_of(napi, struct ixgbevf_q_vector, napi); in ixgbevf_busy_poll_recv()
1290 napi_schedule(&q_vector->napi); in ixgbevf_msix_clean_rings()
1915 napi_enable(&q_vector->napi); in ixgbevf_napi_enable_all()
1927 napi_disable(&q_vector->napi); in ixgbevf_napi_disable_all()
2472 netif_napi_add(adapter->netdev, &q_vector->napi, in ixgbevf_alloc_q_vectors()
2475 napi_hash_add(&q_vector->napi); in ixgbevf_alloc_q_vectors()
2487 napi_hash_del(&q_vector->napi); in ixgbevf_alloc_q_vectors()
2489 netif_napi_del(&q_vector->napi); in ixgbevf_alloc_q_vectors()
2513 napi_hash_del(&q_vector->napi); in ixgbevf_free_q_vectors()
2515 netif_napi_del(&q_vector->napi); in ixgbevf_free_q_vectors()