Lines Matching refs:hdrwords
806 u32 hdrwords, struct rvt_sge_state *ss, u32 len, in qib_verbs_send_dma() argument
861 memcpy(&phdr->hdr, hdr, hdrwords << 2); in qib_verbs_send_dma()
866 tx->hdr_dwords = hdrwords + 2; /* add PBC length */ in qib_verbs_send_dma()
878 memcpy(&phdr->hdr, hdr, hdrwords << 2); in qib_verbs_send_dma()
879 qib_copy_from_sge((u32 *) &phdr->hdr + hdrwords, ss, len); in qib_verbs_send_dma()
942 u32 hdrwords, struct rvt_sge_state *ss, u32 len, in qib_verbs_send_pio() argument
981 qib_pio_copy(piobuf, hdr, hdrwords - 1); in qib_verbs_send_pio()
983 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords - 1); in qib_verbs_send_pio()
986 qib_pio_copy(piobuf, hdr, hdrwords); in qib_verbs_send_pio()
992 qib_pio_copy(piobuf, hdr, hdrwords); in qib_verbs_send_pio()
993 piobuf += hdrwords; in qib_verbs_send_pio()
1050 u32 hdrwords, struct rvt_sge_state *ss, u32 len) in qib_verbs_send() argument
1061 plen = hdrwords + dwords + 1; in qib_verbs_send()
1070 ret = qib_verbs_send_pio(qp, hdr, hdrwords, ss, len, in qib_verbs_send()
1073 ret = qib_verbs_send_dma(qp, hdr, hdrwords, ss, len, in qib_verbs_send()