Searched refs:ipath_ib_header (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_verbs.h | 135 struct ipath_ib_header { struct 148 struct ipath_ib_header hdr; argument 371 struct ipath_ib_header s_hdr; /* next packet header to send */ 766 int ipath_verbs_send(struct ipath_qp *qp, struct ipath_ib_header *hdr, 773 void ipath_uc_rcv(struct ipath_ibdev *dev, struct ipath_ib_header *hdr, 776 void ipath_rc_rcv(struct ipath_ibdev *dev, struct ipath_ib_header *hdr, 785 void ipath_ud_rcv(struct ipath_ibdev *dev, struct ipath_ib_header *hdr,
|
D | ipath_verbs.c | 554 struct ipath_ib_header *hdr, int has_grh, in ipath_qp_rcv() 599 struct ipath_ib_header *hdr = rhdr; in ipath_ib_rcv() 1111 struct ipath_ib_header *hdr, u32 hdrwords, in ipath_verbs_send_dma() 1236 struct ipath_ib_header *ibhdr, u32 hdrwords, in ipath_verbs_send_pio() 1335 int ipath_verbs_send(struct ipath_qp *qp, struct ipath_ib_header *hdr, in ipath_verbs_send()
|
D | ipath_uc.c | 240 void ipath_uc_rcv(struct ipath_ibdev *dev, struct ipath_ib_header *hdr, in ipath_uc_rcv()
|
D | ipath_ud.c | 408 void ipath_ud_rcv(struct ipath_ibdev *dev, struct ipath_ib_header *hdr, in ipath_ud_rcv()
|
D | ipath_rc.c | 620 struct ipath_ib_header hdr; in send_rc_ack() 1570 void ipath_rc_rcv(struct ipath_ibdev *dev, struct ipath_ib_header *hdr, in ipath_rc_rcv()
|