Searched refs:hdr_dwords (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | ruc.c | 285 (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()
|
| D | ud.c | 324 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 …]
|
| D | verbs_txreq.h | 67 u16 hdr_dwords; member
|
| D | uc.c | 269 ps->s_txreq->hdr_dwords = hwords; in hfi1_make_uc_req()
|
| D | verbs.c | 766 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()
|
| D | rc.c | 397 ps->s_txreq->hdr_dwords = hwords; in make_rc_ack() 1188 ps->s_txreq->hdr_dwords = hwords; in hfi1_make_rc_req()
|
| D | tid_rdma.c | 5141 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/ |
| D | qib_verbs.c | 629 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()
|
| D | qib_sdma.c | 543 dwoffset = tx->hdr_dwords; in qib_sdma_verbs_send()
|
| D | qib.h | 252 u16 hdr_dwords; member
|