/drivers/infiniband/hw/ipath/ |
D | ipath_user_sdma.c | 404 __le32 *pbc; in ipath_user_sdma_queue_pkts() local 439 pbc = dma_pool_alloc(pq->header_cache, GFP_KERNEL, in ipath_user_sdma_queue_pkts() 442 pbc = NULL; in ipath_user_sdma_queue_pkts() 444 if (!pbc) { in ipath_user_sdma_queue_pkts() 450 pbc = kmap(page); in ipath_user_sdma_queue_pkts() 453 cfur = copy_from_user(pbc, iov[idx].iov_base, len); in ipath_user_sdma_queue_pkts() 475 pktnw = le32_to_cpu(*pbc) & IPATH_PBC_LENGTH_MASK; in ipath_user_sdma_queue_pkts() 521 page, pbc, dma_addr); in ipath_user_sdma_queue_pkts() 548 dma_pool_free(pq->header_cache, pbc, dma_addr); in ipath_user_sdma_queue_pkts()
|
D | ipath_verbs.h | 147 __le32 pbc[2]; member
|
D | ipath_verbs.c | 1164 tx->hdr.pbc[0] = cpu_to_le32(plen); in ipath_verbs_send_dma() 1165 tx->hdr.pbc[1] = cpu_to_le32(control); in ipath_verbs_send_dma()
|
/drivers/infiniband/hw/qib/ |
D | qib_user_sdma.c | 406 __le32 *pbc; in qib_user_sdma_queue_pkts() local 441 pbc = dma_pool_alloc(pq->header_cache, GFP_KERNEL, in qib_user_sdma_queue_pkts() 444 pbc = NULL; in qib_user_sdma_queue_pkts() 446 if (!pbc) { in qib_user_sdma_queue_pkts() 452 pbc = kmap(page); in qib_user_sdma_queue_pkts() 455 cfur = copy_from_user(pbc, iov[idx].iov_base, len); in qib_user_sdma_queue_pkts() 477 pktnw = le32_to_cpu(*pbc) & QIB_PBC_LENGTH_MASK; in qib_user_sdma_queue_pkts() 522 page, pbc, dma_addr); in qib_user_sdma_queue_pkts() 549 dma_pool_free(pq->header_cache, pbc, dma_addr); in qib_user_sdma_queue_pkts()
|
D | qib_verbs.c | 1186 phdr->pbc[0] = cpu_to_le32(plen); in qib_verbs_send_dma() 1187 phdr->pbc[1] = cpu_to_le32(control); in qib_verbs_send_dma() 1203 phdr->pbc[0] = cpu_to_le32(plen); in qib_verbs_send_dma() 1204 phdr->pbc[1] = cpu_to_le32(control); in qib_verbs_send_dma() 1276 u64 pbc; in qib_verbs_send_pio() local 1284 pbc = ((u64) control << 32) | plen; in qib_verbs_send_pio() 1285 piobuf = dd->f_getsendbuf(ppd, pbc, &pbufn); in qib_verbs_send_pio() 1294 writeq(pbc, piobuf); in qib_verbs_send_pio()
|
D | qib_rc.c | 653 u64 pbc; in qib_send_rc_ack() local 713 pbc = ((u64) control << 32) | (hwords + 1); in qib_send_rc_ack() 715 piobuf = dd->f_getsendbuf(ppd, pbc, &pbufn); in qib_send_rc_ack() 733 writeq(pbc, piobuf); in qib_send_rc_ack()
|
D | qib_iba7220.c | 3417 u64 pbc; in autoneg_7220_sendpkt() local 3423 pbc = 7 + dcnt + 1; /* 7 dword header, dword data, icrc */ in autoneg_7220_sendpkt() 3424 pbc |= PBC_7220_VL15_SEND; in autoneg_7220_sendpkt() 3431 writeq(pbc, piobuf); in autoneg_7220_sendpkt() 4192 static u32 __iomem *qib_7220_getsendbuf(struct qib_pportdata *ppd, u64 pbc, in qib_7220_getsendbuf() argument 4195 u32 first, last, plen = pbc & QIB_PBC_LENGTH_MASK; in qib_7220_getsendbuf() 4199 if (((pbc >> 32) & PBC_7220_VL15_SEND_CTRL) && in qib_7220_getsendbuf()
|
D | qib_iba7322.c | 1355 u64 pbc; in flush_fifo() local 1374 pbc = PBC_7322_VL15_SEND | in flush_fifo() 1377 piobuf = qib_7322_getsendbuf(ppd, pbc, &bufn); in flush_fifo() 1380 writeq(pbc, piobuf); in flush_fifo() 4935 u64 pbc; in autoneg_7322_sendpkt() local 4943 pbc = ((u64) control << 32) | len; in autoneg_7322_sendpkt() 4944 while (!(piobuf = qib_7322_getsendbuf(ppd, pbc, &pnum))) { in autoneg_7322_sendpkt() 4951 writeq(pbc, piobuf); in autoneg_7322_sendpkt() 6420 static u32 __iomem *qib_7322_getsendbuf(struct qib_pportdata *ppd, u64 pbc, in qib_7322_getsendbuf() argument 6423 u32 first, last, plen = pbc & QIB_PBC_LENGTH_MASK; in qib_7322_getsendbuf() [all …]
|
D | qib_verbs.h | 200 __le32 pbc[2]; member
|
D | qib_iba6120.c | 3382 static u32 __iomem *qib_6120_getsendbuf(struct qib_pportdata *ppd, u64 pbc, in qib_6120_getsendbuf() argument 3385 u32 first, last, plen = pbc & QIB_PBC_LENGTH_MASK; in qib_6120_getsendbuf() 3389 if (((pbc >> 32) & PBC_6120_VL15_SEND_CTRL) && in qib_6120_getsendbuf()
|
/drivers/net/wireless/ath/carl9170/ |
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()
|
D | main.c | 1548 ar->wps.pbc = input; in carl9170_register_wps_button() 2096 if (ar->wps.pbc) { in carl9170_unregister() 2097 input_unregister_device(ar->wps.pbc); in carl9170_unregister() 2098 ar->wps.pbc = NULL; in carl9170_unregister()
|
D | carl9170.h | 427 struct input_dev *pbc; member
|