Searched refs:gb_frame (Results 1 – 1 of 1) sorted by relevance
206 struct hdlc_greybus_frame *gb_frame = (struct hdlc_greybus_frame *)buf; in hdlc_rx_greybus_frame() local207 u16 cport_id = le16_to_cpu(gb_frame->cport); in hdlc_rx_greybus_frame()208 u16 gb_msg_len = le16_to_cpu(gb_frame->hdr.size); in hdlc_rx_greybus_frame()211 gb_frame->hdr.operation_id, gb_frame->hdr.type, cport_id, gb_frame->hdr.result); in hdlc_rx_greybus_frame()213 greybus_data_rcvd(bg->gb_hd, cport_id, (u8 *)&gb_frame->hdr, gb_msg_len); in hdlc_rx_greybus_frame()