Home
last modified time | relevance | path

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

/Linux-v4.19/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;
4090 if (wide > np->maxwide) {
4092 wide = np->maxwide;
4227 if (wide > np->maxwide) {
4229 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()
1364 shost->max_id = np->maxwide ? 16 : 8; in sym_attach()
/Linux-v4.19/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()
8399 instance->max_id = np->maxwide ? 16 : 8;
8574 if (width > np->maxwide)
8575 width = np->maxwide;