Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c3250 uint32_t ub_array_index = 0; in ql_ub_alloc() local
3286 ub_array_index = 0; in ql_ub_alloc()
3352 while (ha->ub_array[ub_array_index] != NULL) { in ql_ub_alloc()
3353 ub_array_index++; in ql_ub_alloc()
3374 ubp->ub_token = ub_array_index; in ql_ub_alloc()
3377 tokens[index] = ub_array_index; in ql_ub_alloc()
3381 sp->handle = ub_array_index; in ql_ub_alloc()
3384 ha->ub_array[ub_array_index] = ubp; in ql_ub_alloc()
3486 uint64_t ub_array_index; in ql_ub_free() local
3506 if ((ub_array_index = tokens[index]) >= QL_UB_LIMIT) { in ql_ub_free()
[all …]