Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dpio.c945 while (sc->sr_tail != sc->sr_head) { in sc_disable()
1313 sc->sr_head = 0; in sc_enable()
1494 head = sc->sr_head; in sc_buffer_alloc()
1526 sc->sr_head = next; in sc_buffer_alloc()
1722 head = READ_ONCE(sc->sr_head); /* snapshot the head */ in sc_release_update()
2172 sc->sr_size, sc->credits, sc->sr_head, sc->sr_tail); in seqfile_dump_sci()
Dpio.h116 u32 sr_head; /* shadow ring head */ member