Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/drivers/scsi/
Dsd.c134 int i, ct = -1, rcd, wce, sp; in sd_store_cache_type() local
160 wce = ct & 0x02 ? 1 : 0; in sd_store_cache_type()
169 buffer_data[2] |= wce << 2 | rcd; in sd_store_cache_type()