Home
last modified time | relevance | path

Searched refs:mux_header (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/staging/gdm724x/
H A Dgdm_mux.c143 struct mux_pkt_header *mux_header; in up_to_host() local
154 mux_header = (struct mux_pkt_header *)(r->buf + in up_to_host()
156 start_flag = __le32_to_cpu(mux_header->start_flag); in up_to_host()
157 payload_size = __le32_to_cpu(mux_header->payload_size); in up_to_host()
158 packet_type = __le16_to_cpu(mux_header->packet_type); in up_to_host()
179 ret = r->callback(mux_header->data, in up_to_host()
347 struct mux_pkt_header *mux_header; in gdm_mux_send() local
371 mux_header = (struct mux_pkt_header *)t->buf; in gdm_mux_send()
372 mux_header->start_flag = __cpu_to_le32(START_FLAG); in gdm_mux_send()
373 mux_header->seq_num = __cpu_to_le32(seq_num++); in gdm_mux_send()
[all …]