Lines Matching refs:q_vector
195 tx_ring->q_vector->tx.total_bytes += total_bytes; in ice_clean_tx_irq()
196 tx_ring->q_vector->tx.total_pkts += total_pkts; in ice_clean_tx_irq()
642 skb = __napi_alloc_skb(&rx_ring->q_vector->napi, in ice_fetch_rx_buf()
943 napi_gro_receive(&rx_ring->q_vector->napi, skb); in ice_receive_skb()
1047 rx_ring->q_vector->rx.total_pkts += total_rx_pkts; in ice_clean_rx_irq()
1048 rx_ring->q_vector->rx.total_bytes += total_rx_bytes; in ice_clean_rx_irq()
1065 struct ice_q_vector *q_vector = in ice_napi_poll() local
1067 struct ice_vsi *vsi = q_vector->vsi; in ice_napi_poll()
1077 ice_for_each_ring(ring, q_vector->tx) in ice_napi_poll()
1088 if (q_vector->num_ring_rx) in ice_napi_poll()
1089 budget_per_ring = max(budget / q_vector->num_ring_rx, 1); in ice_napi_poll()
1091 ice_for_each_ring(ring, q_vector->rx) { in ice_napi_poll()
1108 ice_irq_dynamic_ena(&vsi->back->hw, vsi, q_vector); in ice_napi_poll()