Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dst.h139 unsigned char use_pf; /* Set Page Format bit in all mode selects? */ member
H A Dst.c2911 if ((STp->use_pf & USE_PF)) in st_int_ioctl()
3080 !(STp->use_pf & PF_TESTED)) { in st_int_ioctl()
3083 STp->use_pf = (STp->use_pf ^ USE_PF) | PF_TESTED; in st_int_ioctl()
4298 tpnt->use_pf = (SDp->scsi_level >= SCSI_2); in st_probe()