Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dst.h117 unsigned char use_pf; /* Set Page Format bit in all mode selects? */ member
Dst.c2822 if ((STp->use_pf & USE_PF)) in st_int_ioctl()
2991 !(STp->use_pf & PF_TESTED)) { in st_int_ioctl()
2994 STp->use_pf = (STp->use_pf ^ USE_PF) | PF_TESTED; in st_int_ioctl()
4098 tpnt->use_pf = (SDp->scsi_level >= SCSI_2); in st_probe()