Searched refs:VALID_TARGET_ID (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 1041 if (!VALID_TARGET_ID(ha, tq->loop_id)) { in ql_qry_hba_port() 1114 if (!VALID_TARGET_ID(ha, tq->loop_id)) { in ql_qry_disc_port() 1223 if (!VALID_TARGET_ID(ha, tq->loop_id) || in ql_qry_disc_tgt() 2122 if (tq == NULL || !VALID_TARGET_ID(ha, tq->loop_id)) { in ql_scsi_passthru() 5737 if (tq == NULL || !VALID_TARGET_ID(ha, tq->loop_id)) { in ql_get_statistics_fc() 6261 !VALID_TARGET_ID(ha, tq->loop_id)) { in ql_get_port_summary() 6294 !VALID_TARGET_ID(ha, tq->loop_id)) { in ql_get_port_summary() 6394 if (tq == NULL || !VALID_TARGET_ID(ha, tq->loop_id)) { in ql_get_target_id() 7526 if (tq == NULL || !VALID_TARGET_ID(ha, tq->loop_id)) { in ql_port_param()
|
H A D | ql_ioctl.c | 1922 if (!VALID_TARGET_ID(ha, tq->loop_id)) { in ql_adm_device_list()
|
H A D | ql_api.c | 8912 if (drain && VALID_TARGET_ID(ha, tq->loop_id) && PD_PORT_LOGIN(tq)) { in ql_abort_device()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 1866 #define VALID_TARGET_ID(ha, x) (CFG_IST(ha, CFG_CTRL_24258081) ? \ macro
|