Home
last modified time | relevance | path

Searched refs:netvsc_alloc_recv_comp_ring (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/hyperv/
Dnetvsc.c281 int netvsc_alloc_recv_comp_ring(struct netvsc_device *net_device, u32 q_idx) in netvsc_alloc_recv_comp_ring() function
393 ret = netvsc_alloc_recv_comp_ring(net_device, 0); in netvsc_init_buf()
Dhyperv_net.h187 int netvsc_alloc_recv_comp_ring(struct netvsc_device *net_device, u32 q_idx);
Drndis_filter.c1402 ret = netvsc_alloc_recv_comp_ring(net_device, i); in rndis_filter_device_add()