Searched refs:s_tid_head (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | trace_tid.h | 78 "s_tid_tail %u s_tid_head %u " \ 1480 __field(u32, s_tid_head) 1498 __entry->s_tid_head = priv->s_tid_head; 1515 __entry->s_tid_head,
|
H A D | verbs.h | 190 u32 s_tid_head; member
|
H A D | rc.c | 686 } else if (priv->s_tid_cur == priv->s_tid_head) { in hfi1_make_rc_req() 731 * request was completed, s_tid_head, in hfi1_make_rc_req() 745 priv->s_tid_head = qp->s_cur; in hfi1_make_rc_req() 1772 head = priv->s_tid_head; in hfi1_rc_send_complete() 1775 * s_tid_cur is set to s_tid_head in the case, where in hfi1_rc_send_complete()
|
H A D | tid_rdma.c | 354 qpriv->s_tid_head = HFI1_QP_WQE_INVALID; in hfi1_qp_priv_init() 4166 if (qpriv->s_tid_cur != qpriv->s_tid_head && in hfi1_rc_rcv_tid_rdma_write_resp() 4172 if (i == qpriv->s_tid_head) in hfi1_rc_rcv_tid_rdma_write_resp()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | trace_tid.h | 78 "s_tid_tail %u s_tid_head %u " \ 1480 __field(u32, s_tid_head) 1498 __entry->s_tid_head = priv->s_tid_head; 1515 __entry->s_tid_head,
|
H A D | verbs.h | 148 u32 s_tid_head; member
|
H A D | rc.c | 645 } else if (priv->s_tid_cur == priv->s_tid_head) { in hfi1_make_rc_req() 690 * request was completed, s_tid_head, in hfi1_make_rc_req() 704 priv->s_tid_head = qp->s_cur; in hfi1_make_rc_req() 1730 head = priv->s_tid_head; in hfi1_rc_send_complete() 1733 * s_tid_cur is set to s_tid_head in the case, where in hfi1_rc_send_complete()
|
H A D | tid_rdma.c | 355 qpriv->s_tid_head = HFI1_QP_WQE_INVALID; in hfi1_qp_priv_init() 4178 if (qpriv->s_tid_cur != qpriv->s_tid_head && in hfi1_rc_rcv_tid_rdma_write_resp() 4184 if (i == qpriv->s_tid_head) in hfi1_rc_rcv_tid_rdma_write_resp()
|
Completed in 28 milliseconds