Searched defs:psn (Results 1 - 14 of 14) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_uc.c246 u32 psn; ipath_uc_rcv() local
H A Dipath_rc.c724 static void reset_psn(struct ipath_qp *qp, u32 psn) reset_psn() argument
805 void ipath_restart_rc(struct ipath_qp *qp, u32 psn) ipath_restart_rc() argument
841 static inline void update_last_psn(struct ipath_qp *qp, u32 psn) update_last_psn() argument
857 static int do_rc_ack(struct ipath_qp *qp, u32 aeth, u32 psn, int opcode, do_rc_ack() argument
1576 u32 psn; ipath_rc_rcv() local
42 restart_sge(struct ipath_sge_state *ss, struct ipath_swqe *wqe, u32 psn, u32 pmtu) restart_sge() argument
1117 ipath_rc_rcv_resp(struct ipath_ibdev *dev, struct ipath_other_headers *ohdr, void *data, u32 tlen, struct ipath_qp *qp, u32 opcode, u32 psn, u32 hdrsize, u32 pmtu, int header_in_data) ipath_rc_rcv_resp() argument
1335 ipath_rc_rcv_error(struct ipath_ibdev *dev, struct ipath_other_headers *ohdr, void *data, struct ipath_qp *qp, u32 opcode, u32 psn, int diff, int header_in_data) ipath_rc_rcv_error() argument
H A Dipath_verbs.h287 u32 psn; /* first packet sequence number */ member in struct:ipath_swqe
348 u32 psn; member in struct:ipath_ack_entry
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_uc.c248 u32 psn; qib_uc_rcv() local
H A Dqib_rc.c785 static void reset_psn(struct qib_qp *qp, u32 psn) reset_psn() argument
870 static void qib_restart_rc(struct qib_qp *qp, u32 psn, int wait) qib_restart_rc() argument
946 static void reset_sending_psn(struct qib_qp *qp, u32 psn) reset_sending_psn() argument
978 u32 psn; qib_rc_send_complete() local
1046 static inline void update_last_psn(struct qib_qp *qp, u32 psn) update_last_psn() argument
1129 static int do_rc_ack(struct qib_qp *qp, u32 aeth, u32 psn, int opcode, do_rc_ack() argument
1352 static void rdma_seq_err(struct qib_qp *qp, struct qib_ibport *ibp, u32 psn, rdma_seq_err() argument
1871 u32 psn; qib_rc_rcv() local
43 restart_sge(struct qib_sge_state *ss, struct qib_swqe *wqe, u32 psn, u32 pmtu) restart_sge() argument
1399 qib_rc_rcv_resp(struct qib_ibport *ibp, struct qib_other_headers *ohdr, void *data, u32 tlen, struct qib_qp *qp, u32 opcode, u32 psn, u32 hdrsize, u32 pmtu, struct qib_ctxtdata *rcd) qib_rc_rcv_resp() argument
1624 qib_rc_rcv_error(struct qib_other_headers *ohdr, void *data, struct qib_qp *qp, u32 opcode, u32 psn, int diff, struct qib_ctxtdata *rcd) qib_rc_rcv_error() argument
H A Dqib_driver.c315 u32 psn; qib_rcv_hdrerr() local
H A Dqib_verbs.h350 u32 psn; /* first packet sequence number */ member in struct:qib_swqe
412 u32 psn; member in struct:qib_ack_entry
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Duc.c273 u32 psn; hfi1_uc_rcv() local
H A Drc.c796 static void reset_psn(struct hfi1_qp *qp, u32 psn) reset_psn() argument
882 static void restart_rc(struct hfi1_qp *qp, u32 psn, int wait) restart_rc() argument
959 static void reset_sending_psn(struct hfi1_qp *qp, u32 psn) reset_sending_psn() argument
991 u32 psn; hfi1_rc_send_complete() local
1061 static inline void update_last_psn(struct hfi1_qp *qp, u32 psn) update_last_psn() argument
1160 static int do_rc_ack(struct hfi1_qp *qp, u32 aeth, u32 psn, int opcode, do_rc_ack() argument
1383 static void rdma_seq_err(struct hfi1_qp *qp, struct hfi1_ibport *ibp, u32 psn, rdma_seq_err() argument
1949 u32 psn; hfi1_rc_rcv() local
2394 u32 psn; hfi1_rc_hdrerr() local
63 restart_sge(struct hfi1_sge_state *ss, struct hfi1_swqe *wqe, u32 psn, u32 pmtu) restart_sge() argument
1430 rc_rcv_resp(struct hfi1_ibport *ibp, struct hfi1_other_headers *ohdr, void *data, u32 tlen, struct hfi1_qp *qp, u32 opcode, u32 psn, u32 hdrsize, u32 pmtu, struct hfi1_ctxtdata *rcd) rc_rcv_resp() argument
1626 rc_rcv_error(struct hfi1_other_headers *ohdr, void *data, struct hfi1_qp *qp, u32 opcode, u32 psn, int diff, struct hfi1_ctxtdata *rcd) rc_rcv_error() argument
H A Duser_sdma.c1159 psn = val & mask; set_pkt_bth_psn() local
H A Dverbs.h357 u32 psn; /* first packet sequence number */ member in struct:hfi1_swqe
419 u32 psn; member in struct:hfi1_ack_entry
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c445 unsigned psn; ipoib_cm_req_handler() local
272 ipoib_cm_modify_rx_qp(struct net_device *dev, struct ib_cm_id *cm_id, struct ib_qp *qp, unsigned psn) ipoib_cm_modify_rx_qp() argument
419 ipoib_cm_send_rep(struct net_device *dev, struct ib_cm_id *cm_id, struct ib_qp *qp, struct ib_cm_req_event_param *req, unsigned psn) ipoib_cm_send_rep() argument
/linux-4.4.14/include/uapi/rdma/
H A Dib_user_cm.h135 __u32 psn; member in struct:ib_ucm_req
159 __u32 psn; member in struct:ib_ucm_rep
/linux-4.4.14/include/rdma/
H A Dib_pack.h210 __be32 psn; member in struct:ib_unpacked_bth

Completed in 472 milliseconds