Home
last modified time | relevance | path

Searched refs:enq (Results 1 – 7 of 7) sorted by relevance

/drivers/usb/mtu3/
Dmtu3_qmu.c227 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 …]
/drivers/scsi/
Dips.c1166 if ((capacity > 0x400000) && ((ha->enq->ucMiscFlag & 0x8) == 0)) { in DEF_SCSI_QCMD()
1204 if (ha->enq->ucLogDriveCount <= 2) in ips_slave_configure()
2082 if (ha->enq->CodeBlkVersion[7] == 0) { in ips_host_info()
2085 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info()
2086 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info()
2087 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info()
2088 ha->enq->CodeBlkVersion[6]); in ips_host_info()
2092 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info()
2093 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info()
2094 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info()
[all …]
Dmyrb.c3202 static inline void myrb_translate_enquiry(void *enq) in myrb_translate_enquiry() argument
3204 memcpy(enq + 132, enq + 36, 64); in myrb_translate_enquiry()
3205 memset(enq + 36, 0, 96); in myrb_translate_enquiry()
Dips.h1027 IPS_ENQ *enq; /* Adapter Enquiry data */ member
/drivers/usb/host/
Dxhci-trace.h462 __field(dma_addr_t, enq)
482 __entry->enq = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue);
487 &__entry->enq, &__entry->enq_seg,
/drivers/usb/cdns3/
Dcdnsp-trace.h706 __field(dma_addr_t, enq)
726 __entry->enq = cdnsp_trb_virt_to_dma(ring->enq_seg,
734 &__entry->enq, &__entry->enq_seg,
/drivers/perf/
Dxgene_pmu.c569 XGENE_PMU_EVENT_ATTR(rd-enq, 0x29),
570 XGENE_PMU_EVENT_ATTR(wr-enq, 0x2a),