Searched refs:QL_UB_LIMIT (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c1339 while (rcv_q_cnt > (uint16_t)0 && index < QL_UB_LIMIT) {
1342 while (index < QL_UB_LIMIT) {
1359 if (index < QL_UB_LIMIT) {
1435 for (index = 0; index < QL_UB_LIMIT; index++) {
1452 if (index == QL_UB_LIMIT) {
H A Dql_api.c904 QL_UB_LIMIT, KM_SLEEP);
1620 QL_UB_LIMIT);
1863 for (index = 0; index < QL_UB_LIMIT; index++) {
1948 kmem_free(ha->ub_array, sizeof (*ha->ub_array) * QL_UB_LIMIT);
2915 *rptr = (uint32_t)QL_UB_LIMIT;
3277 if ((*count + ha->ub_allocated) > QL_UB_LIMIT) {
3506 if ((ub_array_index = tokens[index]) >= QL_UB_LIMIT) {
3607 if ((ub_array_index = tokens[index]) >= QL_UB_LIMIT) {
9413 for (index = 0; index < QL_UB_LIMIT; index++) {
9468 if (index >= QL_UB_LIMIT || (ub
[all...]
H A Dql_init.c4272 vha->ub_array = kmem_zalloc(sizeof (*vha->ub_array) * QL_UB_LIMIT,
4308 kmem_free(ha->ub_array, sizeof (*ha->ub_array) * QL_UB_LIMIT);
H A Dql_mbx.c517 for (index = 0; index < QL_UB_LIMIT; index++) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h373 #define QL_UB_LIMIT 256 macro

Completed in 95 milliseconds