Searched refs:to_use_index (Results 1 – 3 of 3) sorted by relevance
20 unsigned to_use_index; member37 return &desc[wq->to_use_index]; in vnic_wq_copy_next_desc()43 ((wq->to_use_index + 1) == wq->ring.desc_count) ? in vnic_wq_copy_post()44 (wq->to_use_index = 0) : (wq->to_use_index++); in vnic_wq_copy_post()54 iowrite32(wq->to_use_index, &wq->ctrl->posted_index); in vnic_wq_copy_post()99 (wq->to_clean_index == wq->to_use_index)) in vnic_wq_copy_service()
48 wq->to_use_index = wq->to_clean_index = 0; in vnic_wq_copy_clean()72 wq->to_use_index = wq->to_clean_index = 0; in vnic_wq_copy_alloc()
753 if (wq->to_clean_index <= wq->to_use_index) { in is_ack_index_in_range()756 request_out >= wq->to_use_index) in is_ack_index_in_range()761 request_out >= wq->to_use_index) in is_ack_index_in_range()