Home
last modified time | relevance | path

Searched refs:use_pf (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dst.h86 unsigned char use_pf; /* Set Page Format bit in all mode selects? */ member
Dst.c2577 if ((STp->use_pf & USE_PF)) in st_int_ioctl()
2742 !(STp->use_pf & PF_TESTED)) { in st_int_ioctl()
2745 STp->use_pf = !STp->use_pf | PF_TESTED; in st_int_ioctl()
3903 tpnt->use_pf = (SDp->scsi_level >= SCSI_2); in st_attach()