Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c2204 uint32_t total, max_active; in fct_check_cmdlist() local
2209 max_active = iport->iport_max_active_ncmds; in fct_check_cmdlist()
2211 if (total <= max_active) in fct_check_cmdlist()
2216 num_to_release = (total + 1 - max_active) / 2; in fct_check_cmdlist()