Lines Matching refs:cpu_to_le32

112 		rq->vrq->flash.length = cpu_to_le32(datalen);  in esas2r_process_vda_ioctl()
127 cpu_to_le32(vi->cmd.cli.cmd_rsp_len); in esas2r_process_vda_ioctl()
128 rq->vrq->cli.length = cpu_to_le32(datalen); in esas2r_process_vda_ioctl()
169 rq->vrq->mgt.length = cpu_to_le32(datalen); in esas2r_process_vda_ioctl()
173 cpu_to_le32(payldlen); in esas2r_process_vda_ioctl()
187 rq->vrq->mgt.length = cpu_to_le32(datalen); in esas2r_process_vda_ioctl()
201 cpu_to_le32(vi->cmd.mgt.dev_index); in esas2r_process_vda_ioctl()
221 rq->vrq->cfg.length = cpu_to_le32(vi->cmd.cfg.data_length); in esas2r_process_vda_ioctl()
308 cpu_to_le32(sizeof(struct atto_vda_cfg_init)); in esas2r_complete_vda_ioctl()
365 vrq->length = cpu_to_le32(length); in esas2r_build_flash_req()
366 vrq->flash_addr = cpu_to_le32(addr); in esas2r_build_flash_req()
389 vrq->length = cpu_to_le32(length); in esas2r_build_mgt_req()
396 vrq->sge[0].length = cpu_to_le32(SGE_LAST | length); in esas2r_build_mgt_req()
404 vrq->prde[0].ctl_len = cpu_to_le32(length); in esas2r_build_mgt_req()
428 vrq->length = cpu_to_le32(sizeof(struct atto_vda_ae_data)); in esas2r_build_ae_req()
433 vrq->sge[0].length = cpu_to_le32(SGE_LAST | vrq->length); in esas2r_build_ae_req()
440 vrq->prde[0].ctl_len = cpu_to_le32(vrq->length); in esas2r_build_ae_req()
459 vrq->length = cpu_to_le32(length); in esas2r_build_cli_req()
460 vrq->cmd_rsp_len = cpu_to_le32(cmd_rsp_len); in esas2r_build_cli_req()
476 vrq->length = cpu_to_le32(length); in esas2r_build_ioctl_req()
495 vrq->length = cpu_to_le32(length); in esas2r_build_cfg_req()