Searched defs:reset_psn (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_rc.c716 * reset_psn - reset the QP state to send starting from PSN
724 static void reset_psn(struct ipath_qp *qp, u32 psn) function
834 reset_psn(qp, psn);
1004 reset_psn(qp, psn + 1);
1038 reset_psn(qp, psn);
/drivers/infiniband/hw/qib/
H A Dqib_rc.c775 * reset_psn - reset the QP state to send starting from PSN
783 static void reset_psn(struct qib_qp *qp, u32 psn) function
897 reset_psn(qp, psn);
1244 reset_psn(qp, psn + 1);
1278 reset_psn(qp, psn);

Completed in 84 milliseconds