Home
last modified time | relevance | path

Searched refs:use_pf (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dst.h142 unsigned char use_pf; /* Set Page Format bit in all mode selects? */ member
197 /* Bit masks for use_pf */
H A Dst.c2921 if ((STp->use_pf & USE_PF)) in st_int_ioctl()
3090 !(STp->use_pf & PF_TESTED)) { in st_int_ioctl()
3093 STp->use_pf = (STp->use_pf ^ USE_PF) | PF_TESTED; in st_int_ioctl()
4360 tpnt->use_pf = (SDp->scsi_level >= SCSI_2); in st_probe()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dst.h139 unsigned char use_pf; /* Set Page Format bit in all mode selects? */ member
194 /* Bit masks for use_pf */
H A Dst.c2921 if ((STp->use_pf & USE_PF)) in st_int_ioctl()
3090 !(STp->use_pf & PF_TESTED)) { in st_int_ioctl()
3093 STp->use_pf = (STp->use_pf ^ USE_PF) | PF_TESTED; in st_int_ioctl()
4312 tpnt->use_pf = (SDp->scsi_level >= SCSI_2); in st_probe()

Completed in 12 milliseconds