Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/hyperv/
Dnetvsc.c118 netif_napi_del(&nvdev->chan_table[i].napi); in netvsc_subchan_work()
171 xdp_rxq_info_unreg(&nvdev->chan_table[i].xdp_rxq); in free_netvsc_device()
172 kfree(nvdev->chan_table[i].recv_buf); in free_netvsc_device()
173 vfree(nvdev->chan_table[i].mrc.slots); in free_netvsc_device()
329 struct netvsc_channel *nvchan = &net_device->chan_table[q_idx]; in netvsc_alloc_recv_comp_ring()
456 struct netvsc_channel *nvchan = &net_device->chan_table[i]; in netvsc_init_buf()
743 napi_disable(&net_device->chan_table[i].napi); in netvsc_device_remove()
744 netif_napi_del(&net_device->chan_table[i].napi); in netvsc_device_remove()
815 tx_stats = &net_device->chan_table[q_idx].tx_stats; in netvsc_send_tx_complete()
827 atomic_dec_return(&net_device->chan_table[q_idx].queue_sends); in netvsc_send_tx_complete()
[all …]
Dnetvsc_bpf.c121 return rtnl_dereference(nvdev->chan_table[0].bpf_prog); in netvsc_xdp_get()
156 rcu_assign_pointer(nvdev->chan_table[i].bpf_prog, prog); in netvsc_xdp_set()
285 tx_stats = &nvsc_dev->chan_table[q_idx].tx_stats; in netvsc_ndoxdp_xmit()
Drndis_filter.c1154 const struct netvsc_channel *nvchan = &nvdev->chan_table[i]; in netvsc_device_idle()
1254 nvchan = nvscdev->chan_table + chn_index; in netvsc_sc_open()
1573 vfree(net_device->chan_table[i].mrc.slots); in rndis_filter_device_add()
1579 netif_napi_add(net, &net_device->chan_table[i].napi, in rndis_filter_device_add()
Dnetvsc_drv.c157 = nvdev->chan_table[i].channel; in netvsc_wait_until_empty()
163 napi_synchronize(&nvdev->chan_table[i].napi); in netvsc_wait_until_empty()
1311 const struct netvsc_channel *nvchan = &nvdev->chan_table[i]; in netvsc_get_pcpu_stats()
1365 const struct netvsc_channel *nvchan = &nvdev->chan_table[i]; in netvsc_get_stats64()
1527 tx_stats = &nvdev->chan_table[j].tx_stats; in netvsc_get_ethtool_stats()
1539 rx_stats = &nvdev->chan_table[j].rx_stats; in netvsc_get_ethtool_stats()
Dhyperv_net.h1176 struct netvsc_channel chan_table[VRSS_CHANNEL_MAX]; member
/linux-6.1.9/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()