Searched refs:NVME_TARGET (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/nvme/target/ |
D | Kconfig | 3 config NVME_TARGET config 22 depends on NVME_TARGET 31 depends on NVME_TARGET 32 depends on NVME_CORE=y || NVME_CORE=NVME_TARGET 43 depends on NVME_TARGET 55 depends on NVME_TARGET 65 depends on NVME_TARGET 76 depends on NVME_TARGET 90 depends on NVME_TARGET 111 depends on NVME_TARGET
|
/linux-6.12.1/drivers/scsi/qla2xxx/ |
D | qla_dfs.c | 121 if (NVME_TARGET(vha->hw, fp)) in qla2x00_dfs_create_rport()
|
D | qla_init.c | 368 if (NVME_TARGET(vha->hw, fcport)) in qla2x00_async_login() 1334 if (NVME_TARGET(vha->hw, fcport)) in qla24xx_async_prli() 1341 NVME_TARGET(vha->hw, fcport) ? "nvme" : "fcp"); in qla24xx_async_prli() 1557 if (NVME_TARGET(vha->hw, fcport)) in qla24xx_handle_gpdb_event() 1756 NVME_TARGET(vha->hw, fcport) ? "NVME" : in qla24xx_fcport_handle_login() 1798 NVME_TARGET(vha->hw, fcport) ? "NVME" : "FC"); in qla24xx_fcport_handle_login() 2525 if (NVME_TARGET(vha->hw, fcport)) { in qla24xx_handle_plogi_done_event() 6233 if (NVME_TARGET(vha->hw, fcport)) in qla2x00_update_fcport() 6671 if (found && NVME_TARGET(vha->hw, fcport)) { in qla2x00_find_all_fabric_devs()
|
D | qla_mbx.c | 2021 if (NVME_TARGET(ha, fcport)) { in qla2x00_get_port_database() 6658 if (NVME_TARGET(vha->hw, fcport)) { in __qla24xx_parse_gpdb() 6699 if (NVME_TARGET(vha->hw, fcport)) { in __qla24xx_parse_gpdb()
|
D | qla_def.h | 5489 #define NVME_TARGET(ha, fcport) \ macro
|