Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/block/
Dsx8.c76 #define TAG_ENCODE(tag) (((tag) << 16) | 0xf) macro
614 ioc->handle = cpu_to_le32(TAG_ENCODE(idx)); in carm_array_info()
678 st->handle = cpu_to_le32(TAG_ENCODE(idx)); in carm_fill_sync_time()
692 ab->handle = cpu_to_le32(TAG_ENCODE(idx)); in carm_fill_alloc_buf()
719 ioc->handle = cpu_to_le32(TAG_ENCODE(idx)); in carm_fill_scan_channels()
738 ioc->handle = cpu_to_le32(TAG_ENCODE(idx)); in carm_fill_get_fw_ver()
903 msg->handle = cpu_to_le32(TAG_ENCODE(crq->tag)); in carm_rq_fn()