Searched refs:clear_tail (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/hfi1/ |
D | tid_rdma.c | 1470 u16 clear_tail = req->clear_tail; in hfi1_kern_exp_rcv_setup() local 1479 if (!CIRC_SPACE(req->setup_head, clear_tail, MAX_FLOWS) || in hfi1_kern_exp_rcv_setup() 1480 CIRC_CNT(req->setup_head, clear_tail, MAX_FLOWS) >= in hfi1_kern_exp_rcv_setup() 1556 struct tid_rdma_flow *flow = &req->flows[req->clear_tail]; in hfi1_kern_exp_rcv_clear() 1564 if (!CIRC_CNT(req->setup_head, req->clear_tail, MAX_FLOWS)) in hfi1_kern_exp_rcv_clear() 1580 req->clear_tail = (req->clear_tail + 1) & (MAX_FLOWS - 1); in hfi1_kern_exp_rcv_clear() 1600 while (CIRC_CNT(req->setup_head, req->clear_tail, MAX_FLOWS)) { in hfi1_kern_exp_rcv_clear_all() 1688 tail = req->clear_tail; in find_flow_ib() 1936 req->clear_tail = req->setup_head; in tid_rdma_rcv_read_request() 2118 if (req->clear_tail == req->setup_head) in tid_rdma_rcv_error() [all …]
|
D | tid_rdma.h | 109 u16 clear_tail; /* flow index we are clearing */ member
|
D | trace_tid.h | 1060 __field(u16, clear_tail) 1082 __entry->clear_tail = req->clear_tail; 1105 __entry->clear_tail,
|
D | rc.c | 715 req->setup_head = req->clear_tail; in hfi1_make_rc_req() 798 req->clear_tail = req->setup_head; in hfi1_make_rc_req() 807 req->flow_idx = req->clear_tail; in hfi1_make_rc_req()
|