Home
last modified time | relevance | path

Searched refs:pending_tid_w_resp (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dverbs.h197 u32 pending_tid_w_resp; /* Num of pending tid write responses */ member
Dtrace_tid.h1481 __field(u32, pending_tid_w_resp)
1499 __entry->pending_tid_w_resp = priv->pending_tid_w_resp;
1516 __entry->pending_tid_w_resp,
Drc.c746 priv->pending_tid_w_resp += req->total_segs; in hfi1_make_rc_req()
757 priv->pending_tid_w_resp += in hfi1_make_rc_req()
1070 priv->pending_tid_w_resp += delta_psn(wqe->lpsn, bth2) + 1; in hfi1_make_rc_req()
1510 priv->pending_tid_w_resp = 0; in reset_psn()
2159 else if (--qpriv->pending_tid_w_resp) in do_rc_ack()