Searched refs:clear_tail (Results 1 – 3 of 3) sorted by relevance
1470 u16 clear_tail = req->clear_tail; in hfi1_kern_exp_rcv_setup() local1479 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 …]
109 u16 clear_tail; /* flow index we are clearing */ member
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()