Searched refs:wce (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/cxgb3/
H A Dcxio_dbg.c126 void cxio_dump_wce(struct t3_cqe *wce) cxio_dump_wce() argument
128 __be64 *data = (__be64 *)wce; cxio_dump_wce()
129 int size = sizeof(*wce); cxio_dump_wce()
H A Dcxio_hal.h206 void cxio_dump_wce(struct t3_cqe *wce);
H A Diwch_provider.c262 /* Dont allow resize to less than the current wce count */ iwch_resize_cq()
/linux-4.1.27/include/uapi/linux/
H A Dvirtio_blk.h84 __u8 wce; member in struct:virtio_blk_config
/linux-4.1.27/drivers/block/
H A Dvirtio_blk.c478 struct virtio_blk_config, wce, virtblk_get_cache_mode()
521 virtio_cwrite8(vdev, offsetof(struct virtio_blk_config, wce), i); virtblk_cache_type_store()
/linux-4.1.27/drivers/target/
H A Dtarget_core_device.c656 bool wce = false; se_dev_check_wce() local
659 wce = dev->transport->get_write_cache(dev); se_dev_check_wce()
661 wce = true; se_dev_check_wce()
663 return wce; se_dev_check_wce()
/linux-4.1.27/drivers/scsi/
H A Dsd.c154 int i, ct = -1, rcd, wce, sp; cache_type_store() local
188 wce = (ct & 0x02) && !sdkp->write_prot ? 1 : 0; cache_type_store()
191 sdkp->WCE = wce; cache_type_store()
205 buffer_data[2] |= wce << 2 | rcd; cache_type_store()
/linux-4.1.27/drivers/ata/
H A Dlibata-scsi.c3205 u8 wce; ata_mselect_caching() local
3215 wce = buf[0] & (1 << 2); ata_mselect_caching()
3222 mpage[2] |= wce; ata_mselect_caching()
3230 tf->feature = wce ? SETFEATURES_WC_ON : SETFEATURES_WC_OFF; ata_mselect_caching()

Completed in 294 milliseconds