Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dtxrx.c495 u32 next_tail; in wil_rx_refill() local
500 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()
/linux-4.1.27/drivers/iommu/
Damd_iommu.c985 u32 left, tail, head, next_tail; in iommu_queue_command_sync() local
995 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()