Searched refs:next_tail (Results 1 – 3 of 3) sorted by relevance
609 u32 next_tail; in wil_rx_refill() local614 for (; next_tail = wil_ring_next_tail(v), in wil_rx_refill()615 (next_tail != v->swhead) && (count-- > 0); in wil_rx_refill()616 v->swtail = next_tail) { in wil_rx_refill()
468 u16 next_tail = nvmeq->sq_tail + 1; in nvme_write_sq_db() local470 if (next_tail == nvmeq->q_depth) in nvme_write_sq_db()471 next_tail = 0; in nvme_write_sq_db()472 if (next_tail != nvmeq->last_sq_tail) in nvme_write_sq_db()
1013 u32 left, next_tail; in __iommu_queue_command_sync() local1015 next_tail = (iommu->cmd_buf_tail + sizeof(*cmd)) % CMD_BUFFER_SIZE; in __iommu_queue_command_sync()1017 left = (iommu->cmd_buf_head - next_tail) % CMD_BUFFER_SIZE; in __iommu_queue_command_sync()