Lines Matching refs:nvchan
802 struct netvsc_channel *nvchan = &net_device->chan_table[q_idx]; in netvsc_recv_callback() local
810 skb = netvsc_alloc_recv_skb(net, &nvchan->napi, in netvsc_recv_callback()
825 rx_stats = &nvchan->rx_stats; in netvsc_recv_callback()
836 napi_gro_receive(&nvchan->napi, skb); in netvsc_recv_callback()
1151 const struct netvsc_channel *nvchan = &nvdev->chan_table[i]; in netvsc_get_pcpu_stats() local
1154 &pcpu_tot[nvchan->channel->target_cpu]; in netvsc_get_pcpu_stats()
1158 stats = &nvchan->tx_stats; in netvsc_get_pcpu_stats()
1168 stats = &nvchan->rx_stats; in netvsc_get_pcpu_stats()
1201 const struct netvsc_channel *nvchan = &nvdev->chan_table[i]; in netvsc_get_stats64() local
1206 stats = &nvchan->tx_stats; in netvsc_get_stats64()
1216 stats = &nvchan->rx_stats; in netvsc_get_stats64()
1576 struct netvsc_channel *nvchan = &ndev->chan_table[i]; in netvsc_poll_controller() local
1578 napi_schedule(&nvchan->napi); in netvsc_poll_controller()