Searched refs:maxwide (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dncr53c8xx.c1088 u_char maxwide; /* Maximum transfer width */ member in struct:ncb
3209 np->maxwide = (np->features & FE_WIDE)? 1 : 0;
3669 instance->max_id = np->maxwide ? 16 : 8;
3955 np->maxwide && tp->usrwide )
5549 if (tp->usrwide > np->maxwide)
5550 tp->usrwide = np->maxwide;
5999 if (size > np->maxwide) size=np->maxwide;
H A Dsym53c8xx.c2112 u_char maxwide; /* Maximum transfer width */ member in struct:ncb
4908 np->maxwide = (np->features & FE_WIDE)? 1 : 0;
5878 instance->max_id = np->maxwide ? 16 : 8;
6067 np->maxwide && tp->usrwide)
7800 if (tp->usrwide > np->maxwide)
7801 tp->usrwide = np->maxwide;
8498 if (size > np->maxwide)
8499 size=np->maxwide;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c741 np->maxwide = (np->features & FE_WIDE)? 1 : 0;
1001 tp->tinfo.user.width = np->maxwide ? BUS_16_BIT : BUS_8_BIT;
4072 if (wide > np->maxwide)
4073 {chg = 1; wide = np->maxwide;}
4227 if (wide > np->maxwide)
4228 {chg = 1; wide = np->maxwide;}
H A Dsym_hipd.h1008 u_char maxwide; /* Maximum transfer width */ member in struct:sym_hcb
H A Dsym_glue.c1750 np->maxwide ? "Wide" : "Narrow",
2089 instance->max_id = np->maxwide ? 16 : 8;

Completed in 182 milliseconds