Lines Matching refs:q_vector
95 struct ice_q_vector *q_vector = repr->q_vector; in ice_eswitch_remap_rings_to_vectors() local
99 q_vector->vsi = vsi; in ice_eswitch_remap_rings_to_vectors()
100 q_vector->reg_idx = vsi->q_vectors[0]->reg_idx; in ice_eswitch_remap_rings_to_vectors()
102 q_vector->num_ring_tx = 1; in ice_eswitch_remap_rings_to_vectors()
103 q_vector->tx.tx_ring = tx_ring; in ice_eswitch_remap_rings_to_vectors()
104 tx_ring->q_vector = q_vector; in ice_eswitch_remap_rings_to_vectors()
112 q_vector->num_ring_rx = 1; in ice_eswitch_remap_rings_to_vectors()
113 q_vector->rx.rx_ring = rx_ring; in ice_eswitch_remap_rings_to_vectors()
114 rx_ring->q_vector = q_vector; in ice_eswitch_remap_rings_to_vectors()
164 netif_napi_add(vf->repr->netdev, &vf->repr->q_vector->napi, ice_napi_poll, in ice_eswitch_setup_reprs()
227 netif_napi_del(&vf->repr->q_vector->napi); in ice_eswitch_release_reprs()
350 netif_napi_del(&pf->vf[i].repr->q_vector->napi); in ice_eswitch_napi_del()
362 napi_enable(&pf->vf[i].repr->q_vector->napi); in ice_eswitch_napi_enable()
374 napi_disable(&pf->vf[i].repr->q_vector->napi); in ice_eswitch_napi_disable()