Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Ddiscovery.c227 if (r->disc_addr.trtype == NVMF_TRTYPE_PCI) in nvmet_execute_disc_get_log_page()
H A Dnvmet.h748 return ctrl->port->disc_addr.trtype == NVMF_TRTYPE_PCI; in nvmet_is_pci_ctrl()
H A Dconfigfs.c40 { NVMF_TRTYPE_PCI, "pci" },
H A Dpci-epf.c1522 .type = NVMF_TRTYPE_PCI,
/linux-6.15/include/linux/
H A Dnvme.h67 NVMF_TRTYPE_PCI = 0, /* PCI */ enumerator