Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnvme-fc-driver.h31 #define FC_PORT_ROLE_NVME_DISCOVERY 0x40 macro
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_nvme.c57 req.port_role |= FC_PORT_ROLE_NVME_DISCOVERY; in qla_nvme_register_remote()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_nvme.c2676 localport->port_role = FC_PORT_ROLE_NVME_DISCOVERY; in lpfc_nvme_update_localport()
2723 rpinfo.port_role |= FC_PORT_ROLE_NVME_DISCOVERY; in lpfc_nvme_register_port()
Dlpfc_attr.c417 if (nrport->port_role & FC_PORT_ROLE_NVME_DISCOVERY) { in lpfc_nvme_info_show()
423 FC_PORT_ROLE_NVME_DISCOVERY)) { in lpfc_nvme_info_show()
Dlpfc_debugfs.c736 if (nrport->port_role & FC_PORT_ROLE_NVME_DISCOVERY) in lpfc_debugfs_nodelist_data()
741 FC_PORT_ROLE_NVME_DISCOVERY)) in lpfc_debugfs_nodelist_data()
/Linux-v4.19/drivers/nvme/host/
Dfc.c481 if (!(rport->remoteport.port_role & FC_PORT_ROLE_NVME_DISCOVERY)) in nvme_fc_signal_discovery_scan()
2966 (FC_PORT_ROLE_NVME_DISCOVERY | FC_PORT_ROLE_NVME_TARGET))) { in nvme_fc_init_ctrl()