Lines Matching refs:csts
1526 stl_le_p(&n->bar.csts, NVME_CSTS_FAILED); in nvme_post_cqes()
7509 stl_le_p(&n->bar.csts, NVME_CSTS_FAILED); in nvme_process_sq()
7655 stl_le_p(&n->bar.csts, sctrl->scs ? 0 : NVME_CSTS_FAILED); in nvme_ctrl_reset()
7657 stl_le_p(&n->bar.csts, 0); in nvme_ctrl_reset()
7801 uint32_t csts = ldl_le_p(&n->bar.csts); in nvme_write_bar() local
7854 csts &= ~(CSTS_SHST_MASK << CSTS_SHST_SHIFT); in nvme_write_bar()
7855 csts |= NVME_CSTS_SHST_COMPLETE; in nvme_write_bar()
7858 csts &= ~(CSTS_SHST_MASK << CSTS_SHST_SHIFT); in nvme_write_bar()
7864 csts = NVME_CSTS_FAILED; in nvme_write_bar()
7867 csts = NVME_CSTS_READY; in nvme_write_bar()
7876 stl_le_p(&n->bar.csts, csts); in nvme_write_bar()
8908 stl_le_p(&n->bar.csts, NVME_CSTS_FAILED); in nvme_init_ctrl()