Searched refs:next_tail (Results 1 – 2 of 2) sorted by relevance
495 u32 next_tail; in wil_rx_refill() local500 for (; next_tail = wil_vring_next_tail(v), in wil_rx_refill()501 (next_tail != v->swhead) && (count-- > 0); in wil_rx_refill()502 v->swtail = next_tail) { in wil_rx_refill()
985 u32 left, tail, head, next_tail; in iommu_queue_command_sync() local995 next_tail = (tail + sizeof(*cmd)) % iommu->cmd_buf_size; in iommu_queue_command_sync()996 left = (head - next_tail) % iommu->cmd_buf_size; in iommu_queue_command_sync()