Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Druc.c285 (ps->s_txreq->hdr_dwords << 2), in hfi1_make_ruc_header_16B()
304 ps->s_txreq->hdr_dwords += in hfi1_make_ruc_header_16B()
306 ps->s_txreq->hdr_dwords - LRH_16B_DWORDS, in hfi1_make_ruc_header_16B()
342 (ps->s_txreq->hdr_dwords + nwords) >> 1, in hfi1_make_ruc_header_16B()
378 ps->s_txreq->hdr_dwords += in hfi1_make_ruc_header_9B()
381 ps->s_txreq->hdr_dwords - LRH_9B_DWORDS, in hfi1_make_ruc_header_9B()
409 ps->s_txreq->hdr_dwords + nwords, in hfi1_make_ruc_header_9B()
Dud.c324 ps->s_txreq->hdr_dwords = 7; in hfi1_make_ud_req_9B()
326 ps->s_txreq->hdr_dwords++; in hfi1_make_ud_req_9B()
330 ps->s_txreq->hdr_dwords += in hfi1_make_ud_req_9B()
332 ps->s_txreq->hdr_dwords - LRH_9B_DWORDS, in hfi1_make_ud_req_9B()
366 len = ps->s_txreq->hdr_dwords + nwords; in hfi1_make_ud_req_9B()
399 ps->s_txreq->hdr_dwords = 6; in hfi1_make_ud_req_16B()
403 ps->s_txreq->hdr_dwords = 9; in hfi1_make_ud_req_16B()
405 ps->s_txreq->hdr_dwords++; in hfi1_make_ud_req_16B()
409 extra_bytes = hfi1_get_16b_padding((ps->s_txreq->hdr_dwords << 2), in hfi1_make_ud_req_16B()
427 ps->s_txreq->hdr_dwords += hfi1_make_grh( in hfi1_make_ud_req_16B()
[all …]
Dverbs_txreq.h67 u16 hdr_dwords; member
Duc.c269 ps->s_txreq->hdr_dwords = hwords; in hfi1_make_uc_req()
Dverbs.c766 u16 hdrbytes = (tx->hdr_dwords + sizeof(pbc) / 4) << 2; in build_verbs_tx_desc()
841 u32 hdrwords = ps->s_txreq->hdr_dwords; in hfi1_verbs_send_dma()
980 u32 hdrwords = ps->s_txreq->hdr_dwords; in hfi1_verbs_send_pio()
Drc.c397 ps->s_txreq->hdr_dwords = hwords; in make_rc_ack()
1188 ps->s_txreq->hdr_dwords = hwords; in hfi1_make_rc_req()
Dtid_rdma.c5141 ps->s_txreq->hdr_dwords = hwords; in hfi1_make_tid_rdma_pkt()
5290 ps->s_txreq->hdr_dwords = hwords; in make_tid_rdma_ack()
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_verbs.c629 tx->txreq.addr, tx->hdr_dwords << 2, in qib_put_txreq()
830 tx->hdr_dwords = hdrwords + 2; /* add PBC length */ in qib_verbs_send_dma()
836 tx->hdr_dwords = plen + 1; in qib_verbs_send_dma()
837 phdr = kmalloc(tx->hdr_dwords << 2, GFP_ATOMIC); in qib_verbs_send_dma()
846 tx->hdr_dwords << 2, DMA_TO_DEVICE); in qib_verbs_send_dma()
Dqib_sdma.c543 dwoffset = tx->hdr_dwords; in qib_sdma_verbs_send()
Dqib.h252 u16 hdr_dwords; member