Lines Matching refs:length
112 rq->vrq->flash.length = cpu_to_le32(datalen); 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()
177 sgc->length = payldlen; in esas2r_process_vda_ioctl()
187 rq->vrq->mgt.length = cpu_to_le32(datalen); in esas2r_process_vda_ioctl()
221 rq->vrq->cfg.length = cpu_to_le32(vi->cmd.cfg.data_length); in esas2r_process_vda_ioctl()
256 sgc->length = datalen; in esas2r_process_vda_ioctl()
295 le32_to_cpu(rq->func_rsp.mgt_rsp.length); in esas2r_complete_vda_ioctl()
351 u32 length) in esas2r_build_flash_req() argument
365 vrq->length = cpu_to_le32(length); in esas2r_build_flash_req()
377 u32 length, in esas2r_build_mgt_req() argument
389 vrq->length = cpu_to_le32(length); in esas2r_build_mgt_req()
391 if (vrq->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()
415 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()
450 u32 length, in esas2r_build_cli_req() argument
459 vrq->length = cpu_to_le32(length); in esas2r_build_cli_req()
467 u32 length, in esas2r_build_ioctl_req() argument
476 vrq->length = cpu_to_le32(length); in esas2r_build_ioctl_req()
485 u32 length, in esas2r_build_cfg_req() argument
495 vrq->length = cpu_to_le32(length); in esas2r_build_cfg_req()
500 memcpy(&vrq->data, data, length); in esas2r_build_cfg_req()