Lines Matching defs:cmd
855 nvme_cmd_t *cmd = kmem_cache_alloc(nvme_cmd_cache, kmflag); in nvme_alloc_cmd() local
872 nvme_free_cmd(nvme_cmd_t *cmd) in nvme_free_cmd()
894 nvme_submit_admin_cmd(nvme_qpair_t *qp, nvme_cmd_t *cmd) in nvme_submit_admin_cmd()
901 nvme_submit_io_cmd(nvme_qpair_t *qp, nvme_cmd_t *cmd) in nvme_submit_io_cmd()
911 nvme_submit_cmd_common(nvme_qpair_t *qp, nvme_cmd_t *cmd) in nvme_submit_cmd_common()
946 nvme_cmd_t *cmd; in nvme_unqueue_cmd() local
970 nvme_cmd_t *cmd; in nvme_retrieve_cmd() local
1006 nvme_check_unknown_cmd_status(nvme_cmd_t *cmd) in nvme_check_unknown_cmd_status()
1028 nvme_check_vendor_cmd_status(nvme_cmd_t *cmd) in nvme_check_vendor_cmd_status()
1046 nvme_check_integrity_cmd_status(nvme_cmd_t *cmd) in nvme_check_integrity_cmd_status()
1071 nvme_check_generic_cmd_status(nvme_cmd_t *cmd) in nvme_check_generic_cmd_status()
1179 nvme_check_specific_cmd_status(nvme_cmd_t *cmd) in nvme_check_specific_cmd_status()
1281 nvme_check_cmd_status(nvme_cmd_t *cmd) in nvme_check_cmd_status()
1312 nvme_cmd_t *cmd = nvme_alloc_cmd(nvme, KM_SLEEP); in nvme_abort_cmd() local
1360 nvme_wait_cmd(nvme_cmd_t *cmd, uint_t sec) in nvme_wait_cmd()
1428 nvme_cmd_t *cmd = arg; in nvme_wakeup_cmd() local
1439 nvme_cmd_t *cmd = arg; in nvme_async_event_task() local
1589 nvme_admin_cmd(nvme_cmd_t *cmd, int sec) in nvme_admin_cmd()
1600 nvme_cmd_t *cmd = nvme_alloc_cmd(nvme, KM_SLEEP); in nvme_async_event() local
1613 nvme_cmd_t *cmd = nvme_alloc_cmd(nvme, KM_SLEEP); in nvme_format_nvm() local
1652 nvme_cmd_t *cmd = nvme_alloc_cmd(nvme, KM_SLEEP); in nvme_get_logpage() local
1745 nvme_cmd_t *cmd = nvme_alloc_cmd(nvme, KM_SLEEP); in nvme_identify() local
1804 nvme_cmd_t *cmd = nvme_alloc_cmd(nvme, KM_SLEEP); in nvme_set_features() local
1849 nvme_cmd_t *cmd = nvme_alloc_cmd(nvme, KM_SLEEP); in nvme_get_features() local
2003 nvme_cmd_t *cmd = nvme_alloc_cmd(nvme, KM_SLEEP); in nvme_create_io_qpair() local
2645 nvme_cmd_t *cmd; in nvme_intr() local
2807 nvme_attach(dev_info_t *dip, ddi_attach_cmd_t cmd) in nvme_attach()
3000 nvme_detach(dev_info_t *dip, ddi_detach_cmd_t cmd) in nvme_detach()
3125 nvme_fill_prp(nvme_cmd_t *cmd, bd_xfer_t *xfer) in nvme_fill_prp()
3180 nvme_cmd_t *cmd; in nvme_create_nvm_cmd() local
3228 nvme_cmd_t *cmd = arg; in nvme_bd_xfer_done() local
3296 nvme_cmd_t *cmd; in nvme_bd_cmd() local
3820 nvme_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *cred_p, in nvme_ioctl()