Searched refs:chan_table (Results 1 – 5 of 5) sorted by relevance
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()720 napi_disable(&net_device->chan_table[i].napi); in netvsc_device_remove()1104 &net_device->chan_table[packet->q_idx]; in netvsc_send_pkt()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()[all …]
121 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()
1140 const struct netvsc_channel *nvchan = &nvdev->chan_table[i]; in netvsc_device_idle()1240 nvchan = nvscdev->chan_table + chn_index; in netvsc_sc_open()1577 vfree(net_device->chan_table[i].mrc.slots); in rndis_filter_device_add()1583 netif_napi_add(net, &net_device->chan_table[i].napi, in rndis_filter_device_add()
162 = nvdev->chan_table[i].channel; in netvsc_wait_until_empty()168 napi_synchronize(&nvdev->chan_table[i].napi); in netvsc_wait_until_empty()1283 const struct netvsc_channel *nvchan = &nvdev->chan_table[i]; in netvsc_get_pcpu_stats()1337 const struct netvsc_channel *nvchan = &nvdev->chan_table[i]; in netvsc_get_stats64()1499 tx_stats = &nvdev->chan_table[j].tx_stats; in netvsc_get_ethtool_stats()1511 rx_stats = &nvdev->chan_table[j].rx_stats; in netvsc_get_ethtool_stats()
1194 struct netvsc_channel chan_table[VRSS_CHANNEL_MAX]; member
Completed in 23 milliseconds