Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c1549 lp->started_tags >= lp->started_max) {
5038 lp->started_max = SYM_CONF_MAX_TASK;
5427 lp->started_max = lp->started_tags - i - 1;
5432 lp->started_max);
5545 if (lp && lp->started_max < lp->started_limit) {
5549 ++lp->started_max;
5552 lp->started_max);
Dsym_hipd.h513 u_short started_max; member