Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_mbx.c1556 if (HAS_EXTENDED_IDS(ha)) in qla2x00_abort_command()
1594 if (HAS_EXTENDED_IDS(vha->hw)) { in qla2x00_abort_target()
1642 if (HAS_EXTENDED_IDS(vha->hw)) in qla2x00_lun_reset()
1998 } else if (HAS_EXTENDED_IDS(ha)) { in qla2x00_get_port_database()
2283 if (HAS_EXTENDED_IDS(vha->hw)) { in qla2x00_get_port_name()
2411 if (HAS_EXTENDED_IDS(vha->hw)) { in qla2x00_lip_reset()
2648 if (HAS_EXTENDED_IDS(ha)) { in qla2x00_login_fabric()
2733 if (HAS_EXTENDED_IDS(ha)) in qla2x00_login_local_device()
2862 if (HAS_EXTENDED_IDS(vha->hw)) { in qla2x00_fabric_logout()
3166 } else if (HAS_EXTENDED_IDS(ha)) { in qla2x00_get_link_status()
Dqla_target.h120 #define GET_TARGET_ID(ha, iocb) ((HAS_EXTENDED_IDS(ha)) \
Dqla_iocb.c2456 if (HAS_EXTENDED_IDS(ha)) { in qla2x00_login_iocb()
2499 mbx->mb1 = HAS_EXTENDED_IDS(ha) ? in qla2x00_logout_iocb()
2526 if (HAS_EXTENDED_IDS(ha)) { in qla2x00_adisc_iocb()
Dqla_def.h1992 if (HAS_EXTENDED_IDS(ha)) \
4367 #define HAS_EXTENDED_IDS(ha) ((ha)->device_type & DT_EXTENDED_IDS) macro