Lines Matching refs:hdrwords
1098 struct ipath_ib_header *hdr, u32 hdrwords, in ipath_verbs_send_dma() argument
1166 memcpy(&tx->hdr.hdr, hdr, hdrwords << 2); in ipath_verbs_send_dma()
1168 tx->map_len = (hdrwords + 2) << 2; in ipath_verbs_send_dma()
1195 memcpy(piobuf, hdr, hdrwords << 2); in ipath_verbs_send_dma()
1196 ipath_copy_from_sge(piobuf + hdrwords, ss, len); in ipath_verbs_send_dma()
1223 struct ipath_ib_header *ibhdr, u32 hdrwords, in ipath_verbs_send_pio() argument
1270 __iowrite32_copy(piobuf, hdr, hdrwords - 1); in ipath_verbs_send_pio()
1272 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords - 1); in ipath_verbs_send_pio()
1275 __iowrite32_copy(piobuf, hdr, hdrwords); in ipath_verbs_send_pio()
1281 __iowrite32_copy(piobuf, hdr, hdrwords); in ipath_verbs_send_pio()
1282 piobuf += hdrwords; in ipath_verbs_send_pio()
1323 u32 hdrwords, struct ipath_sge_state *ss, u32 len) in ipath_verbs_send() argument
1334 plen = hdrwords + dwords + 1; in ipath_verbs_send()
1343 ret = ipath_verbs_send_pio(qp, hdr, hdrwords, ss, len, in ipath_verbs_send()
1346 ret = ipath_verbs_send_dma(qp, hdr, hdrwords, ss, len, in ipath_verbs_send()