Home
last modified time | relevance | path

Searched refs:NVME_IO_TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/nvme/host/
H A Dapple.c823 nvme_wait_freeze_timeout(&anv->ctrl, NVME_IO_TIMEOUT); in apple_nvme_disable()
1275 anv->tagset.timeout = NVME_IO_TIMEOUT; in apple_nvme_alloc_tagsets()
H A Dnvme.h26 #define NVME_IO_TIMEOUT (nvme_io_timeout * HZ) macro
H A Dcore.c710 req->timeout = NVME_IO_TIMEOUT; in nvme_init_request()
4485 set->timeout = NVME_IO_TIMEOUT; in nvme_alloc_io_tag_set()
H A Drdma.c891 if (!nvme_wait_freeze_timeout(&ctrl->ctrl, NVME_IO_TIMEOUT)) { in nvme_rdma_configure_io_queues()
H A Dtcp.c2043 if (!nvme_wait_freeze_timeout(ctrl, NVME_IO_TIMEOUT)) { in nvme_tcp_configure_io_queues()
H A Dpci.c2606 nvme_wait_freeze_timeout(&dev->ctrl, NVME_IO_TIMEOUT); in nvme_dev_disable()