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
1170 np->maxwide ? "Wide" : "Narrow", in sym_show_info()1345 shost->max_id = np->maxwide ? 16 : 8; in sym_attach()
1674 u_char maxwide; /* Maximum transfer width */ member3731 np->maxwide = (np->features & FE_WIDE)? 1 : 0; in ncr_prepare_setting()5192 if (tp->usrwide > np->maxwide) in ncr_init()5193 tp->usrwide = np->maxwide; in ncr_init()8181 instance->max_id = np->maxwide ? 16 : 8;8356 if (width > np->maxwide)8357 width = np->maxwide;