Lines Matching refs:chan_table

118 				netif_napi_del(&nvdev->chan_table[i].napi);  in netvsc_subchan_work()
165 xdp_rxq_info_unreg(&nvdev->chan_table[i].xdp_rxq); in free_netvsc_device()
166 kfree(nvdev->chan_table[i].recv_buf); in free_netvsc_device()
167 vfree(nvdev->chan_table[i].mrc.slots); in free_netvsc_device()
323 struct netvsc_channel *nvchan = &net_device->chan_table[q_idx]; in netvsc_alloc_recv_comp_ring()
438 struct netvsc_channel *nvchan = &net_device->chan_table[i]; in netvsc_init_buf()
720 napi_disable(&net_device->chan_table[i].napi); in netvsc_device_remove()
723 netif_napi_del(&net_device->chan_table[i].napi); in netvsc_device_remove()
788 tx_stats = &net_device->chan_table[q_idx].tx_stats; in netvsc_send_tx_complete()
800 atomic_dec_return(&net_device->chan_table[q_idx].queue_sends); in netvsc_send_tx_complete()
1104 &net_device->chan_table[packet->q_idx]; in netvsc_send_pkt()
1249 nvchan = &net_device->chan_table[packet->q_idx]; in netvsc_send()
1411 struct netvsc_channel *nvchan = &nvdev->chan_table[q_idx]; in enq_receive_complete()
1790 struct netvsc_channel *nvchan = &net_device->chan_table[i]; in netvsc_device_add()
1814 netif_napi_add(ndev, &net_device->chan_table[0].napi, netvsc_poll); in netvsc_device_add()
1824 netvsc_channel_cb, net_device->chan_table); in netvsc_device_add()
1834 napi_enable(&net_device->chan_table[0].napi); in netvsc_device_add()
1836 &net_device->chan_table[0].napi); in netvsc_device_add()
1838 &net_device->chan_table[0].napi); in netvsc_device_add()
1859 napi_disable(&net_device->chan_table[0].napi); in netvsc_device_add()
1865 netif_napi_del(&net_device->chan_table[0].napi); in netvsc_device_add()