Home
last modified time | relevance | path

Searched refs:pbc (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Duser_sdma.c399 req->hdr.pbc[2] = 0; in hfi1_user_sdma_process_request()
414 vl = (le16_to_cpu(req->hdr.pbc[0]) >> 12) & 0xF; in hfi1_user_sdma_process_request()
416 (((le16_to_cpu(req->hdr.pbc[1]) >> 14) & 0x1) << 4)); in hfi1_user_sdma_process_request()
634 return ((sizeof(hdr) - sizeof(hdr.pbc)) + 4 + len); in get_lrh_len()
642 u16 pbclen = le16_to_cpu(req->hdr.pbc[0]); in user_sdma_txadd_ahg()
657 tx->hdr.pbc[0] = cpu_to_le16(pbclen); in user_sdma_txadd_ahg()
928 pbclen = le16_to_cpu(hdr->pbc[0]); in set_txreq_header()
931 hdr->pbc[0] = cpu_to_le16(pbclen); in set_txreq_header()
947 req->hdr.pbc[0] = hdr->pbc[0]; in set_txreq_header()
1033 u16 pbclen = le16_to_cpu(hdr->pbc[0]); in set_txreq_header_ahg()
H A Dpio_copy.c30 void pio_copy(struct hfi1_devdata *dd, struct pio_buf *pbuf, u64 pbc, in pio_copy() argument
38 writeq(pbc, dest); in pio_copy()
262 void seg_pio_copy_start(struct pio_buf *pbuf, u64 pbc, in seg_pio_copy_start() argument
269 writeq(pbc, dest); in seg_pio_copy_start()
H A Dpio.h282 void pio_copy(struct hfi1_devdata *dd, struct pio_buf *pbuf, u64 pbc,
284 void seg_pio_copy_start(struct pio_buf *pbuf, u64 pbc,
H A Dverbs.h107 __le64 pbc; member
435 u64 pbc);
438 u64 pbc);
H A Dud.c595 u64 pbc, pbc_flags = 0; in return_cnp_16B() local
642 pbc = create_pbc(ppd, pbc_flags, qp->srate_mbps, vl, plen); in return_cnp_16B()
647 ppd->dd->pio_inline_send(ppd->dd, pbuf, pbc, in return_cnp_16B()
657 u64 pbc, pbc_flags = 0; in return_cnp() local
697 pbc = create_pbc(ppd, pbc_flags, qp->srate_mbps, vl, plen); in return_cnp()
702 ppd->dd->pio_inline_send(ppd->dd, pbuf, pbc, in return_cnp()
H A Dipoib_tx.c125 le64_to_cpu(tx->sdma_hdr->pbc), tx->txq->q_idx, in hfi1_ipoib_free_tx()
237 sizeof(sdma_hdr->pbc) + (txp->hdr_dwords << 2) + tx->skb->len; in hfi1_ipoib_build_tx_desc()
248 sizeof(sdma_hdr->pbc) + (txp->hdr_dwords << 2)); in hfi1_ipoib_build_tx_desc()
338 sdma_hdr->pbc = in hfi1_ipoib_build_ib_tx_headers()
345 (sizeof(sdma_hdr->pbc) >> 2))); in hfi1_ipoib_build_ib_tx_headers()
H A Drc.c1352 u64 pbc, pbc_flags = 0; in hfi1_send_rc_ack() local
1383 pbc = create_pbc(ppd, pbc_flags, qp->srate_mbps, in hfi1_send_rc_ack()
1400 ppd->dd->pio_inline_send(ppd->dd, pbuf, pbc, in hfi1_send_rc_ack()
/linux/include/uapi/rdma/hfi/
H A Dhfi1_user.h241 __le16 pbc[4]; member
/linux/drivers/net/wireless/ath/carl9170/
H A Dmain.c1518 ar->wps.pbc = input; in carl9170_register_wps_button()