Lines Matching refs:tail
61 __func__, ioat->head, ioat->tail, ioat->issued, ioat->dmacount); in __ioat2_issue_pending()
100 __func__, ioat->head, ioat->tail, ioat->issued); in __ioat2_start_null_desc()
134 int idx = ioat->tail, i; in __cleanup()
137 __func__, ioat->head, ioat->tail, ioat->issued); in __cleanup()
159 ioat->tail = idx + i; in __cleanup()
202 ioat->issued = ioat->tail; in __ioat2_restart_chan()
209 __func__, ioat->head, ioat->tail, ioat->issued, ioat->dmacount); in __ioat2_restart_chan()
214 desc = ioat2_get_ring_ent(ioat, ioat->tail); in __ioat2_restart_chan()
553 ioat->tail = 0; in ioat2_alloc_chan_resources()
615 u16 curr_idx = (ioat->tail+i) & (curr_size-1); in reshape_ring()
616 u16 new_idx = (ioat->tail+i) & (new_size-1); in reshape_ring()
624 u16 new_idx = (ioat->tail+i) & (new_size-1); in reshape_ring()
629 u16 new_idx = (ioat->tail+i) & (new_size-1); in reshape_ring()
641 u16 new_idx = (ioat->tail+i) & (new_size-1); in reshape_ring()
655 u16 curr_idx = (ioat->tail+i) & (curr_size-1); in reshape_ring()
656 u16 new_idx = (ioat->tail+i) & (new_size-1); in reshape_ring()
666 ent = ioat2_get_ring_ent(ioat, ioat->tail+i); in reshape_ring()
671 hw = ring[(ioat->tail+new_size-1) & (new_size-1)]->hw; in reshape_ring()
672 next = ring[(ioat->tail+new_size) & (new_size-1)]; in reshape_ring()
704 __func__, num_descs, ioat->head, ioat->tail, ioat->issued); in ioat2_check_space_lock()
728 __func__, num_descs, ioat->head, ioat->tail, ioat->issued); in ioat2_check_space_lock()
828 desc = ioat2_get_ring_ent(ioat, ioat->tail + i); in ioat2_free_chan_resources()