Home
last modified time | relevance | path

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

/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c210 if (!np->maxwide) in sym_reset_scsi_bus()
677 np->maxwide = (np->features & FE_WIDE) ? 1 : 0;
906 tp->usr_width = np->maxwide;
4078 if (wide > np->maxwide) {
4080 wide = np->maxwide;
4215 if (wide > np->maxwide) {
4217 wide = np->maxwide;
H A Dsym_nvram.c65 np->maxwide = nvram->data.parisc.width; in sym_nvram_setup_host()
H A Dsym_hipd.h913 u_char maxwide; /* Maximum transfer width */ member
H A Dsym_glue.c1220 np->maxwide ? "Wide" : "Narrow", in sym_show_info()
1395 shost->max_id = np->maxwide ? 16 : 8; in sym_attach()
/linux/drivers/scsi/
H A Dncr53c8xx.c1673 u_char maxwide; /* Maximum transfer width */ member
3730 np->maxwide = (np->features & FE_WIDE)? 1 : 0; in ncr_prepare_setting()
5191 if (tp->usrwide > np->maxwide) in ncr_init()
5192 tp->usrwide = np->maxwide; in ncr_init()
8185 instance->max_id = np->maxwide ? 16 : 8;
8360 if (width > np->maxwide)
8361 width = np->maxwide;