Searched refs:recv_completion_cnt (Results 1 – 2 of 2) sorted by relevance
328 size = net_device->recv_completion_cnt * sizeof(struct recv_comp_data); in netvsc_alloc_recv_comp_ring() 452 net_device->recv_completion_cnt = net_device->recv_section_cnt + 1; in netvsc_init_buf() 1390 if (++mrc->first == nvdev->recv_completion_cnt)1406 u32 count = nvdev->recv_completion_cnt; in enq_receive_complete() 1443 if (++mrc->next == nvdev->recv_completion_cnt) in netvsc_receive()
1164 u32 recv_completion_cnt; member