Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_transport_fc.h153 #define FC_PORT_ROLE_NVME_TARGET 0x20 macro
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_nvme.c50 req.port_role |= FC_PORT_ROLE_NVME_TARGET; in qla_nvme_register_remote()
H A Dqla_init.c5611 rport_ids.roles |= FC_PORT_ROLE_NVME_TARGET; in qla2x00_reg_remote_port()
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_nvme.c2461 rpinfo.port_role |= FC_PORT_ROLE_NVME_TARGET; in lpfc_nvme_register_port()
H A Dlpfc_debugfs.c996 if (nrport->port_role & FC_PORT_ROLE_NVME_TARGET) in lpfc_debugfs_nodelist_data()
1003 FC_PORT_ROLE_NVME_TARGET | in lpfc_debugfs_nodelist_data()
H A Dlpfc_attr.c424 if (nrport->port_role & FC_PORT_ROLE_NVME_TARGET) { in lpfc_nvme_info_show()
433 FC_PORT_ROLE_NVME_TARGET | in lpfc_nvme_info_show()
H A Dlpfc_hbadisc.c4230 rport_ids.roles |= FC_PORT_ROLE_NVME_TARGET; in lpfc_register_remote_port()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_transport_fc.c284 { FC_PORT_ROLE_NVME_TARGET, "NVMe Target" },
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dfc.c3423 (FC_PORT_ROLE_NVME_DISCOVERY | FC_PORT_ROLE_NVME_TARGET))) { in nvme_fc_init_ctrl()