Home
last modified time | relevance | path

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

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