Home
last modified time | relevance | path

Searched refs:next_tail (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/ath/wil6210/
Dtxrx.c609 u32 next_tail; in wil_rx_refill() local
614 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()
/drivers/nvme/host/
Dpci.c468 u16 next_tail = nvmeq->sq_tail + 1; in nvme_write_sq_db() local
470 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()
/drivers/iommu/amd/
Diommu.c1013 u32 left, next_tail; in __iommu_queue_command_sync() local
1015 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()