Lines Matching refs:tail
135 __func__, ioat_chan->head, ioat_chan->tail, in __ioat_issue_pending()
176 __func__, ioat_chan->head, ioat_chan->tail, ioat_chan->issued); in __ioat_start_null_desc()
208 ioat_chan->issued = ioat_chan->tail; in __ioat_restart_chan()
214 __func__, ioat_chan->head, ioat_chan->tail, in __ioat_restart_chan()
220 desc = ioat_get_ring_ent(ioat_chan, ioat_chan->tail); in __ioat_restart_chan()
400 u16 curr_idx = (ioat_chan->tail+i) & (curr_size-1); in reshape_ring()
401 u16 new_idx = (ioat_chan->tail+i) & (new_size-1); in reshape_ring()
409 u16 new_idx = (ioat_chan->tail+i) & (new_size-1); in reshape_ring()
414 u16 new_idx = (ioat_chan->tail+i) & in reshape_ring()
427 u16 new_idx = (ioat_chan->tail+i) & (new_size-1); in reshape_ring()
442 u16 curr_idx = (ioat_chan->tail+i) & (curr_size-1); in reshape_ring()
443 u16 new_idx = (ioat_chan->tail+i) & (new_size-1); in reshape_ring()
453 ent = ioat_get_ring_ent(ioat_chan, ioat_chan->tail+i); in reshape_ring()
458 hw = ring[(ioat_chan->tail+new_size-1) & (new_size-1)]->hw; in reshape_ring()
459 next = ring[(ioat_chan->tail+new_size) & (new_size-1)]; in reshape_ring()
492 ioat_chan->tail, ioat_chan->issued); in ioat_check_space_lock()
517 ioat_chan->tail, ioat_chan->issued); in ioat_check_space_lock()
629 int idx = ioat_chan->tail, i; in __cleanup()
633 __func__, ioat_chan->head, ioat_chan->tail, ioat_chan->issued); in __cleanup()
686 ioat_chan->tail = idx + i; in __cleanup()
765 desc = ioat_get_ring_ent(ioat_chan, ioat_chan->tail); in ioat_eh()