Home
last modified time | relevance | path

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

/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);
/drivers/block/
Dvirtio_blk.c467 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()
/drivers/target/
Dtarget_core_transport.c3206 bool wce = false; in target_check_wce() local
3209 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()
/drivers/scsi/
Dsd.c156 int i, ct = -1, rcd, wce, sp; in cache_type_store() local
190 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()
/drivers/ata/
Dlibata-scsi.c3835 u8 wce; in ata_mselect_caching() local
3851 wce = buf[0] & (1 << 2); in ata_mselect_caching()
3870 tf->feature = wce ? SETFEATURES_WC_ON : SETFEATURES_WC_OFF; in ata_mselect_caching()