Searched refs:pbc (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | pio_copy.c | 30 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 D | pio.h | 282 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 D | verbs.h | 107 __le64 pbc; member 435 u64 pbc); 438 u64 pbc);
|
| H A D | ud.c | 595 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 D | ipoib_tx.c | 125 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 D | rc.c | 1352 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 D | hfi1_user.h | 241 __le16 pbc[4]; member
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | rx.c | 264 if (ar->wps.pbc) { in carl9170_handle_command_response() 270 input_report_key(ar->wps.pbc, KEY_WPS_BUTTON, in carl9170_handle_command_response() 272 input_sync(ar->wps.pbc); in carl9170_handle_command_response()
|
| H A D | carl9170.h | 430 struct input_dev *pbc; member
|
| H A D | main.c | 1524 ar->wps.pbc = input; in carl9170_register_wps_button()
|