Searched defs:gsm_msg (Results 1 – 1 of 1) sorted by relevance
122 struct gsm_msg { struct123 struct list_head list;124 u8 addr; /* DLCI address + flags */125 u8 ctrl; /* Control byte + flags */126 unsigned int len; /* Length of data block (can be zero) */127 u8 *data; /* Points into buffer but not at the start */128 u8 buffer[];