Searched refs:update_last_psn (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_rc.c841 static inline void update_last_psn(struct ipath_qp *qp, u32 psn) function
925 update_last_psn(qp, wqe->psn - 1);
1014 update_last_psn(qp, psn);
1030 update_last_psn(qp, psn - 1);
1051 update_last_psn(qp, psn - 1);
1235 update_last_psn(qp, psn);
/drivers/infiniband/hw/qib/
H A Dqib_rc.c1044 static inline void update_last_psn(struct qib_qp *qp, u32 psn) function
1090 update_last_psn(qp, wqe->lpsn);
1256 update_last_psn(qp, psn);
1274 update_last_psn(qp, psn - 1);
1293 update_last_psn(qp, psn - 1);
1531 update_last_psn(qp, psn);

Completed in 86 milliseconds