Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Dcxio_dbg.c126 void cxio_dump_wce(struct t3_cqe *wce) in cxio_dump_wce() argument
128 __be64 *data = (__be64 *)wce; in cxio_dump_wce()
129 int size = sizeof(*wce); in cxio_dump_wce()
Dcxio_hal.h206 void cxio_dump_wce(struct t3_cqe *wce);
/linux-4.4.14/include/uapi/linux/
Dvirtio_blk.h84 __u8 wce; member
/linux-4.4.14/drivers/block/
Dvirtio_blk.c478 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()
/linux-4.4.14/drivers/target/
Dtarget_core_transport.c3071 bool wce = false; in target_check_wce() local
3074 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()
/linux-4.4.14/drivers/scsi/
Dsd.c155 int i, ct = -1, rcd, wce, sp; in cache_type_store() local
189 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()
/linux-4.4.14/drivers/ata/
Dlibata-scsi.c3212 u8 wce; in ata_mselect_caching() local
3222 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()