Home
last modified time | relevance | path

Searched refs:setup_head (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c1176 trace_hfi1_tid_flow_alloc(flow->req->qp, flow->req->setup_head, in kern_get_phys_blocks()
1409 trace_hfi1_tid_flow_alloc(flow->req->qp, flow->req->setup_head, flow); in kern_program_rcvarray()
1458 struct tid_rdma_flow *flow = &req->flows[req->setup_head];
1472 if (!CIRC_SPACE(req->setup_head, clear_tail, MAX_FLOWS) ||
1473 CIRC_CNT(req->setup_head, clear_tail, MAX_FLOWS) >=
1527 req->setup_head = (req->setup_head + 1) & (MAX_FLOWS - 1);
1557 if (!CIRC_CNT(req->setup_head, req->clear_tail, MAX_FLOWS))
1593 while (CIRC_CNT(req->setup_head, req->clear_tail, MAX_FLOWS)) {
1680 head = req->setup_head; in find_flow_ib()
[all...]
H A Dtid_rdma.h108 u16 setup_head; /* flow index we are setting up */ member
H A Dtrace_tid.h60 "total_segs %u setup_head %u clear_tail %u flow_idx %u " \
1059 __field(u16, setup_head)
1081 __entry->setup_head = req->setup_head;
1104 __entry->setup_head,
H A Drc.c756 req->setup_head = req->clear_tail; in hfi1_make_rc_req()
824 &req->flows[req->setup_head]; in hfi1_make_rc_req()
839 req->clear_tail = req->setup_head; in hfi1_make_rc_req()
840 req->flow_idx = req->setup_head; in hfi1_make_rc_req()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c1183 trace_hfi1_tid_flow_alloc(flow->req->qp, flow->req->setup_head, in kern_get_phys_blocks()
1416 trace_hfi1_tid_flow_alloc(flow->req->qp, flow->req->setup_head, flow); in kern_program_rcvarray()
1465 struct tid_rdma_flow *flow = &req->flows[req->setup_head];
1479 if (!CIRC_SPACE(req->setup_head, clear_tail, MAX_FLOWS) ||
1480 CIRC_CNT(req->setup_head, clear_tail, MAX_FLOWS) >=
1534 req->setup_head = (req->setup_head + 1) & (MAX_FLOWS - 1);
1564 if (!CIRC_CNT(req->setup_head, req->clear_tail, MAX_FLOWS))
1600 while (CIRC_CNT(req->setup_head, req->clear_tail, MAX_FLOWS)) {
1687 head = req->setup_head; in find_flow_ib()
[all...]
H A Dtid_rdma.h108 u16 setup_head; /* flow index we are setting up */ member
H A Dtrace_tid.h60 "total_segs %u setup_head %u clear_tail %u flow_idx %u " \
1059 __field(u16, setup_head)
1081 __entry->setup_head = req->setup_head;
1104 __entry->setup_head,
H A Drc.c715 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