Lines Matching refs:hdrwords
1152 u32 hdrwords, struct qib_sge_state *ss, u32 len, in qib_verbs_send_dma() argument
1207 memcpy(&phdr->hdr, hdr, hdrwords << 2); in qib_verbs_send_dma()
1212 tx->hdr_dwords = hdrwords + 2; /* add PBC length */ in qib_verbs_send_dma()
1224 memcpy(&phdr->hdr, hdr, hdrwords << 2); in qib_verbs_send_dma()
1225 qib_copy_from_sge((u32 *) &phdr->hdr + hdrwords, ss, len); in qib_verbs_send_dma()
1287 u32 hdrwords, struct qib_sge_state *ss, u32 len, in qib_verbs_send_pio() argument
1326 qib_pio_copy(piobuf, hdr, hdrwords - 1); in qib_verbs_send_pio()
1328 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords - 1); in qib_verbs_send_pio()
1331 qib_pio_copy(piobuf, hdr, hdrwords); in qib_verbs_send_pio()
1337 qib_pio_copy(piobuf, hdr, hdrwords); in qib_verbs_send_pio()
1338 piobuf += hdrwords; in qib_verbs_send_pio()
1395 u32 hdrwords, struct qib_sge_state *ss, u32 len) in qib_verbs_send() argument
1406 plen = hdrwords + dwords + 1; in qib_verbs_send()
1415 ret = qib_verbs_send_pio(qp, hdr, hdrwords, ss, len, in qib_verbs_send()
1418 ret = qib_verbs_send_dma(qp, hdr, hdrwords, ss, len, in qib_verbs_send()