Lines Matching refs:hdrwords
1136 u32 hdrwords, struct qib_sge_state *ss, u32 len, in qib_verbs_send_dma() argument
1191 memcpy(&phdr->hdr, hdr, hdrwords << 2); in qib_verbs_send_dma()
1196 tx->hdr_dwords = hdrwords + 2; /* add PBC length */ in qib_verbs_send_dma()
1208 memcpy(&phdr->hdr, hdr, hdrwords << 2); in qib_verbs_send_dma()
1209 qib_copy_from_sge((u32 *) &phdr->hdr + hdrwords, ss, len); in qib_verbs_send_dma()
1271 u32 hdrwords, struct qib_sge_state *ss, u32 len, in qib_verbs_send_pio() argument
1310 qib_pio_copy(piobuf, hdr, hdrwords - 1); in qib_verbs_send_pio()
1312 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords - 1); in qib_verbs_send_pio()
1315 qib_pio_copy(piobuf, hdr, hdrwords); in qib_verbs_send_pio()
1321 qib_pio_copy(piobuf, hdr, hdrwords); in qib_verbs_send_pio()
1322 piobuf += hdrwords; in qib_verbs_send_pio()
1379 u32 hdrwords, struct qib_sge_state *ss, u32 len) in qib_verbs_send() argument
1390 plen = hdrwords + dwords + 1; in qib_verbs_send()
1399 ret = qib_verbs_send_pio(qp, hdr, hdrwords, ss, len, in qib_verbs_send()
1402 ret = qib_verbs_send_dma(qp, hdr, hdrwords, ss, len, in qib_verbs_send()