Searched refs:enq (Results 1 – 4 of 4) sorted by relevance
227 struct qmu_gpd *enq = ring->enqueue; in gpd_ring_empty() local231 next = enq + 1; in gpd_ring_empty()246 struct qmu_gpd *enq; in mtu3_prepare_tx_gpd() local260 enq = advance_enq_gpd(ring); in mtu3_prepare_tx_gpd()261 enq_dma = gpd_virt_to_dma(ring, enq); in mtu3_prepare_tx_gpd()263 mep->epnum, gpd, enq, &enq_dma); in mtu3_prepare_tx_gpd()265 enq->dw0_info &= cpu_to_le32(~GPD_FLAGS_HWO); in mtu3_prepare_tx_gpd()289 struct qmu_gpd *enq; in mtu3_prepare_rx_gpd() local303 enq = advance_enq_gpd(ring); in mtu3_prepare_rx_gpd()304 enq_dma = gpd_virt_to_dma(ring, enq); in mtu3_prepare_rx_gpd()[all …]
109 struct record enq[]; member515 rec->enq[i].cpu = alloc_record_per_cpu(); in alloc_stats_record()516 if (!rec->enq[i].cpu) { in alloc_stats_record()522 free(rec->enq[i].cpu); in alloc_stats_record()554 free(r->enq[i].cpu); in free_stats_record()701 rec = &stats_rec->enq[to_cpu]; in stats_get_cpumap_enqueue()702 prev = &stats_prev->enq[to_cpu]; in stats_get_cpumap_enqueue()1405 &rec->enq[i]); in sample_stats_collect()
480 __field(dma_addr_t, enq)494 __entry->enq = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue);499 &__entry->enq,
346 union xhci_trb *enq = ring->enqueue; in xhci_num_trbs_free() local352 if (trb_is_link(enq)) { in xhci_num_trbs_free()354 enq = enq_seg->trbs; in xhci_num_trbs_free()358 if (enq == ring->dequeue) in xhci_num_trbs_free()362 if (ring->deq_seg == enq_seg && ring->dequeue >= enq) in xhci_num_trbs_free()363 return free + (ring->dequeue - enq); in xhci_num_trbs_free()365 free += last_on_seg - enq; in xhci_num_trbs_free()367 enq = enq_seg->trbs; in xhci_num_trbs_free()