Lines Matching refs:cpu_to_le32

614 	ioc->handle	= cpu_to_le32(TAG_ENCODE(idx));  in carm_array_info()
615 ioc->data_addr = cpu_to_le32(msg_data); in carm_array_info()
682 st->handle = cpu_to_le32(TAG_ENCODE(idx)); in carm_fill_sync_time()
683 st->timestamp = cpu_to_le32(tv.tv_sec); in carm_fill_sync_time()
696 ab->handle = cpu_to_le32(TAG_ENCODE(idx)); in carm_fill_alloc_buf()
699 ab->addr = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1)); in carm_fill_alloc_buf()
700 ab->len = cpu_to_le32(PDC_SHM_SIZE >> 1); in carm_fill_alloc_buf()
701 ab->evt_pool = cpu_to_le32(host->shm_dma + (16 * 1024)); in carm_fill_alloc_buf()
702 ab->n_evt = cpu_to_le32(1024); in carm_fill_alloc_buf()
703 ab->rbuf_pool = cpu_to_le32(host->shm_dma); in carm_fill_alloc_buf()
704 ab->n_rbuf = cpu_to_le32(RMSG_Q_LEN); in carm_fill_alloc_buf()
705 ab->msg_pool = cpu_to_le32(host->shm_dma + RBUF_LEN); in carm_fill_alloc_buf()
706 ab->n_msg = cpu_to_le32(CARM_Q_LEN); in carm_fill_alloc_buf()
707 ab->sg[0].start = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1)); in carm_fill_alloc_buf()
708 ab->sg[0].len = cpu_to_le32(65536); in carm_fill_alloc_buf()
723 ioc->handle = cpu_to_le32(TAG_ENCODE(idx)); in carm_fill_scan_channels()
724 ioc->data_addr = cpu_to_le32(msg_data); in carm_fill_scan_channels()
742 ioc->handle = cpu_to_le32(TAG_ENCODE(idx)); in carm_fill_get_fw_ver()
743 ioc->data_addr = cpu_to_le32(msg_data); in carm_fill_get_fw_ver()
907 msg->handle = cpu_to_le32(TAG_ENCODE(crq->tag)); in carm_rq_fn()
908 msg->lba = cpu_to_le32(blk_rq_pos(rq) & 0xffffffff); in carm_rq_fn()
916 carm_sg->start = cpu_to_le32(sg_dma_address(&crq->sg[i])); in carm_rq_fn()
917 carm_sg->len = cpu_to_le32(sg_dma_len(&crq->sg[i])); in carm_rq_fn()
1184 resp[idx].status = cpu_to_le32(0xffffffff); in carm_handle_responses()
1193 resp[idx].status = cpu_to_le32(0xffffffff); in carm_handle_responses()
1404 resp[i].status = cpu_to_le32(0xffffffff); in carm_init_responses()