Lines Matching defs:length
112 rq->vrq->flash.length = cpu_to_le32(datalen);
128 rq->vrq->cli.length = cpu_to_le32(datalen);
168 /* Setup the length so building the payload SGL works */
169 rq->vrq->mgt.length = cpu_to_le32(datalen);
177 sgc->length = payldlen;
187 rq->vrq->mgt.length = cpu_to_le32(datalen);
221 rq->vrq->cfg.length = cpu_to_le32(vi->cmd.cfg.data_length);
256 sgc->length = datalen;
295 le32_to_cpu(rq->func_rsp.mgt_rsp.length);
351 u32 length)
365 vrq->length = cpu_to_le32(length);
377 u32 length,
389 vrq->length = cpu_to_le32(length);
391 if (vrq->length) {
396 vrq->sge[0].length = cpu_to_le32(SGE_LAST | length);
404 vrq->prde[0].ctl_len = cpu_to_le32(length);
415 length);
428 vrq->length = cpu_to_le32(sizeof(struct atto_vda_ae_data));
433 vrq->sge[0].length = cpu_to_le32(SGE_LAST | vrq->length);
440 vrq->prde[0].ctl_len = cpu_to_le32(vrq->length);
450 u32 length,
459 vrq->length = cpu_to_le32(length);
467 u32 length,
476 vrq->length = cpu_to_le32(length);
485 u32 length,
495 vrq->length = cpu_to_le32(length);
500 memcpy(&vrq->data, data, length);