Lines Matching defs:variable
243 u32 variable[];
254 u8 variable[STATUS_VAR_LEN];
442 dst = (struct st_sgtable *)req->variable;
474 dst = (struct st_sgtable *)req->variable;
725 memset(&req->variable[0], 0, 8);
777 struct status_msg *resp, unsigned int variable)
781 memcpy(ccb->sense_buffer, resp->variable,
782 min(variable, ccb->sense_bufflen));
788 scsi_sg_copy_from_buffer(ccb->cmd, resp->variable, variable);
797 le32_to_cpu(*(__le32 *)&resp->variable[0]));