Searched refs:maxwide (Results 1 – 5 of 5) sorted by relevance
210 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;
65 np->maxwide = nvram->data.parisc.width; in sym_nvram_setup_host()
913 u_char maxwide; /* Maximum transfer width */ member
1167 np->maxwide ? "Wide" : "Narrow", in sym_show_info()1342 shost->max_id = np->maxwide ? 16 : 8; in sym_attach()
1673 u_char maxwide; /* Maximum transfer width */ member3730 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;