Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_mbx.c1496 if (HAS_EXTENDED_IDS(ha)) in qla2x00_abort_command()
1534 if (HAS_EXTENDED_IDS(vha->hw)) { in qla2x00_abort_target()
1582 if (HAS_EXTENDED_IDS(vha->hw)) in qla2x00_lun_reset()
1912 } else if (HAS_EXTENDED_IDS(ha)) { in qla2x00_get_port_database()
2143 if (HAS_EXTENDED_IDS(vha->hw)) { in qla2x00_get_port_name()
2271 if (HAS_EXTENDED_IDS(vha->hw)) { in qla2x00_lip_reset()
2508 if (HAS_EXTENDED_IDS(ha)) { in qla2x00_login_fabric()
2593 if (HAS_EXTENDED_IDS(ha)) in qla2x00_login_local_device()
2722 if (HAS_EXTENDED_IDS(vha->hw)) { in qla2x00_fabric_logout()
3024 } else if (HAS_EXTENDED_IDS(ha)) { in qla2x00_get_link_status()
Dqla_target.h121 #define GET_TARGET_ID(ha, iocb) ((HAS_EXTENDED_IDS(ha)) \
Dqla_iocb.c2393 if (HAS_EXTENDED_IDS(ha)) { in qla2x00_login_iocb()
2436 mbx->mb1 = HAS_EXTENDED_IDS(ha) ? in qla2x00_logout_iocb()
2463 if (HAS_EXTENDED_IDS(ha)) { in qla2x00_adisc_iocb()
Dqla_def.h1810 if (HAS_EXTENDED_IDS(ha)) \
3877 #define HAS_EXTENDED_IDS(ha) ((ha)->device_type & DT_EXTENDED_IDS) macro