Home
last modified time | relevance | path

Searched refs:hdr_dwords (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Druc.c244 (ps->s_txreq->hdr_dwords << 2), in hfi1_make_ruc_header_16B()
263 ps->s_txreq->hdr_dwords += in hfi1_make_ruc_header_16B()
265 ps->s_txreq->hdr_dwords - LRH_16B_DWORDS, in hfi1_make_ruc_header_16B()
301 (ps->s_txreq->hdr_dwords + nwords) >> 1, in hfi1_make_ruc_header_16B()
338 ps->s_txreq->hdr_dwords += in hfi1_make_ruc_header_9B()
341 ps->s_txreq->hdr_dwords - LRH_9B_DWORDS, in hfi1_make_ruc_header_9B()
369 ps->s_txreq->hdr_dwords + nwords, in hfi1_make_ruc_header_9B()
A Dud.c282 ps->s_txreq->hdr_dwords = 7; in hfi1_make_ud_req_9B()
284 ps->s_txreq->hdr_dwords++; in hfi1_make_ud_req_9B()
288 ps->s_txreq->hdr_dwords += in hfi1_make_ud_req_9B()
290 ps->s_txreq->hdr_dwords - LRH_9B_DWORDS, in hfi1_make_ud_req_9B()
324 len = ps->s_txreq->hdr_dwords + nwords; in hfi1_make_ud_req_9B()
357 ps->s_txreq->hdr_dwords = 6; in hfi1_make_ud_req_16B()
361 ps->s_txreq->hdr_dwords = 9; in hfi1_make_ud_req_16B()
363 ps->s_txreq->hdr_dwords++; in hfi1_make_ud_req_16B()
385 ps->s_txreq->hdr_dwords += hfi1_make_grh( in hfi1_make_ud_req_16B()
387 ps->s_txreq->hdr_dwords - LRH_16B_DWORDS, in hfi1_make_ud_req_16B()
[all …]
A Dipoib_tx.c32 u8 hdr_dwords; member
236 sizeof(sdma_hdr->pbc) + (txp->hdr_dwords << 2) + tx->skb->len; in hfi1_ipoib_build_tx_desc()
247 sizeof(sdma_hdr->pbc) + (txp->hdr_dwords << 2)); in hfi1_ipoib_build_tx_desc()
282 txp->hdr_dwords = 7; in hfi1_ipoib_build_ib_tx_headers()
286 txp->hdr_dwords += in hfi1_ipoib_build_ib_tx_headers()
290 txp->hdr_dwords - LRH_9B_DWORDS, in hfi1_ipoib_build_ib_tx_headers()
318 dwords = txp->hdr_dwords + payload_dwords; in hfi1_ipoib_build_ib_tx_headers()
A Dverbs_txreq.h25 u16 hdr_dwords; member
A Duc.c228 ps->s_txreq->hdr_dwords = hwords; in hfi1_make_uc_req()
A Dverbs.c727 u16 hdrbytes = (tx->hdr_dwords + sizeof(pbc) / 4) << 2; in build_verbs_tx_desc()
802 u32 hdrwords = ps->s_txreq->hdr_dwords; in hfi1_verbs_send_dma()
941 u32 hdrwords = ps->s_txreq->hdr_dwords; in hfi1_verbs_send_pio()
A Drc.c355 ps->s_txreq->hdr_dwords = hwords; in make_rc_ack()
1146 ps->s_txreq->hdr_dwords = hwords; in hfi1_make_rc_req()
A Dtid_rdma.c5163 ps->s_txreq->hdr_dwords = hwords; in hfi1_make_tid_rdma_pkt()
5312 ps->s_txreq->hdr_dwords = hwords; in make_tid_rdma_ack()
/linux-6.3-rc2/drivers/infiniband/hw/qib/
A Dqib_verbs.c630 tx->txreq.addr, tx->hdr_dwords << 2, in qib_put_txreq()
831 tx->hdr_dwords = hdrwords + 2; /* add PBC length */ in qib_verbs_send_dma()
837 tx->hdr_dwords = plen + 1; in qib_verbs_send_dma()
838 phdr = kmalloc(tx->hdr_dwords << 2, GFP_ATOMIC); in qib_verbs_send_dma()
847 tx->hdr_dwords << 2, DMA_TO_DEVICE); in qib_verbs_send_dma()
A Dqib_sdma.c543 dwoffset = tx->hdr_dwords; in qib_sdma_verbs_send()
A Dqib.h252 u16 hdr_dwords; member

Completed in 37 milliseconds