Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dverbs.h155 u32 pending_tid_w_resp; /* Num of pending tid write responses */ member
H A 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,
H A Drc.c705 priv->pending_tid_w_resp += req->total_segs; in hfi1_make_rc_req()
716 priv->pending_tid_w_resp += in hfi1_make_rc_req()
1029 priv->pending_tid_w_resp += delta_psn(wqe->lpsn, bth2) + 1; in hfi1_make_rc_req()
1468 priv->pending_tid_w_resp = 0; in reset_psn()
2117 else if (--qpriv->pending_tid_w_resp) in do_rc_ack()