Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/xprtrdma/
Dverbs.c916 unsigned long next_head; in rpcrdma_sendctx_get_locked() local
918 next_head = rpcrdma_sendctx_next(buf, buf->rb_sc_head); in rpcrdma_sendctx_get_locked()
920 if (next_head == READ_ONCE(buf->rb_sc_tail)) in rpcrdma_sendctx_get_locked()
924 sc = buf->rb_sc_ctxs[next_head]; in rpcrdma_sendctx_get_locked()
929 buf->rb_sc_head = next_head; in rpcrdma_sendctx_get_locked()
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dtxrx_edma.c235 u32 next_head; in wil_rx_refill_edma() local
239 for (; next_head = wil_ring_next_head(ring), (next_head != swtail); in wil_rx_refill_edma()
240 ring->swhead = next_head) { in wil_rx_refill_edma()
Dwmi.c633 u32 next_head; in __wmi_send() local
682 next_head = r->base + ((r->head - r->base + sizeof(d_head)) % r->size); in __wmi_send()
683 wil_dbg_wmi(wil, "Head 0x%08x -> 0x%08x\n", r->head, next_head); in __wmi_send()
693 if (next_head != r->tail) in __wmi_send()
697 if (next_head == r->tail) { in __wmi_send()
723 r->head = next_head); in __wmi_send()