Searched refs:max_active (Results 1 – 1 of 1) sorted by relevance
2204 uint32_t total, max_active; in fct_check_cmdlist() local2209 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()