Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dpio.c946 while (sc->sr_tail != sc->sr_head) { in sc_disable()
1315 sc->sr_head = 0; in sc_enable()
1496 head = sc->sr_head; in sc_buffer_alloc()
1528 sc->sr_head = next; in sc_buffer_alloc()
1724 head = READ_ONCE(sc->sr_head); /* snapshot the head */ in sc_release_update()
2174 sc->sr_size, sc->credits, sc->sr_head, sc->sr_tail); in seqfile_dump_sci()
Dpio.h116 u32 sr_head; /* shadow ring head */ member