Searched refs:VALID_DEVICE_ID (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c4565 if (tq != NULL && VALID_DEVICE_ID(ha, tq->loop_id)) {
4590 if (!VALID_DEVICE_ID(ha,
4809 if ((tq == NULL) || (!VALID_DEVICE_ID(ha, tq->loop_id))) {
4969 if (tq != NULL && VALID_DEVICE_ID(ha, tq->loop_id) &&
5576 if ((tq != NULL) && (!VALID_DEVICE_ID(ha, tq->loop_id))) {
5597 if ((tq != NULL) && (!VALID_DEVICE_ID(ha, tq->loop_id))) {
5608 if ((tq != NULL) && (VALID_DEVICE_ID(ha, tq->loop_id)) &&
6176 if ((tq == NULL) || (!VALID_DEVICE_ID(ha, tq->loop_id)) ||
6236 if ((tq == NULL) || (!VALID_DEVICE_ID(ha, tq->loop_id)) ||
6441 } else if (tq != NULL && VALID_DEVICE_ID(h
[all...]
H A Dql_init.c3296 if (VALID_DEVICE_ID(ha, loop_id)) {
H A Dql_mbx.c972 if (!VALID_DEVICE_ID(ha,
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1863 #define VALID_DEVICE_ID(ha, x) (CFG_IST(ha, CFG_CTRL_24258081) ? \ macro

Completed in 260 milliseconds