Searched refs:setup_head (Results 1 – 4 of 4) sorted by relevance
1534 req->setup_head = (req->setup_head + 1) & (MAX_FLOWS - 1); in hfi1_kern_exp_rcv_setup()1687 head = req->setup_head; in find_flow_ib()1903 flow = &req->flows[req->setup_head]; in tid_rdma_rcv_read_request()1936 req->clear_tail = req->setup_head; in tid_rdma_rcv_read_request()1956 req->flow_idx = req->setup_head; in tid_rdma_rcv_read_request()1959 req->setup_head = (req->setup_head + 1) & (MAX_FLOWS - 1); in tid_rdma_rcv_read_request()3771 req->flow_idx = req->setup_head; in hfi1_rc_rcv_tid_rdma_write_req()3772 req->clear_tail = req->setup_head; in hfi1_rc_rcv_tid_rdma_write_req()3773 req->acked_tail = req->setup_head; in hfi1_rc_rcv_tid_rdma_write_req()4164 req->acked_tail = req->setup_head; in hfi1_rc_rcv_tid_rdma_write_resp()[all …]
108 u16 setup_head; /* flow index we are setting up */ member
1059 __field(u16, setup_head)1081 __entry->setup_head = req->setup_head;1104 __entry->setup_head,
715 req->setup_head = req->clear_tail; in hfi1_make_rc_req()783 &req->flows[req->setup_head]; in hfi1_make_rc_req()798 req->clear_tail = req->setup_head; in hfi1_make_rc_req()799 req->flow_idx = req->setup_head; in hfi1_make_rc_req()
Completed in 21 milliseconds