Searched refs:enq (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/usb/mtu3/ |
D | mtu3_qmu.c | 215 struct qmu_gpd *enq = ring->enqueue; in gpd_ring_empty() local 219 next = enq + 1; in gpd_ring_empty() 234 struct qmu_gpd *enq; in mtu3_prepare_tx_gpd() local 250 enq = advance_enq_gpd(ring); in mtu3_prepare_tx_gpd() 251 enq_dma = gpd_virt_to_dma(ring, enq); in mtu3_prepare_tx_gpd() 253 mep->epnum, gpd, enq, &enq_dma); in mtu3_prepare_tx_gpd() 255 enq->flag &= ~GPD_FLAGS_HWO; in mtu3_prepare_tx_gpd() 273 struct qmu_gpd *enq; in mtu3_prepare_rx_gpd() local 289 enq = advance_enq_gpd(ring); in mtu3_prepare_rx_gpd() 290 enq_dma = gpd_virt_to_dma(ring, enq); in mtu3_prepare_rx_gpd() [all …]
|
/Linux-v4.19/drivers/scsi/ |
D | ips.c | 1162 if ((capacity > 0x400000) && ((ha->enq->ucMiscFlag & 0x8) == 0)) { in DEF_SCSI_QCMD() 1200 if (ha->enq->ucLogDriveCount <= 2) in ips_slave_configure() 2078 if (ha->enq->CodeBlkVersion[7] == 0) { in ips_host_info() 2081 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info() 2082 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info() 2083 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info() 2084 ha->enq->CodeBlkVersion[6]); in ips_host_info() 2088 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info() 2089 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info() 2090 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info() [all …]
|
D | ips.h | 1036 IPS_ENQ *enq; /* Adapter Enquiry data */ member
|
/Linux-v4.19/samples/bpf/ |
D | xdp_redirect_cpu_user.c | 129 struct record enq[MAX_CPUS]; member 197 rec->enq[i].cpu = alloc_record_per_cpu(); in alloc_stats_record() 207 free(r->enq[i].cpu); in free_stats_record() 314 rec = &stats_rec->enq[to_cpu]; in stats_print() 315 prev = &stats_prev->enq[to_cpu]; in stats_print() 435 map_collect_percpu(fd, i, &rec->enq[i]); in stats_collect()
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci-trace.h | 441 __field(dma_addr_t, enq) 461 __entry->enq = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue); 466 &__entry->enq, &__entry->enq_seg,
|
/Linux-v4.19/drivers/perf/ |
D | xgene_pmu.c | 581 XGENE_PMU_EVENT_ATTR(rd-enq, 0x29), 582 XGENE_PMU_EVENT_ATTR(wr-enq, 0x2a),
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | fscache.txt | 284 enq=N Number of times async ops queued for processing
|