Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_mbx.c940 if (HAS_EXTENDED_IDS(ha)) in qla2x00_abort_command()
983 if (HAS_EXTENDED_IDS(vha->hw)) { in qla2x00_abort_target()
1035 if (HAS_EXTENDED_IDS(vha->hw)) in qla2x00_lun_reset()
1432 } else if (HAS_EXTENDED_IDS(ha)) { in qla2x00_get_port_database()
1642 if (HAS_EXTENDED_IDS(vha->hw)) { in qla2x00_get_port_name()
1770 if (HAS_EXTENDED_IDS(vha->hw)) { in qla2x00_lip_reset()
2010 if (HAS_EXTENDED_IDS(ha)) { in qla2x00_login_fabric()
2095 if (HAS_EXTENDED_IDS(ha)) in qla2x00_login_local_device()
2230 if (HAS_EXTENDED_IDS(vha->hw)) { in qla2x00_fabric_logout()
2533 } else if (HAS_EXTENDED_IDS(ha)) { in qla2x00_get_link_status()
Dqla_target.h117 #define GET_TARGET_ID(ha, iocb) ((HAS_EXTENDED_IDS(ha)) \
Dqla_iocb.c1928 if (HAS_EXTENDED_IDS(ha)) { in qla2x00_login_iocb()
1964 mbx->mb1 = HAS_EXTENDED_IDS(ha) ? in qla2x00_logout_iocb()
1991 if (HAS_EXTENDED_IDS(ha)) { in qla2x00_adisc_iocb()
Dqla_def.h1528 if (HAS_EXTENDED_IDS(ha)) \
3151 #define HAS_EXTENDED_IDS(ha) ((ha)->device_type & DT_EXTENDED_IDS) macro