ace_cmd_hdr
struct ace_cmd_hdr hdr;
static inline void init_cmd_hdr(struct ace_cmd_hdr *hdr)
memset(hdr, 0, sizeof(struct ace_cmd_hdr));
struct ace_cmd_hdr *hdr = &cmd->hdr;
struct ace_cmd_hdr *cmd_hdr = &cmd->hdr;