Home
last modified time | relevance | path

Searched refs:chan_table (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/hyperv/
Dnetvsc.c82 netif_napi_del(&nvdev->chan_table[i].napi); in netvsc_subchan_work()
126 vfree(nvdev->chan_table[i].mrc.slots); in free_netvsc_device()
283 struct netvsc_channel *nvchan = &net_device->chan_table[q_idx]; in netvsc_alloc_recv_comp_ring()
638 netif_napi_del(&net_device->chan_table[i].napi); in netvsc_device_remove()
693 tx_stats = &net_device->chan_table[q_idx].tx_stats; in netvsc_send_tx_complete()
704 atomic_dec_return(&net_device->chan_table[q_idx].queue_sends); in netvsc_send_tx_complete()
814 &net_device->chan_table[packet->q_idx]; in netvsc_send_pkt()
922 nvchan = &net_device->chan_table[packet->q_idx]; in netvsc_send()
1083 struct netvsc_channel *nvchan = &nvdev->chan_table[q_idx]; in enq_receive_complete()
1389 struct netvsc_channel *nvchan = &net_device->chan_table[i]; in netvsc_device_add()
[all …]
Drndis_filter.c1000 const struct netvsc_channel *nvchan = &nvdev->chan_table[i]; in netvsc_device_idle()
1100 nvchan = nvscdev->chan_table + chn_index; in netvsc_sc_open()
1405 vfree(net_device->chan_table[i].mrc.slots); in rndis_filter_device_add()
1411 netif_napi_add(net, &net_device->chan_table[i].napi, in rndis_filter_device_add()
Dnetvsc_drv.c158 = nvdev->chan_table[i].channel; in netvsc_wait_until_empty()
164 napi_synchronize(&nvdev->chan_table[i].napi); in netvsc_wait_until_empty()
1216 const struct netvsc_channel *nvchan = &nvdev->chan_table[i]; in netvsc_get_pcpu_stats()
1269 const struct netvsc_channel *nvchan = &nvdev->chan_table[i]; in netvsc_get_stats64()
1424 qstats = &nvdev->chan_table[j].tx_stats; in netvsc_get_ethtool_stats()
1434 qstats = &nvdev->chan_table[j].rx_stats; in netvsc_get_ethtool_stats()
Dhyperv_net.h1014 struct netvsc_channel chan_table[VRSS_CHANNEL_MAX]; member
/Linux-v5.4/arch/um/drivers/
Dchan_kern.c402 static const struct chan_type chan_table[] = { variable
449 for(i = 0; i < ARRAY_SIZE(chan_table); i++) { in parse_chan()
450 entry = &chan_table[i]; in parse_chan()