Searched refs:enq (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/usb/mtu3/
H A Dmtu3_qmu.c227 struct qmu_gpd *enq = ring->enqueue; local
231 next = enq + 1;
246 struct qmu_gpd *enq; local
260 enq = advance_enq_gpd(ring);
261 enq_dma = gpd_virt_to_dma(ring, enq);
262 dev_dbg(mep->mtu->dev, "TX-EP%d queue gpd=%p, enq=%p, qdma=%pad\n",
263 mep->epnum, gpd, enq, &enq_dma);
265 enq->dw0_info &= cpu_to_le32(~GPD_FLAGS_HWO);
289 struct qmu_gpd *enq; local
303 enq
[all...]
/linux-master/drivers/scsi/
H A Dips.c1147 if ((capacity > 0x400000) && ((ha->enq->ucMiscFlag & 0x8) == 0)) {
1185 if (ha->enq->ucLogDriveCount <= 2)
2062 if (ha->enq->CodeBlkVersion[7] == 0) {
2065 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1],
2066 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3],
2067 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5],
2068 ha->enq
[all...]
H A Dips.h1027 IPS_ENQ *enq; /* Adapter Enquiry data */ member in struct:ips_ha
1055 dma_addr_t enq_busaddr; /* dma address of enq struct */
H A Dmyrb.c3206 static inline void myrb_translate_enquiry(void *enq) argument
3208 memcpy(enq + 132, enq + 36, 64);
3209 memset(enq + 36, 0, 96);
/linux-master/drivers/usb/host/
H A Dxhci-trace.h452 __field(dma_addr_t, enq)
470 __entry->enq = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue);
473 TP_printk("%s %p: enq %pad(%pad) deq %pad(%pad) segs %d stream %d bounce %d cycle %d",
475 &__entry->enq, &__entry->enq_seg,
H A Dxhci-ring.c289 union xhci_trb *enq = ring->enqueue; local
294 /* Ring might be empty even if enq != deq if enq is left on a link trb */
295 if (trb_is_link(enq)) {
297 enq = enq_seg->trbs;
301 if (enq == ring->dequeue)
305 if (ring->deq_seg == enq_seg && ring->dequeue >= enq)
306 return free + (ring->dequeue - enq);
308 free += last_on_seg - enq;
310 enq
[all...]
/linux-master/samples/bpf/
H A Dxdp_sample_user.c109 struct record enq[]; member in struct:stats_record
515 rec->enq[i].cpu = alloc_record_per_cpu();
516 if (!rec->enq[i].cpu) {
522 free(rec->enq[i].cpu);
554 free(r->enq[i].cpu);
701 rec = &stats_rec->enq[to_cpu];
702 prev = &stats_prev->enq[to_cpu];
1405 &rec->enq[i]);
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-trace.h703 __field(dma_addr_t, enq)
723 __entry->enq = cdnsp_trb_virt_to_dma(ring->enq_seg,
728 TP_printk("%s %p: enq %pad(%pad) deq %pad(%pad) segs %d stream %d"
731 &__entry->enq, &__entry->enq_seg,
/linux-master/drivers/perf/
H A Dxgene_pmu.c567 XGENE_PMU_EVENT_ATTR(rd-enq, 0x29),
568 XGENE_PMU_EVENT_ATTR(wr-enq, 0x2a),

Completed in 159 milliseconds