Linux Kernel
3.7.1
|
Public Types | |
enum | { BCSP_W4_PKT_DELIMITER, BCSP_W4_PKT_START, BCSP_W4_BCSP_HDR, BCSP_W4_DATA, BCSP_W4_CRC } |
enum | { BCSP_ESCSTATE_NOESC, BCSP_ESCSTATE_ESC } |
Data Fields | |
struct sk_buff_head | unack |
struct sk_buff_head | rel |
struct sk_buff_head | unrel |
unsigned long | rx_count |
struct sk_buff * | rx_skb |
u8 | rxseq_txack |
u8 | rxack |
struct timer_list | tbcsp |
enum bcsp_struct:: { ... } | rx_state |
enum bcsp_struct:: { ... } | rx_esc_state |
u8 | use_crc |
u16 | message_crc |
u8 | txack_req |
u8 | msgq_txseq |
Definition at line 60 of file hci_bcsp.c.
anonymous enum |
Definition at line 71 of file hci_bcsp.c.
anonymous enum |
Definition at line 79 of file hci_bcsp.c.
u16 message_crc |
Definition at line 85 of file hci_bcsp.c.
u8 msgq_txseq |
Definition at line 89 of file hci_bcsp.c.
struct sk_buff_head rel |
Definition at line 62 of file hci_bcsp.c.
unsigned long rx_count |
Definition at line 65 of file hci_bcsp.c.
enum { ... } rx_esc_state |
Definition at line 66 of file hci_bcsp.c.
enum { ... } rx_state |
u8 rxack |
Definition at line 68 of file hci_bcsp.c.
u8 rxseq_txack |
Definition at line 67 of file hci_bcsp.c.
struct timer_list tbcsp |
Definition at line 69 of file hci_bcsp.c.
u8 txack_req |
Definition at line 86 of file hci_bcsp.c.
struct sk_buff_head unack |
Definition at line 61 of file hci_bcsp.c.
struct sk_buff_head unrel |
Definition at line 63 of file hci_bcsp.c.
u8 use_crc |
Definition at line 84 of file hci_bcsp.c.