Searched refs:NVME_CSTS_RDY (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c46 u32 bit = enabled ? NVME_CSTS_RDY : 0;
59 if ((csts & NVME_CSTS_RDY) == bit)
80 u32 actual_rdy = csts & NVME_CSTS_RDY;
334 return (csts & (NVME_CSTS_CFS | NVME_CSTS_RDY)) != NVME_CSTS_RDY;
/linux-master/drivers/nvme/target/
H A Ddiscovery.c359 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) {
H A Dcore.c1186 ctrl->csts = NVME_CSTS_RDY;
1203 ctrl->csts &= ~NVME_CSTS_RDY;
1297 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) {
/linux-master/include/linux/
H A Dnvme.h221 NVME_CSTS_RDY = 1 << 0, enumerator in enum:__anon2271
/linux-master/drivers/nvme/host/
H A Dcore.c2355 return nvme_wait_ready(ctrl, NVME_CSTS_RDY, 0,
2437 return nvme_wait_ready(ctrl, NVME_CSTS_RDY, NVME_CSTS_RDY,
H A Dapple.c807 if (!(csts & NVME_CSTS_RDY))
H A Dpci.c2574 return (csts & NVME_CSTS_CFS) || !(csts & NVME_CSTS_RDY);
/linux-master/drivers/pci/
H A Dquirks.c4096 if (!(status & NVME_CSTS_RDY))

Completed in 195 milliseconds