Searched defs:h5 (Results 1 – 1 of 1) sorted by relevance
72 struct h5 { struct74 struct hci_uart serdev_hu;76 struct sk_buff_head unack; /* Unack'ed packets queue */77 struct sk_buff_head rel; /* Reliable packets queue */78 struct sk_buff_head unrel; /* Unreliable packets queue */80 unsigned long flags;82 struct sk_buff *rx_skb; /* Receive buffer */83 size_t rx_pending; /* Expecting more bytes */107 const struct h5_vnd *vnd; argument115 int (*setup)(struct h5 *h5); argument[all …]