Lines Matching refs:q_vector
179 struct ice_q_vector *q_vector; in ice_eswitch_remap_rings_to_vectors() local
190 q_vector = repr->q_vector; in ice_eswitch_remap_rings_to_vectors()
194 q_vector->vsi = vsi; in ice_eswitch_remap_rings_to_vectors()
195 q_vector->reg_idx = vsi->q_vectors[0]->reg_idx; in ice_eswitch_remap_rings_to_vectors()
197 q_vector->num_ring_tx = 1; in ice_eswitch_remap_rings_to_vectors()
198 q_vector->tx.tx_ring = tx_ring; in ice_eswitch_remap_rings_to_vectors()
199 tx_ring->q_vector = q_vector; in ice_eswitch_remap_rings_to_vectors()
207 q_vector->num_ring_rx = 1; in ice_eswitch_remap_rings_to_vectors()
208 q_vector->rx.rx_ring = rx_ring; in ice_eswitch_remap_rings_to_vectors()
209 rx_ring->q_vector = q_vector; in ice_eswitch_remap_rings_to_vectors()
243 netif_napi_del(&vf->repr->q_vector->napi); in ice_eswitch_release_reprs()
295 netif_napi_add(vf->repr->netdev, &vf->repr->q_vector->napi, in ice_eswitch_setup_reprs()
443 netif_napi_del(&vf->repr->q_vector->napi); in ice_eswitch_napi_del()
458 napi_enable(&vf->repr->q_vector->napi); in ice_eswitch_napi_enable()
473 napi_disable(&vf->repr->q_vector->napi); in ice_eswitch_napi_disable()