Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dpci-epf.c65 NVMET_PCI_EPF_Q_LIVE = 0, /* The queue is live */ enumerator
625 if (!test_bit(NVMET_PCI_EPF_Q_LIVE, &cq->flags) || in nvmet_pci_epf_raise_irq()
1274 if (test_bit(NVMET_PCI_EPF_Q_LIVE, &cq->flags)) in nvmet_pci_epf_create_cq()
1325 set_bit(NVMET_PCI_EPF_Q_LIVE, &cq->flags); in nvmet_pci_epf_create_cq()
1353 if (!test_and_clear_bit(NVMET_PCI_EPF_Q_LIVE, &cq->flags)) in nvmet_pci_epf_delete_cq()
1374 if (test_bit(NVMET_PCI_EPF_Q_LIVE, &sq->flags)) in nvmet_pci_epf_create_sq()
1407 set_bit(NVMET_PCI_EPF_Q_LIVE, &sq->flags); in nvmet_pci_epf_create_sq()
1424 if (!test_and_clear_bit(NVMET_PCI_EPF_Q_LIVE, &sq->flags)) in nvmet_pci_epf_delete_sq()
1604 if (!test_bit(NVMET_PCI_EPF_Q_LIVE, &iod->sq->flags)) { in nvmet_pci_epf_exec_iod_work()
1718 if (!test_bit(NVMET_PCI_EPF_Q_LIVE, &sq->flags)) in nvmet_pci_epf_poll_sqs_work()
[all …]