Searched refs:enq (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/usb/mtu3/ |
| A D | mtu3_qmu.c | 226 struct qmu_gpd *enq = ring->enqueue; in gpd_ring_empty() local 230 next = enq + 1; in gpd_ring_empty() 245 struct qmu_gpd *enq; in mtu3_prepare_tx_gpd() local 259 enq = advance_enq_gpd(ring); in mtu3_prepare_tx_gpd() 260 enq_dma = gpd_virt_to_dma(ring, enq); in mtu3_prepare_tx_gpd() 262 mep->epnum, gpd, enq, &enq_dma); in mtu3_prepare_tx_gpd() 264 enq->dw0_info &= cpu_to_le32(~GPD_FLAGS_HWO); in mtu3_prepare_tx_gpd() 288 struct qmu_gpd *enq; in mtu3_prepare_rx_gpd() local 302 enq = advance_enq_gpd(ring); in mtu3_prepare_rx_gpd() 303 enq_dma = gpd_virt_to_dma(ring, enq); in mtu3_prepare_rx_gpd() [all …]
|
| /linux/drivers/scsi/ |
| A D | ips.c | 2084 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info() 2085 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info() 2086 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info() 2091 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info() 2092 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info() 2093 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info() 2100 ha->enq->BootBlkVersion[0], ha->enq->BootBlkVersion[1], in ips_host_info() 2101 ha->enq->BootBlkVersion[2], ha->enq->BootBlkVersion[3], in ips_host_info() 2102 ha->enq->BootBlkVersion[4], ha->enq->BootBlkVersion[5], in ips_host_info() 2107 ha->enq->BootBlkVersion[0], ha->enq->BootBlkVersion[1], in ips_host_info() [all …]
|
| A D | myrb.c | 3205 static inline void myrb_translate_enquiry(void *enq) in myrb_translate_enquiry() argument 3207 memcpy(enq + 132, enq + 36, 64); in myrb_translate_enquiry() 3208 memset(enq + 36, 0, 96); in myrb_translate_enquiry()
|
| A D | ips.h | 1027 IPS_ENQ *enq; /* Adapter Enquiry data */ member
|
| /linux/samples/bpf/ |
| A D | xdp_sample_user.c | 110 struct record enq[]; member 516 rec->enq[i].cpu = alloc_record_per_cpu(); in alloc_stats_record() 517 if (!rec->enq[i].cpu) { in alloc_stats_record() 523 free(rec->enq[i].cpu); in alloc_stats_record() 555 free(r->enq[i].cpu); in free_stats_record() 702 rec = &stats_rec->enq[to_cpu]; in stats_get_cpumap_enqueue() 703 prev = &stats_prev->enq[to_cpu]; in stats_get_cpumap_enqueue() 1407 &rec->enq[i]); in sample_stats_collect()
|
| /linux/drivers/usb/host/ |
| A D | xhci-trace.h | 462 __field(dma_addr_t, enq) 482 __entry->enq = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue); 487 &__entry->enq, &__entry->enq_seg,
|
| /linux/drivers/usb/cdns3/ |
| A D | cdnsp-trace.h | 706 __field(dma_addr_t, enq) 726 __entry->enq = cdnsp_trb_virt_to_dma(ring->enq_seg, 734 &__entry->enq, &__entry->enq_seg,
|
| /linux/drivers/perf/ |
| A D | xgene_pmu.c | 569 XGENE_PMU_EVENT_ATTR(rd-enq, 0x29), 570 XGENE_PMU_EVENT_ATTR(wr-enq, 0x2a),
|
| /linux/Documentation/filesystems/caching/ |
| A D | fscache.rst | 356 | |enq=N |Number of times async ops queued for processing |
|
Completed in 47 milliseconds