Searched refs:enq (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/usb/mtu3/ |
H A D | mtu3_qmu.c | 227 struct qmu_gpd *enq = ring->enqueue; in gpd_ring_empty() local 231 next = enq + 1; in gpd_ring_empty() 246 struct qmu_gpd *enq; in mtu3_prepare_tx_gpd() local 260 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() local 303 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 …]
|
/openbmc/linux/drivers/scsi/ |
H A D | ips.c | 1165 if ((capacity > 0x400000) && ((ha->enq->ucMiscFlag & 0x8) == 0)) { in DEF_SCSI_QCMD() 1203 if (ha->enq->ucLogDriveCount <= 2) in ips_slave_configure() 2080 if (ha->enq->CodeBlkVersion[7] == 0) { in ips_host_info() 2083 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info() 2084 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info() 2085 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info() 2086 ha->enq->CodeBlkVersion[6]); in ips_host_info() 2090 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info() 2091 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info() 2092 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info() [all …]
|
H A D | myrb.c | 3206 static inline void myrb_translate_enquiry(void *enq) in myrb_translate_enquiry() argument 3208 memcpy(enq + 132, enq + 36, 64); in myrb_translate_enquiry() 3209 memset(enq + 36, 0, 96); in myrb_translate_enquiry()
|
H A D | ips.h | 1027 IPS_ENQ *enq; /* Adapter Enquiry data */ member
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_sample_user.c | 109 struct record enq[]; member 515 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()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-trace.h | 454 __field(dma_addr_t, enq) 472 __entry->enq = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue); 477 &__entry->enq, &__entry->enq_seg,
|
H A D | xhci-ring.c | 284 union xhci_trb *enq = ring->enqueue; in xhci_num_trbs_free() local 289 /* Ring might be empty even if enq != deq if enq is left on a link trb */ in xhci_num_trbs_free() 290 if (trb_is_link(enq)) { in xhci_num_trbs_free() 292 enq = enq_seg->trbs; in xhci_num_trbs_free() 296 if (enq == ring->dequeue) in xhci_num_trbs_free() 300 if (ring->deq_seg == enq_seg && ring->dequeue >= enq) in xhci_num_trbs_free() 301 return free + (ring->dequeue - enq); in xhci_num_trbs_free() 303 free += last_on_seg - enq; in xhci_num_trbs_free() 305 enq in xhci_num_trbs_free() [all...] |
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-trace.h | 703 __field(dma_addr_t, enq) 723 __entry->enq = cdnsp_trb_virt_to_dma(ring->enq_seg, 731 &__entry->enq, &__entry->enq_seg,
|
/openbmc/linux/drivers/perf/ |
H A D | xgene_pmu.c | 569 XGENE_PMU_EVENT_ATTR(rd-enq, 0x29), 570 XGENE_PMU_EVENT_ATTR(wr-enq, 0x2a),
|