Searched refs:recv_completion_cnt (Results 1 – 2 of 2) sorted by relevance
333 size = net_device->recv_completion_cnt * sizeof(struct recv_comp_data); in netvsc_alloc_recv_comp_ring()469 net_device->recv_completion_cnt = net_device->recv_section_cnt + 1; in netvsc_init_buf()1352 if (++mrc->first == nvdev->recv_completion_cnt) in send_recv_completions()1368 u32 count = nvdev->recv_completion_cnt; in recv_comp_slot_avail()1405 if (++mrc->next == nvdev->recv_completion_cnt) in enq_receive_complete()
1147 u32 recv_completion_cnt; member