Home
last modified time | relevance | path

Searched refs:started_max (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A 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);
H A Dsym_hipd.h513 u_short started_max; member
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1549 lp->started_tags >= lp->started_max) {
5037 lp->started_max = SYM_CONF_MAX_TASK;
5426 lp->started_max = lp->started_tags - i - 1;
5431 lp->started_max);
5544 if (lp && lp->started_max < lp->started_limit) {
5548 ++lp->started_max;
5551 lp->started_max);
H A Dsym_hipd.h513 u_short started_max; member

Completed in 15 milliseconds