Searched defs:hdrwords (Results 1 - 3 of 3) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c1098 struct ipath_ib_header *hdr, u32 hdrwords,
1166 memcpy(&tx->hdr.hdr, hdr, hdrwords << 2);
1168 tx->map_len = (hdrwords + 2) << 2;
1195 memcpy(piobuf, hdr, hdrwords << 2);
1196 ipath_copy_from_sge(piobuf + hdrwords, ss, len);
1223 struct ipath_ib_header *ibhdr, u32 hdrwords,
1270 __iowrite32_copy(piobuf, hdr, hdrwords - 1);
1272 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords - 1);
1275 __iowrite32_copy(piobuf, hdr, hdrwords);
1097 ipath_verbs_send_dma(struct ipath_qp *qp, struct ipath_ib_header *hdr, u32 hdrwords, struct ipath_sge_state *ss, u32 len, u32 plen, u32 dwords) argument
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) argument
1322 ipath_verbs_send(struct ipath_qp *qp, struct ipath_ib_header *hdr, u32 hdrwords, struct ipath_sge_state *ss, u32 len) argument
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_verbs.c1124 u32 hdrwords, struct qib_sge_state *ss, u32 len,
1179 memcpy(&phdr->hdr, hdr, hdrwords << 2);
1184 tx->hdr_dwords = hdrwords + 2; /* add PBC length */
1196 memcpy(&phdr->hdr, hdr, hdrwords << 2);
1197 qib_copy_from_sge((u32 *) &phdr->hdr + hdrwords, ss, len);
1259 u32 hdrwords, struct qib_sge_state *ss, u32 len,
1298 qib_pio_copy(piobuf, hdr, hdrwords - 1);
1300 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords - 1);
1303 qib_pio_copy(piobuf, hdr, hdrwords);
1123 qib_verbs_send_dma(struct qib_qp *qp, struct qib_ib_header *hdr, u32 hdrwords, struct qib_sge_state *ss, u32 len, u32 plen, u32 dwords) argument
1258 qib_verbs_send_pio(struct qib_qp *qp, struct qib_ib_header *ibhdr, u32 hdrwords, struct qib_sge_state *ss, u32 len, u32 plen, u32 dwords) argument
1365 qib_verbs_send(struct qib_qp *qp, struct qib_ib_header *hdr, u32 hdrwords, struct qib_sge_state *ss, u32 len) argument
[all...]
H A Dqib_iba7322.c1351 const unsigned hdrwords = 7; local
1355 .lrh[2] = cpu_to_be16(hdrwords + SIZE_OF_CRC),
1371 (hdrwords + SIZE_OF_CRC);
1379 qib_pio_copy(piobuf + 2, hdr, hdrwords - 1);
1381 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords + 1);
1384 qib_pio_copy(piobuf + 2, hdr, hdrwords);

Completed in 76 milliseconds