Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Dpci-epf.c65 NVMET_PCI_EPF_Q_LIVE = 0, /* The queue is live */ enumerator
624 if (!test_bit(NVMET_PCI_EPF_Q_LIVE, &cq->flags) || in nvmet_pci_epf_raise_irq()
1270 if (test_bit(NVMET_PCI_EPF_Q_LIVE, &cq->flags)) in nvmet_pci_epf_create_cq()
1321 set_bit(NVMET_PCI_EPF_Q_LIVE, &cq->flags); in nvmet_pci_epf_create_cq()
1349 if (!test_and_clear_bit(NVMET_PCI_EPF_Q_LIVE, &cq->flags)) in nvmet_pci_epf_delete_cq()
1368 if (test_bit(NVMET_PCI_EPF_Q_LIVE, &sq->flags)) in nvmet_pci_epf_create_sq()
1400 set_bit(NVMET_PCI_EPF_Q_LIVE, &sq->flags); in nvmet_pci_epf_create_sq()
1417 if (!test_and_clear_bit(NVMET_PCI_EPF_Q_LIVE, &sq->flags)) in nvmet_pci_epf_delete_sq()
1599 if (!test_bit(NVMET_PCI_EPF_Q_LIVE, &iod->sq->flags)) { in nvmet_pci_epf_exec_iod_work()
1708 if (!test_bit(NVMET_PCI_EPF_Q_LIVE, &sq->flags)) in nvmet_pci_epf_poll_sqs_work()
[all …]