Home
last modified time | relevance | path

Searched refs:nvme_submit_command (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/block/
H A Dnvme.c492 static void nvme_submit_command(NVMeQueuePair *q, NVMeRequest *req, in nvme_submit_command() function
531 nvme_submit_command(q, req, cmd, nvme_admin_cmd_sync_cb, &ret); in nvme_admin_cmd_sync()
1220 nvme_submit_command(ioq, req, &cmd, nvme_rw_cb, &data); in nvme_co_prw_aligned()
1326 nvme_submit_command(ioq, req, &cmd, nvme_rw_cb, &data); in nvme_co_flush()
1389 nvme_submit_command(ioq, req, &cmd, nvme_rw_cb, &data); in nvme_co_pwrite_zeroes()
1464 nvme_submit_command(ioq, req, &cmd, nvme_rw_cb, &data); in nvme_co_pdiscard()
H A Dtrace-events144 nvme_submit_command(void *s, unsigned q_index, int cid) "s %p q #%u cid %d"