Searched refs:wce (Results 1 – 7 of 7) 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);
84 __u8 wce; member
478 struct virtio_blk_config, wce, in virtblk_get_cache_mode()520 virtio_cwrite8(vdev, offsetof(struct virtio_blk_config, wce), i); in virtblk_cache_type_store()
3071 bool wce = false; in target_check_wce() local3074 wce = dev->transport->get_write_cache(dev); in target_check_wce()3076 wce = true; in target_check_wce()3078 return wce; in target_check_wce()
155 int i, ct = -1, rcd, wce, sp; in cache_type_store() local189 wce = (ct & 0x02) && !sdkp->write_prot ? 1 : 0; in cache_type_store()192 sdkp->WCE = wce; in cache_type_store()206 buffer_data[2] |= wce << 2 | rcd; in cache_type_store()
3212 u8 wce; in ata_mselect_caching() local3222 wce = buf[0] & (1 << 2); in ata_mselect_caching()3229 mpage[2] |= wce; in ata_mselect_caching()3237 tf->feature = wce ? SETFEATURES_WC_ON : SETFEATURES_WC_OFF; in ata_mselect_caching()