Home
last modified time | relevance | path

Searched refs:wce (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/
H A Dvirtio_blk.h88 __u8 wce; member
/linux/drivers/target/
H A Dtarget_core_transport.c3674 bool wce = false; in target_check_wce() local
3677 wce = dev->transport->get_write_cache(dev); in target_check_wce()
3679 wce = true; in target_check_wce()
3681 return wce; in target_check_wce()
/linux/drivers/scsi/
H A Dmyrs.h428 } __packed wce:3; /* Byte 8 Bits 3-5 */ member
H A Dsd.c142 int ct, rcd, wce, sp; in cache_type_store() local
170 wce = (ct & 0x02) && !sdkp->write_prot ? 1 : 0; in cache_type_store()
175 sdkp->WCE = wce; in cache_type_store()
195 buffer_data[2] |= wce << 2 | rcd; in cache_type_store()
/linux/drivers/ata/
H A Dlibata-scsi.c3814 u8 wce; in ata_mselect_caching() local
3827 wce = buf[0] & (1 << 2); in ata_mselect_caching()
3846 tf->feature = wce ? SETFEATURES_WC_ON : SETFEATURES_WC_OFF; in ata_mselect_caching()