Searched refs:maxwide (Results 1 – 5 of 5) sorted by relevance
223 if (!np->maxwide) in sym_reset_scsi_bus()690 np->maxwide = (np->features & FE_WIDE) ? 1 : 0;919 tp->usr_width = np->maxwide;4091 if (wide > np->maxwide) {4093 wide = np->maxwide;4228 if (wide > np->maxwide) {4230 wide = np->maxwide;
78 np->maxwide = nvram->data.parisc.width; in sym_nvram_setup_host()
926 u_char maxwide; /* Maximum transfer width */ member
1189 np->maxwide ? "Wide" : "Narrow", in sym_show_info()1366 shost->max_id = np->maxwide ? 16 : 8; in sym_attach()
1688 u_char maxwide; /* Maximum transfer width */ member3770 np->maxwide = (np->features & FE_WIDE)? 1 : 0; in ncr_prepare_setting()5341 if (tp->usrwide > np->maxwide) in ncr_init()5342 tp->usrwide = np->maxwide; in ncr_init()8401 instance->max_id = np->maxwide ? 16 : 8;8576 if (width > np->maxwide)8577 width = np->maxwide;