Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/qla2xxx/
Dqla_mbx.c1498 if (HAS_EXTENDED_IDS(ha)) in qla2x00_abort_command()
1536 if (HAS_EXTENDED_IDS(vha->hw)) { in qla2x00_abort_target()
1584 if (HAS_EXTENDED_IDS(vha->hw)) in qla2x00_lun_reset()
1942 } else if (HAS_EXTENDED_IDS(ha)) { in qla2x00_get_port_database()
2224 if (HAS_EXTENDED_IDS(vha->hw)) { in qla2x00_get_port_name()
2352 if (HAS_EXTENDED_IDS(vha->hw)) { in qla2x00_lip_reset()
2589 if (HAS_EXTENDED_IDS(ha)) { in qla2x00_login_fabric()
2674 if (HAS_EXTENDED_IDS(ha)) in qla2x00_login_local_device()
2803 if (HAS_EXTENDED_IDS(vha->hw)) { in qla2x00_fabric_logout()
3105 } 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.c2433 if (HAS_EXTENDED_IDS(ha)) { in qla2x00_login_iocb()
2476 mbx->mb1 = HAS_EXTENDED_IDS(ha) ? in qla2x00_logout_iocb()
2503 if (HAS_EXTENDED_IDS(ha)) { in qla2x00_adisc_iocb()
Dqla_def.h1876 if (HAS_EXTENDED_IDS(ha)) \
4132 #define HAS_EXTENDED_IDS(ha) ((ha)->device_type & DT_EXTENDED_IDS) macro