Searched defs:status_msg (Results 1 – 2 of 2) sorted by relevance
228 struct status_msg { struct229 __le16 tag;230 u8 lun;231 u8 target;232 u8 srb_status;233 u8 scsi_status;234 u8 reserved;235 u8 payload_sz; /* payload size in 4-byte */236 u8 variable[STATUS_VAR_LEN];
70 struct cros_ec_command *status_msg; in send_command() local