Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h989 * We donnot set more than 'iarb_max' consecutive hints for
991 * By the way, any non zero value of 'iarb_max' is unfair. :)
994 u_short iarb_max; /* Max. # consecutive IARB hints*/ member
H A Dsym_hipd.c1477 * not using more than 'iarb_max' consecutive
1480 if (np->last_cp && np->iarb_count < np->iarb_max) {
5730 np->iarb_max = SYM_SETUP_IARB_MAX;
5732 np->iarb_max = 4;
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h989 * We donnot set more than 'iarb_max' consecutive hints for
991 * By the way, any non zero value of 'iarb_max' is unfair. :)
994 u_short iarb_max; /* Max. # consecutive IARB hints*/ member
H A Dsym_hipd.c1477 * not using more than 'iarb_max' consecutive
1480 if (np->last_cp && np->iarb_count < np->iarb_max) {
5729 np->iarb_max = SYM_SETUP_IARB_MAX;
5731 np->iarb_max = 4;

Completed in 17 milliseconds