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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c220 if (!np->maxwide)
681 np->maxwide = (np->features & FE_WIDE) ? 1 : 0;
898 tp->usr_width = np->maxwide;
4035 if (wide > np->maxwide) {
4037 wide = np->maxwide;
4172 if (wide > np->maxwide) {
4174 wide = np->maxwide;
H A Dsym_hipd.h918 u_char maxwide; /* Maximum transfer width */ member in struct:sym_hcb
H A Dsym_nvram.c78 np->maxwide = nvram->data.parisc.width;
H A Dsym_glue.c1212 np->maxwide ? "Wide" : "Narrow",
1416 shost->max_id = np->maxwide ? 16 : 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c1685 u_char maxwide; /* Maximum transfer width */ member in struct:ncb
3738 np->maxwide = (np->features & FE_WIDE)? 1 : 0;
5223 if (tp->usrwide > np->maxwide)
5224 tp->usrwide = np->maxwide;
8186 instance->max_id = np->maxwide ? 16 : 8;
8361 if (width > np->maxwide)
8362 width = np->maxwide;

Completed in 92 milliseconds