Lines Matching refs:sge
119 firstsg = rq->vrq->flash.data.file.sge; in esas2r_process_vda_ioctl()
130 firstsg = rq->vrq->cli.sge; in esas2r_process_vda_ioctl()
194 firstsg = rq->vrq->mgt.sge; in esas2r_process_vda_ioctl()
363 data.sge); in esas2r_build_flash_req()
394 struct atto_vda_mgmt_req, sge); in esas2r_build_mgt_req()
396 vrq->sge[0].length = cpu_to_le32(SGE_LAST | length); in esas2r_build_mgt_req()
397 vrq->sge[0].address = cpu_to_le64( in esas2r_build_mgt_req()
432 (u8)offsetof(struct atto_vda_ae_req, sge); in esas2r_build_ae_req()
433 vrq->sge[0].length = cpu_to_le32(SGE_LAST | vrq->length); in esas2r_build_ae_req()
434 vrq->sge[0].address = cpu_to_le64( in esas2r_build_ae_req()
461 vrq->sg_list_offset = (u8)offsetof(struct atto_vda_cli_req, sge); in esas2r_build_cli_req()
478 vrq->sg_list_offset = (u8)offsetof(struct atto_vda_ioctl_req, sge); in esas2r_build_ioctl_req()