Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
A Dverbs.c314 return pbc; in hfi1_fault_tx()
723 u64 pbc) in build_verbs_tx_desc() argument
751 phdr->pbc = cpu_to_le64(pbc); in build_verbs_tx_desc()
794 return pbc; in update_hcrc()
798 u64 pbc) in hfi1_verbs_send_dma() argument
836 pbc, in hfi1_verbs_send_dma()
842 pbc = hfi1_fault_tx(qp, ps->opcode, pbc); in hfi1_verbs_send_dma()
845 pbc = update_hcrc(ps->opcode, pbc); in hfi1_verbs_send_dma()
938 u64 pbc) in hfi1_verbs_send_pio() argument
994 pbc = hfi1_fault_tx(qp, ps->opcode, pbc); in hfi1_verbs_send_pio()
[all …]
A Dvnic_main.c192 u64 pbc; in create_bypass_pbc() local
194 pbc = ((u64)PBC_IHCRC_NONE << PBC_INSERT_HCRC_SHIFT) in create_bypass_pbc()
200 return pbc; in create_bypass_pbc()
223 u64 pbc; in hfi1_netdev_start_xmit() local
251 pbc = create_bypass_pbc(mdata->vl, total_len); in hfi1_netdev_start_xmit()
254 v_dbg("pbc 0x%016llX len %d pad_len %d\n", pbc, skb->len, pad_len); in hfi1_netdev_start_xmit()
255 err = dd->process_vnic_dma_send(dd, q_idx, vinfo, skb, pbc, pad_len); in hfi1_netdev_start_xmit()
A Dvnic_sdma.c87 u64 pbc) in build_vnic_tx_desc() argument
105 tx->pbc_val = cpu_to_le64(pbc); in build_vnic_tx_desc()
128 struct sk_buff *skb, u64 pbc, u8 plen) in hfi1_vnic_send_dma() argument
151 ret = build_vnic_tx_desc(sde, tx, pbc); in hfi1_vnic_send_dma()
A Duser_sdma.c401 req->hdr.pbc[2] = 0; in hfi1_user_sdma_process_request()
416 vl = (le16_to_cpu(req->hdr.pbc[0]) >> 12) & 0xF; in hfi1_user_sdma_process_request()
418 (((le16_to_cpu(req->hdr.pbc[1]) >> 14) & 0x1) << 4)); in hfi1_user_sdma_process_request()
636 return ((sizeof(hdr) - sizeof(hdr.pbc)) + 4 + len); in get_lrh_len()
644 u16 pbclen = le16_to_cpu(req->hdr.pbc[0]); in user_sdma_txadd_ahg()
659 tx->hdr.pbc[0] = cpu_to_le16(pbclen); in user_sdma_txadd_ahg()
930 pbclen = le16_to_cpu(hdr->pbc[0]); in set_txreq_header()
933 hdr->pbc[0] = cpu_to_le16(pbclen); in set_txreq_header()
949 req->hdr.pbc[0] = hdr->pbc[0]; in set_txreq_header()
1035 u16 pbclen = le16_to_cpu(hdr->pbc[0]); in set_txreq_header_ahg()
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()
A Dverbs.h107 __le64 pbc; member
435 u64 pbc);
438 u64 pbc);
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,
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()
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()
A Dvnic.h124 struct sk_buff *skb, u64 pbc, u8 plen);
A Dtrace_tx.h493 __le32 *pbc = (__le32 *)hdr->pbc;
502 __entry->pbc0 = le32_to_cpu(pbc[0]);
503 __entry->pbc1 = le32_to_cpu(pbc[1]);
A Dhfi.h1300 u64 pbc, const void *from, size_t count);
1303 struct sk_buff *skb, u64 pbc, u8 plen);
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()
A Dchip.c15348 u64 pbc, delay = 0; in create_pbc() local
15353 pbc = flags in create_pbc()
15360 return pbc; in create_pbc()
/drivers/net/wireless/ath/carl9170/
A Drx.c263 if (ar->wps.pbc) { in carl9170_handle_command_response()
269 input_report_key(ar->wps.pbc, KEY_WPS_BUTTON, in carl9170_handle_command_response()
271 input_sync(ar->wps.pbc); in carl9170_handle_command_response()
A Dcarl9170.h434 struct input_dev *pbc; member
A Dmain.c1519 ar->wps.pbc = input; in carl9170_register_wps_button()

Completed in 73 milliseconds