Searched refs:hdr_dwords (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | ud.c | 343 ps->s_txreq->hdr_dwords = 7; in hfi1_make_ud_req_9B() 345 ps->s_txreq->hdr_dwords++; in hfi1_make_ud_req_9B() 349 ps->s_txreq->hdr_dwords += in hfi1_make_ud_req_9B() 351 ps->s_txreq->hdr_dwords - LRH_9B_DWORDS, in hfi1_make_ud_req_9B() 385 len = ps->s_txreq->hdr_dwords + nwords; in hfi1_make_ud_req_9B() 418 ps->s_txreq->hdr_dwords = 6; in hfi1_make_ud_req_16B() 422 ps->s_txreq->hdr_dwords = 9; in hfi1_make_ud_req_16B() 424 ps->s_txreq->hdr_dwords++; in hfi1_make_ud_req_16B() 428 extra_bytes = hfi1_get_16b_padding((ps->s_txreq->hdr_dwords << 2), in hfi1_make_ud_req_16B() 446 ps->s_txreq->hdr_dwords += hfi1_make_grh( in hfi1_make_ud_req_16B() [all …]
|
D | ruc.c | 613 (ps->s_txreq->hdr_dwords << 2), in hfi1_make_ruc_header_16B() 632 ps->s_txreq->hdr_dwords += in hfi1_make_ruc_header_16B() 634 ps->s_txreq->hdr_dwords - LRH_16B_DWORDS, in hfi1_make_ruc_header_16B() 670 (ps->s_txreq->hdr_dwords + nwords) >> 1, in hfi1_make_ruc_header_16B() 706 ps->s_txreq->hdr_dwords += in hfi1_make_ruc_header_9B() 709 ps->s_txreq->hdr_dwords - LRH_9B_DWORDS, in hfi1_make_ruc_header_9B() 737 ps->s_txreq->hdr_dwords + nwords, in hfi1_make_ruc_header_9B()
|
D | verbs_txreq.h | 67 u16 hdr_dwords; member
|
D | verbs.c | 841 u16 hdrbytes = (tx->hdr_dwords + sizeof(pbc) / 4) << 2; in build_verbs_tx_desc() 907 u32 hdrwords = ps->s_txreq->hdr_dwords; in hfi1_verbs_send_dma() 1043 u32 hdrwords = ps->s_txreq->hdr_dwords; in hfi1_verbs_send_pio()
|
D | uc.c | 269 ps->s_txreq->hdr_dwords = hwords; in hfi1_make_uc_req()
|
D | rc.c | 231 ps->s_txreq->hdr_dwords = hwords; in make_rc_ack() 688 ps->s_txreq->hdr_dwords = hwords; in hfi1_make_rc_req()
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_verbs.c | 665 tx->txreq.addr, tx->hdr_dwords << 2, in qib_put_txreq() 866 tx->hdr_dwords = hdrwords + 2; /* add PBC length */ in qib_verbs_send_dma() 872 tx->hdr_dwords = plen + 1; in qib_verbs_send_dma() 873 phdr = kmalloc(tx->hdr_dwords << 2, GFP_ATOMIC); in qib_verbs_send_dma() 882 tx->hdr_dwords << 2, DMA_TO_DEVICE); in qib_verbs_send_dma()
|
D | qib_sdma.c | 543 dwoffset = tx->hdr_dwords; in qib_sdma_verbs_send()
|
D | qib.h | 251 u16 hdr_dwords; member
|