Searched refs:wce (Results 1 – 6 of 6) sorted by relevance
88 __u8 wce; member
1559 if (ldev_info->ldev_control.wce == MYRS_LOGICALDEVICE_RO) in myrs_mode_sense()1572 if (ldev_info->ldev_control.wce == MYRS_WRITECACHE_ENABLED || in myrs_mode_sense()1573 ldev_info->ldev_control.wce == MYRS_INTELLIGENT_WRITECACHE_ENABLED) in myrs_mode_sense()1907 if (ldev_info->ldev_control.wce == MYRS_WRITECACHE_ENABLED || in myrs_sdev_configure()1908 ldev_info->ldev_control.wce == MYRS_INTELLIGENT_WRITECACHE_ENABLED) in myrs_sdev_configure()
428 } __packed wce:3; /* Byte 8 Bits 3-5 */ member
223 int ct, rcd, wce, sp; in cache_type_store() local251 wce = (ct & 0x02) && !sdkp->write_prot ? 1 : 0; in cache_type_store()256 sdkp->WCE = wce; in cache_type_store()276 buffer_data[2] |= wce << 2 | rcd; in cache_type_store()
1076 struct virtio_blk_config, wce, in virtblk_get_cache_mode() 1108 virtio_cwrite8(vdev, offsetof(struct virtio_blk_config, wce), i); in cache_type_store()
3954 u8 wce; in ata_mselect_caching() 3967 wce = buf[0] & (1 << 2); in ata_mselect_caching() 3986 tf->feature = wce ? SETFEATURES_WC_ON : SETFEATURES_WC_OFF; in ata_mselect_caching() 3952 u8 wce; ata_mselect_caching() local