Searched refs:ub_allocated (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1499 uint32_t ub_allocated; member in struct:ql_adapter_state
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c3277 if ((*count + ha->ub_allocated) > QL_UB_LIMIT) {
3385 ha->ub_allocated++;
3545 if (ha->ub_allocated == 0) {
3907 if (ha->ub_allocated != 0) {
3921 if (ha->ub_allocated == 0) {
9379 if (ha->ub_allocated != 0) {
9380 ha->ub_allocated--;
H A Dql_init.c4258 vha->ub_allocated = 0;

Completed in 107 milliseconds