Searched defs:maxwide (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h926 u_char maxwide; /* Maximum transfer width */ member in struct:sym_hcb
/drivers/scsi/
H A Dncr53c8xx.c1688 u_char maxwide; /* Maximum transfer width */ member in struct:ncb
3770 np->maxwide = (np->features & FE_WIDE)? 1 : 0;
5341 if (tp->usrwide > np->maxwide)
5342 tp->usrwide = np->maxwide;
8404 instance->max_id = np->maxwide ? 16 : 8;
8579 if (width > np->maxwide)
8580 width = np->maxwide;

Completed in 66 milliseconds