Searched refs:next_head (Results 1 – 3 of 3) sorted by relevance
884 unsigned long next_head; in rpcrdma_sendctx_get_locked() local886 next_head = rpcrdma_sendctx_next(buf, buf->rb_sc_head); in rpcrdma_sendctx_get_locked()888 if (next_head == READ_ONCE(buf->rb_sc_tail)) in rpcrdma_sendctx_get_locked()892 sc = buf->rb_sc_ctxs[next_head]; in rpcrdma_sendctx_get_locked()897 buf->rb_sc_head = next_head; in rpcrdma_sendctx_get_locked()
247 u32 next_head; in wil_rx_refill_edma() local251 for (; next_head = wil_ring_next_head(ring), in wil_rx_refill_edma()252 (next_head != ring->swtail); in wil_rx_refill_edma()253 ring->swhead = next_head) { in wil_rx_refill_edma()
662 u32 next_head; in __wmi_send() local711 next_head = r->base + ((r->head - r->base + sizeof(d_head)) % r->size); in __wmi_send()712 wil_dbg_wmi(wil, "Head 0x%08x -> 0x%08x\n", r->head, next_head); in __wmi_send()722 if (next_head != r->tail) in __wmi_send()726 if (next_head == r->tail) { in __wmi_send()752 r->head = next_head); in __wmi_send()