Searched refs:to_use_index (Results 1 – 3 of 3) sorted by relevance
32 unsigned to_use_index; member49 return &desc[wq->to_use_index]; in vnic_wq_copy_next_desc()55 ((wq->to_use_index + 1) == wq->ring.desc_count) ? in vnic_wq_copy_post()56 (wq->to_use_index = 0) : (wq->to_use_index++); in vnic_wq_copy_post()66 iowrite32(wq->to_use_index, &wq->ctrl->posted_index); in vnic_wq_copy_post()111 (wq->to_clean_index == wq->to_use_index)) in vnic_wq_copy_service()
60 wq->to_use_index = wq->to_clean_index = 0; in vnic_wq_copy_clean()84 wq->to_use_index = wq->to_clean_index = 0; in vnic_wq_copy_alloc()
765 if (wq->to_clean_index <= wq->to_use_index) { in is_ack_index_in_range()768 request_out >= wq->to_use_index) in is_ack_index_in_range()773 request_out >= wq->to_use_index) in is_ack_index_in_range()