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

/freebsd-current/usr.sbin/bhyve/
H A Dpci_nvme.c259 PCI_NVME_AE_TYPE_MAX /* Must be last */ enumerator in enum:__anon79
353 struct pci_nvme_aen aen[PCI_NVME_AE_TYPE_MAX];
810 memset(sc->aen, 0, PCI_NVME_AE_TYPE_MAX * sizeof(struct pci_nvme_aen));
812 for (atype = 0; atype < PCI_NVME_AE_TYPE_MAX; atype++) {
855 if (atype >= PCI_NVME_AE_TYPE_MAX) {
888 for (atype = 0; atype < PCI_NVME_AE_TYPE_MAX; atype++) {

Completed in 60 milliseconds