Searched refs:hdr_dwords (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/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 | ipoib_tx.c | 49 u8 hdr_dwords; member 265 sizeof(sdma_hdr->pbc) + (txp->hdr_dwords << 2) + tx->skb->len; in hfi1_ipoib_build_tx_desc() 276 sizeof(sdma_hdr->pbc) + (txp->hdr_dwords << 2)); in hfi1_ipoib_build_tx_desc() 311 txp->hdr_dwords = 7; in hfi1_ipoib_build_ib_tx_headers() 315 txp->hdr_dwords += in hfi1_ipoib_build_ib_tx_headers() 319 txp->hdr_dwords - LRH_9B_DWORDS, in hfi1_ipoib_build_ib_tx_headers() 347 dwords = txp->hdr_dwords + payload_dwords; in hfi1_ipoib_build_ib_tx_headers()
|
| 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 | 769 u16 hdrbytes = (tx->hdr_dwords + sizeof(pbc) / 4) << 2; in build_verbs_tx_desc() 844 u32 hdrwords = ps->s_txreq->hdr_dwords; in hfi1_verbs_send_dma() 983 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() 1187 ps->s_txreq->hdr_dwords = hwords; in hfi1_make_rc_req()
|
| D | tid_rdma.c | 5151 ps->s_txreq->hdr_dwords = hwords; in hfi1_make_tid_rdma_pkt() 5300 ps->s_txreq->hdr_dwords = hwords; in make_tid_rdma_ack()
|
| /Linux-v5.10/drivers/infiniband/hw/qib/ |
| D | qib_verbs.c | 630 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()
|
| D | qib_sdma.c | 543 dwoffset = tx->hdr_dwords; in qib_sdma_verbs_send()
|
| D | qib.h | 252 u16 hdr_dwords; member
|