Lines Matching refs:hdrwords
771 u32 hdrwords, struct rvt_sge_state *ss, u32 len, in qib_verbs_send_dma() argument
826 memcpy(&phdr->hdr, hdr, hdrwords << 2); in qib_verbs_send_dma()
831 tx->hdr_dwords = hdrwords + 2; /* add PBC length */ in qib_verbs_send_dma()
843 memcpy(&phdr->hdr, hdr, hdrwords << 2); in qib_verbs_send_dma()
844 qib_copy_from_sge((u32 *) &phdr->hdr + hdrwords, ss, len); in qib_verbs_send_dma()
907 u32 hdrwords, struct rvt_sge_state *ss, u32 len, in qib_verbs_send_pio() argument
946 qib_pio_copy(piobuf, hdr, hdrwords - 1); in qib_verbs_send_pio()
948 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords - 1); in qib_verbs_send_pio()
951 qib_pio_copy(piobuf, hdr, hdrwords); in qib_verbs_send_pio()
957 qib_pio_copy(piobuf, hdr, hdrwords); in qib_verbs_send_pio()
958 piobuf += hdrwords; in qib_verbs_send_pio()
1015 u32 hdrwords, struct rvt_sge_state *ss, u32 len) in qib_verbs_send() argument
1026 plen = hdrwords + dwords + 1; in qib_verbs_send()
1035 ret = qib_verbs_send_pio(qp, hdr, hdrwords, ss, len, in qib_verbs_send()
1038 ret = qib_verbs_send_dma(qp, hdr, hdrwords, ss, len, in qib_verbs_send()