Searched defs:h5 (Results 1 – 1 of 1) sorted by relevance
57 struct h5 { struct59 struct hci_uart serdev_hu;61 struct sk_buff_head unack; /* Unack'ed packets queue */62 struct sk_buff_head rel; /* Reliable packets queue */63 struct sk_buff_head unrel; /* Unreliable packets queue */65 unsigned long flags;67 struct sk_buff *rx_skb; /* Receive buffer */68 size_t rx_pending; /* Expecting more bytes */92 const struct h5_vnd *vnd; argument100 int (*setup)(struct h5 *h5); argument[all …]