Searched refs:qib_ib_header (Results 1 – 8 of 8) sorted by relevance
/drivers/infiniband/hw/qib/ |
D | qib_verbs.h | 188 struct qib_ib_header { struct 201 struct qib_ib_header hdr; argument 426 struct qib_ib_header *s_hdr; /* next packet header to send */ 921 int qib_verbs_send(struct qib_qp *qp, struct qib_ib_header *hdr, 929 void qib_uc_rcv(struct qib_ibport *ibp, struct qib_ib_header *hdr, 932 void qib_rc_rcv(struct qib_ctxtdata *rcd, struct qib_ib_header *hdr, 941 void qib_rc_send_complete(struct qib_qp *qp, struct qib_ib_header *hdr); 947 void qib_ud_rcv(struct qib_ibport *ibp, struct qib_ib_header *hdr, 1058 int qib_ruc_check_hdr(struct qib_ibport *ibp, struct qib_ib_header *hdr,
|
D | qib_driver.c | 306 struct qib_ib_header *hdr = (struct qib_ib_header *) rhdr; in qib_rcv_hdrerr()
|
D | qib_verbs.c | 559 static void qib_qp_rcv(struct qib_ctxtdata *rcd, struct qib_ib_header *hdr, in qib_qp_rcv() 612 struct qib_ib_header *hdr = rhdr; in qib_ib_rcv() 1085 struct qib_ib_header *hdr; in sdma_complete() 1132 static int qib_verbs_send_dma(struct qib_qp *qp, struct qib_ib_header *hdr, in qib_verbs_send_dma() 1267 static int qib_verbs_send_pio(struct qib_qp *qp, struct qib_ib_header *ibhdr, in qib_verbs_send_pio() 1374 int qib_verbs_send(struct qib_qp *qp, struct qib_ib_header *hdr, in qib_verbs_send()
|
D | qib_uc.c | 242 void qib_uc_rcv(struct qib_ibport *ibp, struct qib_ib_header *hdr, in qib_uc_rcv()
|
D | qib_ud.c | 421 void qib_ud_rcv(struct qib_ibport *ibp, struct qib_ib_header *hdr, in qib_ud_rcv()
|
D | qib_rc.c | 659 struct qib_ib_header hdr; in qib_send_rc_ack() 969 void qib_rc_send_complete(struct qib_qp *qp, struct qib_ib_header *hdr) in qib_rc_send_complete() 1862 void qib_rc_rcv(struct qib_ctxtdata *rcd, struct qib_ib_header *hdr, in qib_rc_rcv()
|
D | qib_ruc.c | 267 int qib_ruc_check_hdr(struct qib_ibport *ibp, struct qib_ib_header *hdr, in qib_ruc_check_hdr()
|
D | qib_iba7322.c | 1357 static struct qib_ib_header ibhdr = { in flush_fifo()
|