Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c223 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;
Dsym_nvram.c78 np->maxwide = nvram->data.parisc.width; in sym_nvram_setup_host()
Dsym_hipd.h926 u_char maxwide; /* Maximum transfer width */ member
Dsym_glue.c1189 np->maxwide ? "Wide" : "Narrow", in sym_show_info()
1366 shost->max_id = np->maxwide ? 16 : 8; in sym_attach()
/linux-4.1.27/drivers/scsi/
Dncr53c8xx.c1688 u_char maxwide; /* Maximum transfer width */ member
3770 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;