Searched defs:bcsp_struct (Results 1 – 1 of 1) sorted by relevance
43 struct bcsp_struct { struct44 struct sk_buff_head unack; /* Unack'ed packets queue */45 struct sk_buff_head rel; /* Reliable packets queue */46 struct sk_buff_head unrel; /* Unreliable packets queue */48 unsigned long rx_count;49 struct sk_buff *rx_skb;50 u8 rxseq_txack; /* rxseq == txack. */51 u8 rxack; /* Last packet sent by us that the peer ack'ed */52 struct timer_list tbcsp;53 struct hci_uart *hu;[all …]