Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c46 u32 bit = enabled ? NVME_CSTS_RDY : 0; in fun_wait_ready()
59 if ((csts & NVME_CSTS_RDY) == bit) in fun_wait_ready()
80 u32 actual_rdy = csts & NVME_CSTS_RDY; in fun_check_csts_rdy()
334 return (csts & (NVME_CSTS_CFS | NVME_CSTS_RDY)) != NVME_CSTS_RDY; in fun_adminq_stopped()
/linux/drivers/nvme/target/
H A Ddebugfs.c67 [NVME_CSTS_RDY] = "ready",
H A Dcore.c1355 ctrl->csts = NVME_CSTS_RDY; in nvmet_start_ctrl()
1372 ctrl->csts &= ~NVME_CSTS_RDY; in nvmet_clear_ctrl()
1467 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) { in nvmet_check_ctrl_status()
/linux/include/linux/
H A Dnvme.h253 NVME_CSTS_RDY = 1 << 0, enumerator
/linux/drivers/nvme/host/
H A Dpci.c2783 return (csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY); in nvme_pci_ctrl_is_dead()
/linux/drivers/pci/
H A Dquirks.c4111 if (!(status & NVME_CSTS_RDY)) in nvme_disable_and_flr()