Searched refs:recv_completion_cnt (Results 1 – 2 of 2) sorted by relevance
327 size = net_device->recv_completion_cnt * sizeof(struct recv_comp_data); in netvsc_alloc_recv_comp_ring()451 net_device->recv_completion_cnt = net_device->recv_section_cnt + 1; in netvsc_init_buf()1335 if (++mrc->first == nvdev->recv_completion_cnt) in send_recv_completions()1351 u32 count = nvdev->recv_completion_cnt; in recv_comp_slot_avail()1388 if (++mrc->next == nvdev->recv_completion_cnt) in enq_receive_complete()
1150 u32 recv_completion_cnt; member