Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c1106 if (!VALID_TARGET_ID(ha, tq->loop_id) || in ql_qry_hba_port()
1185 if (!VALID_TARGET_ID(ha, tq->loop_id) || in ql_qry_disc_port()
1301 if (!VALID_TARGET_ID(ha, tq->loop_id) || in ql_qry_disc_tgt()
2207 if (tq == NULL || !VALID_TARGET_ID(ha, tq->loop_id)) { in ql_scsi_passthru()
5911 if (tq == NULL || !VALID_TARGET_ID(ha, tq->loop_id)) { in ql_get_statistics_fc()
6611 !VALID_TARGET_ID(ha, tq->loop_id)) { in ql_get_port_summary()
6644 !VALID_TARGET_ID(ha, tq->loop_id) || in ql_get_port_summary()
6745 if (tq == NULL || !VALID_TARGET_ID(ha, tq->loop_id)) { in ql_get_target_id()
7950 if (tq == NULL || !VALID_TARGET_ID(ha, tq->loop_id) || in ql_port_param()
H A Dql_ioctl.c1923 if (!VALID_TARGET_ID(ha, tq->loop_id)) { in ql_adm_device_list()
H A Dql_api.c9307 if (drain && VALID_TARGET_ID(ha, tq->loop_id) && PD_PORT_LOGIN(tq)) { in ql_abort_device()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2174 #define VALID_TARGET_ID(ha, x) (CFG_IST(ha, CFG_ISP_FW_TYPE_2) ? \ macro