Searched refs:wce (Results 1 – 6 of 6) sorted by relevance
126 void cxio_dump_wce(struct t3_cqe *wce) in cxio_dump_wce() argument128 __be64 *data = (__be64 *)wce; in cxio_dump_wce()129 int size = sizeof(*wce); in cxio_dump_wce()
206 void cxio_dump_wce(struct t3_cqe *wce);
467 struct virtio_blk_config, wce, in virtblk_get_cache_mode()510 virtio_cwrite8(vdev, offsetof(struct virtio_blk_config, wce), i); in virtblk_cache_type_store()
3206 bool wce = false; in target_check_wce() local3209 wce = dev->transport->get_write_cache(dev); in target_check_wce()3211 wce = true; in target_check_wce()3213 return wce; in target_check_wce()
156 int i, ct = -1, rcd, wce, sp; in cache_type_store() local190 wce = (ct & 0x02) && !sdkp->write_prot ? 1 : 0; in cache_type_store()193 sdkp->WCE = wce; in cache_type_store()207 buffer_data[2] |= wce << 2 | rcd; in cache_type_store()
3835 u8 wce; in ata_mselect_caching() local3851 wce = buf[0] & (1 << 2); in ata_mselect_caching()3870 tf->feature = wce ? SETFEATURES_WC_ON : SETFEATURES_WC_OFF; in ata_mselect_caching()