Home
last modified time | relevance | path

Searched refs:NVME_CAP_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c45 unsigned int cap_to = NVME_CAP_TIMEOUT(fdev->cap_reg); in fun_wait_ready()
/linux/include/linux/
H A Dnvme.h160 #define NVME_CAP_TIMEOUT(cap) (((cap) >> 24) & 0xff) macro
/linux/drivers/nvme/host/
H A Dcore.c2341 (NVME_CAP_TIMEOUT(ctrl->cap) + 1) / 2, "reset"); in nvme_disable_ctrl()
2390 timeout = NVME_CAP_TIMEOUT(ctrl->cap); in nvme_enable_ctrl()
/linux/drivers/pci/
H A Dquirks.c4090 timeout = ((NVME_CAP_TIMEOUT(cap) + 1) * HZ / 2) + jiffies; in nvme_disable_and_flr()