Searched refs:CIRC_PREV (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.h | 15 #define CIRC_PREV(val, size) CIRC_ADD(val, -1, size) macro
|
H A D | ipoib_tx.c | 23 #define CIRC_PREV(val, size) CIRC_ADD(val, -1, size) macro
|
H A D | tid_rdma.c | 5135 CIRC_PREV(req->setup_head, 5249 flow = CIRC_PREV(req->acked_tail, MAX_FLOWS); in make_tid_rdma_ack()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.h | 15 #define CIRC_PREV(val, size) CIRC_ADD(val, -1, size) macro
|
H A D | ipoib_tx.c | 23 #define CIRC_PREV(val, size) CIRC_ADD(val, -1, size) macro
|
H A D | tid_rdma.c | 5147 CIRC_PREV(req->setup_head, 5261 flow = CIRC_PREV(req->acked_tail, MAX_FLOWS); in make_tid_rdma_ack()
|
Completed in 24 milliseconds