NVMET_PCI_EPF_Q_LIVE
if (test_bit(NVMET_PCI_EPF_Q_LIVE, &cq->flags))
set_bit(NVMET_PCI_EPF_Q_LIVE, &cq->flags);
if (!test_and_clear_bit(NVMET_PCI_EPF_Q_LIVE, &cq->flags))
if (test_bit(NVMET_PCI_EPF_Q_LIVE, &sq->flags))
set_bit(NVMET_PCI_EPF_Q_LIVE, &sq->flags);
if (!test_and_clear_bit(NVMET_PCI_EPF_Q_LIVE, &sq->flags))
if (!test_bit(NVMET_PCI_EPF_Q_LIVE, &iod->sq->flags)) {
if (!test_bit(NVMET_PCI_EPF_Q_LIVE, &sq->flags))
while (test_bit(NVMET_PCI_EPF_Q_LIVE, &cq->flags) && ctrl->link_up) {
if (!test_bit(NVMET_PCI_EPF_Q_LIVE, &cq->flags) ||