| /linux/drivers/usb/host/ |
| H A D | xhci-dbgcap.c | 65 dma_addr_t deq; in xhci_dbc_init_ep_contexts() local 71 deq = dbc_bulkout_enq(dbc); in xhci_dbc_init_ep_contexts() 74 ep_ctx->deq = cpu_to_le64(deq | dbc->ring_out->cycle_state); in xhci_dbc_init_ep_contexts() 78 deq = dbc_bulkin_enq(dbc); in xhci_dbc_init_ep_contexts() 81 ep_ctx->deq = cpu_to_le64(deq | dbc->ring_in->cycle_state); in xhci_dbc_init_ep_contexts() 542 dma_addr_t deq; in xhci_dbc_mem_init() local 579 deq = xhci_trb_virt_to_dma(dbc->ring_evt->deq_seg, in xhci_dbc_mem_init() 581 lo_hi_writeq(deq, &dbc->regs->erdp); in xhci_dbc_mem_init() 826 event->trans_event.buffer, remain_length, ep_ctx->deq); in dbc_handle_xfer_event() 845 if ((ep_ctx->deq & ~TRB_CYCLE) == event->trans_event.buffer) { in dbc_handle_xfer_event() [all …]
|
| H A D | xhci-trace.h | 344 __field(u64, deq) 350 __entry->deq = le64_to_cpu(ctx->deq); 354 __entry->info, __entry->info2, __entry->deq, __entry->tx_info) 481 __field(dma_addr_t, deq) 495 __entry->deq = xhci_trb_virt_to_dma(ring->deq_seg, ring->dequeue); 500 &__entry->deq,
|
| H A D | xhci-mem.c | 741 ep_ctx->deq = cpu_to_le64(stream_info->ctx_array_dma); in xhci_setup_streams_ep_input_ctx() 755 ep_ctx->deq = cpu_to_le64(addr | ep->ring->cycle_state); in xhci_setup_no_streams_ep_input_ctx() 1056 ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg, in xhci_copy_ep0_dequeue_into_input_ctx() 1195 ep0_ctx->deq = cpu_to_le64(dev->eps[0].ring->first_seg->dma | in xhci_setup_addressable_virt_dev() 1504 ep_ctx->deq = cpu_to_le64(ep_ring->first_seg->dma | in xhci_endpoint_init() 1525 ep_ctx->deq = 0; in xhci_endpoint_zero() 1613 in_ep_ctx->deq = out_ep_ctx->deq; in xhci_endpoint_copy() 2002 dma_addr_t deq; in xhci_set_hc_event_deq() local 2004 deq = xhci_trb_virt_to_dma(ir->event_ring->deq_seg, in xhci_set_hc_event_deq() 2006 if (!deq) in xhci_set_hc_event_deq() [all …]
|
| H A D | xhci-ring.c | 686 return le64_to_cpu(ep_ctx->deq); in xhci_get_hw_deq() 1485 u64 deq; in xhci_handle_cmd_set_deq() local 1488 deq = le64_to_cpu(stream_ctx->stream_ring) & TR_DEQ_PTR_MASK; in xhci_handle_cmd_set_deq() 1504 deq = le64_to_cpu(ep_ctx->deq) & TR_DEQ_PTR_MASK; in xhci_handle_cmd_set_deq() 1507 "Successful Set TR Deq Ptr cmd, deq = @%08llx", deq); in xhci_handle_cmd_set_deq() 1509 ep->queued_deq_ptr) == deq) { in xhci_handle_cmd_set_deq() 3043 dma_addr_t deq; in xhci_update_erst_dequeue() local 3046 deq = xhci_trb_virt_to_dma(ir->event_ring->deq_seg, in xhci_update_erst_dequeue() 3048 if (deq == 0) in xhci_update_erst_dequeue() 3054 if ((temp_64 & ERST_PTR_MASK) == (deq & ERST_PTR_MASK) && !clear_ehb) in xhci_update_erst_dequeue() [all …]
|
| H A D | xhci.h | 429 __le64 deq; member 2557 u32 info2, u64 deq, u32 tx_info) in xhci_decode_ep_context() argument 2602 burst, maxp, deq); in xhci_decode_ep_context()
|
| H A D | xhci-debugfs.c | 286 le64_to_cpu(ep_ctx->deq), in xhci_endpoint_context_show()
|
| H A D | xhci.c | 2115 ep_ctx->deq = 0; in xhci_zero_in_ctx()
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-mem.c | 721 ep0_ctx->deq = cpu_to_le64(dma | ep_ring->cycle_state); in cdnsp_copy_ep0_dequeue_into_input_ctx() 768 ep0_ctx->deq = cpu_to_le64(pdev->eps[0].ring->first_seg->dma | in cdnsp_setup_addressable_priv_dev() 1000 ep_ctx->deq = cpu_to_le64(pep->ring->first_seg->dma | in cdnsp_endpoint_init() 1020 pep->in_ctx->deq = 0; in cdnsp_endpoint_zero() 1101 dma_addr_t deq; in cdnsp_set_event_deq() local 1104 deq = cdnsp_trb_virt_to_dma(pdev->event_ring->deq_seg, in cdnsp_set_event_deq() 1117 cdnsp_write_64(((u64)deq & (u64)~ERST_PTR_MASK) | temp, in cdnsp_set_event_deq()
|
| H A D | cdnsp-debug.h | 541 u64 deq, u32 tx_info) in cdnsp_decode_ep_context() argument 577 burst, maxp, deq); in cdnsp_decode_ep_context()
|
| H A D | cdnsp-gadget.c | 487 ep_ctx->deq = 0; in cdnsp_zero_in_ctx() 794 ep_ctx->deq = cpu_to_le64(stream_info->ctx_array_dma); in cdnsp_setup_streams_ep_input_ctx() 1378 dma_addr_t deq; in cdnsp_update_erst_dequeue() local 1384 deq = cdnsp_trb_virt_to_dma(pdev->event_ring->deq_seg, in cdnsp_update_erst_dequeue() 1387 temp_64 |= ((u64)deq & (u64)~ERST_PTR_MASK); in cdnsp_update_erst_dequeue()
|
| H A D | cdnsp-gadget.h | 649 __le64 deq; member
|
| H A D | cdnsp-ring.c | 413 return le64_to_cpu(pep->out_ctx->deq); in cdnsp_get_hw_deq()
|
| /linux/drivers/usb/early/ |
| H A D | xhci-dbc.h | 77 __le64 deq; member
|
| H A D | xhci-dbc.c | 326 ep_out->deq = cpu_to_le64(xdbc.out_seg.dma | xdbc.out_ring.cycle_state); in xdbc_mem_init() 333 ep_in->deq = cpu_to_le64(xdbc.in_seg.dma | xdbc.in_ring.cycle_state); in xdbc_mem_init()
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_ethtool.c | 544 const struct fbnic_rxb_dequeue_stats *deq; in fbnic_get_ethtool_stats() local 546 deq = &fbd->hw_stats.rxb.deq[i]; in fbnic_get_ethtool_stats() 548 deq, FBNIC_HW_RXB_DEQUEUE_STATS_LEN, in fbnic_get_ethtool_stats()
|