Searched defs:aeth (Results  1 – 9 of 9) sorted by relevance
| /linux-4.4.14/drivers/staging/rdma/ipath/ | 
| D | ipath_qp.c | 678 	u32 aeth = qp->r_msn & IPATH_MSN_MASK;  in ipath_compute_aeth()  local1054 void ipath_get_credit(struct ipath_qp *qp, u32 aeth)  in ipath_get_credit()
 
 | 
| D | ipath_rc.c | 857 static int do_rc_ack(struct ipath_qp *qp, u32 aeth, u32 psn, int opcode,  in do_rc_ack()1130 	u32 aeth;  in ipath_rc_rcv_resp()  local
 
 | 
| D | ipath_verbs.h | 120 			__be32 aeth;  member124 		__be32 aeth;  member
 
 | 
| /linux-4.4.14/drivers/infiniband/hw/qib/ | 
| D | qib_qp.c | 913 	u32 aeth = qp->r_msn & QIB_MSN_MASK;  in qib_compute_aeth()  local1283 void qib_get_credit(struct qib_qp *qp, u32 aeth)  in qib_get_credit()
 
 | 
| D | qib_rc.c | 1129 static int do_rc_ack(struct qib_qp *qp, u32 aeth, u32 psn, int opcode,  in do_rc_ack()1413 	u32 aeth;  in qib_rc_rcv_resp()  local
 
 | 
| D | qib_verbs.h | 174 			__be32 aeth;  member178 		__be32 aeth;  member
 
 | 
| /linux-4.4.14/drivers/staging/rdma/hfi1/ | 
| D | qp.c | 949 	u32 aeth = qp->r_msn & HFI1_MSN_MASK;  in hfi1_compute_aeth()  local1354 void hfi1_get_credit(struct hfi1_qp *qp, u32 aeth)  in hfi1_get_credit()
 
 | 
| D | rc.c | 1160 static int do_rc_ack(struct hfi1_qp *qp, u32 aeth, u32 psn, int opcode,  in do_rc_ack()1441 	u32 aeth;  in rc_rcv_resp()  local
 
 | 
| D | verbs.h | 166 		__be32 aeth;  member170 	__be32 aeth;  member
 
 |