Searched refs:ace_cmd_hdr (Results 1 – 1 of 1) sorted by relevance
84 struct ace_cmd_hdr { struct106 struct ace_cmd_hdr hdr; argument187 static inline void init_cmd_hdr(struct ace_cmd_hdr *hdr) in init_cmd_hdr()189 memset(hdr, 0, sizeof(struct ace_cmd_hdr)); in init_cmd_hdr()201 struct ace_cmd_hdr *hdr = &cmd->hdr; in construct_command()232 struct ace_cmd_hdr *cmd_hdr = &cmd->hdr; in mei_ace_send()