Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_dfs.c121 if (NVME_TARGET(vha->hw, fp)) in qla2x00_dfs_create_rport()
H A Dqla_init.c368 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()
6243 if (NVME_TARGET(vha->hw, fcport)) in qla2x00_update_fcport()
6681 if (found && NVME_TARGET(vha->hw, fcport)) { in qla2x00_find_all_fabric_devs()
H A Dqla_mbx.c2021 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()
H A Dqla_def.h5491 #define NVME_TARGET(ha, fcport) \ macro