Searched refs:ibhdr (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_verbs.c | 1270 static int qib_verbs_send_pio(struct qib_qp *qp, struct qib_ib_header *ibhdr, qib_verbs_send_pio() argument 1276 u32 *hdr = (u32 *) ibhdr; qib_verbs_send_pio() 1286 be16_to_cpu(ibhdr->lrh[0]) >> 12); qib_verbs_send_pio() 1361 qib_rc_send_complete(qp, ibhdr); qib_verbs_send_pio()
|
H A D | qib_iba7322.c | 1433 static struct qib_ib_header ibhdr = { flush_fifo() local 1457 hdr = (u32 *) &ibhdr; flush_fifo()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_verbs.c | 1223 struct ipath_ib_header *ibhdr, u32 hdrwords, ipath_verbs_send_pio() 1228 u32 *hdr = (u32 *) ibhdr; ipath_verbs_send_pio() 1250 if ((be16_to_cpu(ibhdr->lrh[0]) >> 12) == 15) ipath_verbs_send_pio() 1222 ipath_verbs_send_pio(struct ipath_qp *qp, struct ipath_ib_header *ibhdr, u32 hdrwords, struct ipath_sge_state *ss, u32 len, u32 plen, u32 dwords) ipath_verbs_send_pio() argument
|
Completed in 178 milliseconds