Searched refs:hdrwords (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c1091 struct ipath_ib_header *hdr, u32 hdrwords,
1159 memcpy(&tx->hdr.hdr, hdr, hdrwords << 2);
1161 tx->map_len = (hdrwords + 2) << 2;
1188 memcpy(piobuf, hdr, hdrwords << 2);
1189 ipath_copy_from_sge(piobuf + hdrwords, ss, len);
1216 struct ipath_ib_header *ibhdr, u32 hdrwords,
1263 __iowrite32_copy(piobuf, hdr, hdrwords - 1);
1265 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords - 1);
1268 __iowrite32_copy(piobuf, hdr, hdrwords);
1090 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
1215 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
1315 ipath_verbs_send(struct ipath_qp *qp, struct ipath_ib_header *hdr, u32 hdrwords, struct ipath_sge_state *ss, u32 len) argument
[all...]
H A Dipath_verbs.h754 u32 hdrwords, struct ipath_sge_state *ss, u32 len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_verbs.c1089 u32 hdrwords, struct qib_sge_state *ss, u32 len,
1144 memcpy(&phdr->hdr, hdr, hdrwords << 2);
1149 tx->hdr_dwords = hdrwords + 2; /* add PBC length */
1161 memcpy(&phdr->hdr, hdr, hdrwords << 2);
1162 qib_copy_from_sge((u32 *) &phdr->hdr + hdrwords, ss, len);
1221 u32 hdrwords, struct qib_sge_state *ss, u32 len,
1260 qib_pio_copy(piobuf, hdr, hdrwords - 1);
1262 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords - 1);
1265 qib_pio_copy(piobuf, hdr, hdrwords);
1088 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
1220 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
1327 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_verbs.h899 u32 hdrwords, struct qib_sge_state *ss, u32 len);
H A Dqib_iba7322.c1318 const unsigned hdrwords = 7; local
1322 .lrh[2] = cpu_to_be16(hdrwords + SIZE_OF_CRC),
1338 (hdrwords + SIZE_OF_CRC);
1346 qib_pio_copy(piobuf + 2, hdr, hdrwords - 1);
1348 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords + 1);
1351 qib_pio_copy(piobuf + 2, hdr, hdrwords);

Completed in 54 milliseconds