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

/fuchsia/zircon/system/dev/block/nvme/
H A Dnvme.c45 } nvme_txn_t; typedef in typeref:struct:__anon207
51 nvme_txn_t* txn; // related txn
331 static inline void txn_complete(nvme_txn_t* txn, zx_status_t status) {
338 static bool io_process_txn(nvme_device_t* nvme, nvme_txn_t* txn) {
452 nvme_txn_t* txn;
456 txn = list_remove_head_type(&nvme->pending_txns, nvme_txn_t, node);
487 nvme_txn_t* txn = utxn->txn;
557 nvme_txn_t* txn = containerof(op, nvme_txn_t, op);
610 *block_op_size_out = sizeof(nvme_txn_t);
[all...]

Completed in 72 milliseconds