Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/scsi/
Dscsi_transport_fc.h153 #define FC_PORT_ROLE_NVME_TARGET 0x20 macro
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_nvme.c50 req.port_role |= FC_PORT_ROLE_NVME_TARGET; in qla_nvme_register_remote()
Dqla_init.c5611 rport_ids.roles |= FC_PORT_ROLE_NVME_TARGET; in qla2x00_reg_remote_port()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_nvme.c2461 rpinfo.port_role |= FC_PORT_ROLE_NVME_TARGET; in lpfc_nvme_register_port()
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()
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()
Dlpfc_hbadisc.c4230 rport_ids.roles |= FC_PORT_ROLE_NVME_TARGET; in lpfc_register_remote_port()
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_transport_fc.c284 { FC_PORT_ROLE_NVME_TARGET, "NVMe Target" },
/kernel/linux/linux-5.10/drivers/nvme/host/
Dfc.c3423 (FC_PORT_ROLE_NVME_DISCOVERY | FC_PORT_ROLE_NVME_TARGET))) { in nvme_fc_init_ctrl()