Searched defs:maxtags (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.h300 u_int maxtags; member in struct:ahc_linux_device
H A Daic79xx_osm.h296 u_int maxtags; member in struct:ahd_linux_device
/drivers/scsi/
H A Dncr53c8xx.c1311 u_char maxtags; /* Max nr of tags asked by user */ member in struct:lcb
4947 if (lp && lp->usetags && lp->numtags < lp->maxtags) {
5658 if (lp->maxtags > maxdepth) lp->maxtags = maxdepth;
5676 if (lp->numtags > lp->maxtags)
5677 lp->maxtags = lp->numtags;
8015 lp->numtags = lp->maxtags = numtags;
8172 ** maxtags < cmd_per_lun of the Linux host control block,

Completed in 33 milliseconds