Lines Matching defs:hdr
63 struct ti_sci_msg_hdr *hdr;
68 tx_message_size < sizeof(*hdr))
71 hdr = (struct ti_sci_msg_hdr *)tx_buf;
72 hdr->seq = ++message_sequence;
73 hdr->type = msg_type;
74 hdr->host = TI_SCI_HOST_ID;
75 hdr->flags = msg_flags;
78 hdr->flags |= TI_SCI_FLAG_REQ_ACK_ON_PROCESSED;
101 struct ti_sci_msg_hdr *hdr;
114 hdr = (struct ti_sci_msg_hdr *)msg->buf;
117 if (hdr->seq == message_sequence)
120 WARN("Message with sequence ID %u is not expected\n", hdr->seq);
133 if (!(hdr->flags & TI_SCI_FLAG_RESP_GENERIC_ACK))
192 struct ti_sci_msg_hdr hdr;
197 &hdr, sizeof(hdr),