Searched refs:acked_tail (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 3060 fidx = req->acked_tail; in hfi1_tid_rdma_restart_req() 3147 fidx = req->acked_tail; in hfi1_tid_rdma_restart_req() 3338 * Reset acked_tail. in setup_tid_rdma_wqe() 3343 priv->tid_req.acked_tail = priv->tid_req.setup_head; in setup_tid_rdma_wqe() 3542 * If overtaking req->acked_tail, send an RNR NAK. Because the in hfi1_tid_write_alloc_resources() 3548 if (!CIRC_SPACE(req->setup_head, req->acked_tail, in hfi1_tid_write_alloc_resources() 3731 req->clear_tail != req->acked_tail)) in hfi1_rc_rcv_tid_rdma_write_req() 3761 req->acked_tail = req->setup_head; in hfi1_rc_rcv_tid_rdma_write_req() 4075 * If we've lost ACKs and our acked_tail pointer is too far in hfi1_rc_rcv_tid_rdma_write_resp() 4079 if (!CIRC_SPACE(req->setup_head, req->acked_tail, MAX_FLOW in hfi1_rc_rcv_tid_rdma_write_resp() [all...] |
H A D | tid_rdma.h | 111 u16 acked_tail; member
|
H A D | trace_tid.h | 61 "acked_tail %u state %u r_ack_psn 0x%x r_flow_psn 0x%x " \ 1062 __field(u16, acked_tail) 1084 __entry->acked_tail = req->acked_tail; 1107 __entry->acked_tail,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 3069 fidx = req->acked_tail; in hfi1_tid_rdma_restart_req() 3156 fidx = req->acked_tail; in hfi1_tid_rdma_restart_req() 3350 * Reset acked_tail. in setup_tid_rdma_wqe() 3355 priv->tid_req.acked_tail = priv->tid_req.setup_head; in setup_tid_rdma_wqe() 3554 * If overtaking req->acked_tail, send an RNR NAK. Because the in hfi1_tid_write_alloc_resources() 3560 if (!CIRC_SPACE(req->setup_head, req->acked_tail, in hfi1_tid_write_alloc_resources() 3743 req->clear_tail != req->acked_tail)) in hfi1_rc_rcv_tid_rdma_write_req() 3773 req->acked_tail = req->setup_head; in hfi1_rc_rcv_tid_rdma_write_req() 4087 * If we've lost ACKs and our acked_tail pointer is too far in hfi1_rc_rcv_tid_rdma_write_resp() 4091 if (!CIRC_SPACE(req->setup_head, req->acked_tail, MAX_FLOW in hfi1_rc_rcv_tid_rdma_write_resp() [all...] |
H A D | tid_rdma.h | 111 u16 acked_tail; member
|
H A D | trace_tid.h | 61 "acked_tail %u state %u r_ack_psn 0x%x r_flow_psn 0x%x " \ 1062 __field(u16, acked_tail) 1084 __entry->acked_tail = req->acked_tail; 1107 __entry->acked_tail,
|
Completed in 15 milliseconds