Searched refs:queue (Results 26 - 31 of 31) sorted by relevance

12

/fuchsia/zircon/system/dev/block/sdmmc/
H A Dsdmmc.c248 // queue the flush op. because there is no out of order execution in this
276 .queue = sdmmc_queue,
/fuchsia/zircon/system/dev/nand/nand/
H A Dnand.c331 zxlogf(TRACE, "nand: cannot queue command!\n");
383 .queue = nand_queue,
/fuchsia/zircon/system/dev/nand/nandpart/test/
H A Daml-bad-block-test.cpp194 .queue = MockQueue,
/fuchsia/zircon/system/dev/usb/usb-peripheral/
H A Dusb-peripheral.c469 .queue = usb_func_queue,
/fuchsia/zircon/system/ulib/zxcrypt/
H A Dvolume.cpp135 proto.ops->queue(proto.ctx, block);
/fuchsia/zircon/system/dev/block/nvme/
H A Dnvme.c69 // Maximum submission and completion queue item counts, for
89 // io queue doorbell registers
122 // admin queue doorbell registers
189 // that can be submitted to NVME via a single page submit queue.
235 // if head+1 == tail: queue is full
273 // if head+1 == tail: queue is full
335 // Attempt to generate utxns and queue nvme commands for a txn
465 // put txn back at front of queue for further processing later
548 // process work queue
792 zxlogf(INFO, "nvme: maximum queue entrie
[all...]

Completed in 103 milliseconds

12