Symbol: QL_UB_LIMIT
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1869
QL_UB_LIMIT);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
2121
for (index = 0; index < QL_UB_LIMIT; index++) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
2209
kmem_free(ha->ub_array, sizeof (*ha->ub_array) * QL_UB_LIMIT);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
3185
*rptr = (uint32_t)QL_UB_LIMIT;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
3546
if ((*count + ha->ub_allocated) > QL_UB_LIMIT) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
3769
if ((ub_array_index = tokens[index]) >= QL_UB_LIMIT) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
3866
if ((ub_array_index = tokens[index]) >= QL_UB_LIMIT) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
954
QL_UB_LIMIT, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
9862
for (index = 0; index < QL_UB_LIMIT; index++) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
9917
if (index >= QL_UB_LIMIT || (ubp = ha->ub_array[index]) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
4551
vha->ub_array = kmem_zalloc(sizeof (*vha->ub_array) * QL_UB_LIMIT,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
4587
kmem_free(ha->ub_array, sizeof (*ha->ub_array) * QL_UB_LIMIT);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1454
while (rcv_q_cnt > (uint16_t)0 && index < QL_UB_LIMIT) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1457
while (index < QL_UB_LIMIT) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1474
if (index < QL_UB_LIMIT) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1550
for (index = 0; index < QL_UB_LIMIT; index++) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1567
if (index == QL_UB_LIMIT) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
516
for (index = 0; index < QL_UB_LIMIT; index++) {