Lines Matching refs:q_vector
151 struct ice_q_vector *q_vector; in ice_eswitch_remap_rings_to_vectors() local
162 q_vector = repr->q_vector; in ice_eswitch_remap_rings_to_vectors()
166 q_vector->vsi = vsi; in ice_eswitch_remap_rings_to_vectors()
167 q_vector->reg_idx = vsi->q_vectors[0]->reg_idx; in ice_eswitch_remap_rings_to_vectors()
169 q_vector->num_ring_tx = 1; in ice_eswitch_remap_rings_to_vectors()
170 q_vector->tx.tx_ring = tx_ring; in ice_eswitch_remap_rings_to_vectors()
171 tx_ring->q_vector = q_vector; in ice_eswitch_remap_rings_to_vectors()
179 q_vector->num_ring_rx = 1; in ice_eswitch_remap_rings_to_vectors()
180 q_vector->rx.rx_ring = rx_ring; in ice_eswitch_remap_rings_to_vectors()
181 rx_ring->q_vector = q_vector; in ice_eswitch_remap_rings_to_vectors()
216 netif_napi_del(&vf->repr->q_vector->napi); in ice_eswitch_release_reprs()
273 netif_napi_add(vf->repr->netdev, &vf->repr->q_vector->napi, in ice_eswitch_setup_reprs()
438 netif_napi_del(&vf->repr->q_vector->napi); in ice_eswitch_napi_del()
453 napi_enable(&vf->repr->q_vector->napi); in ice_eswitch_napi_enable()
468 napi_disable(&vf->repr->q_vector->napi); in ice_eswitch_napi_disable()