Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvme/target/
DKconfig3 config NVME_TARGET config
21 depends on NVME_TARGET
22 depends on NVME_CORE=y || NVME_CORE=NVME_TARGET
33 depends on NVME_TARGET
46 depends on NVME_TARGET
56 depends on NVME_TARGET
67 depends on NVME_TARGET
82 depends on NVME_TARGET
/Linux-v5.10/drivers/scsi/qla2xxx/
Dqla_dfs.c121 if (NVME_TARGET(vha->hw, fp)) in qla2x00_dfs_create_rport()
Dqla_init.c347 if (NVME_TARGET(vha->hw, fcport)) in qla2x00_async_login()
1267 if (NVME_TARGET(vha->hw, fcport)) in qla24xx_async_prli()
1273 fcport->login_retry, NVME_TARGET(vha->hw, fcport) ? "nvme" : "fc"); in qla24xx_async_prli()
1432 if (NVME_TARGET(vha->hw, fcport)) in qla24xx_handle_gpdb_event()
1621 NVME_TARGET(vha->hw, fcport) ? "NVME" : in qla24xx_fcport_handle_login()
2015 if (NVME_TARGET(vha->hw, ea->fcport)) { in qla24xx_handle_plogi_done_event()
5528 if (NVME_TARGET(vha->hw, fcport)) { in qla2x00_update_fcport()
5986 if (found && NVME_TARGET(vha->hw, fcport)) { in qla2x00_find_all_fabric_devs()
Dqla_mbx.c1965 if (NVME_TARGET(ha, fcport)) { in qla2x00_get_port_database()
6522 if (NVME_TARGET(vha->hw, fcport)) { in __qla24xx_parse_gpdb()
6557 if (NVME_TARGET(vha->hw, fcport)) { in __qla24xx_parse_gpdb()
Dqla_def.h5163 #define NVME_TARGET(ha, fcport) \ macro