Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Types | Data Fields
bcsp_struct Struct Reference

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_buffrx_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
 

Detailed Description

Definition at line 60 of file hci_bcsp.c.

Member Enumeration Documentation

anonymous enum
Enumerator:
BCSP_W4_PKT_DELIMITER 
BCSP_W4_PKT_START 
BCSP_W4_BCSP_HDR 
BCSP_W4_DATA 
BCSP_W4_CRC 

Definition at line 71 of file hci_bcsp.c.

anonymous enum
Enumerator:
BCSP_ESCSTATE_NOESC 
BCSP_ESCSTATE_ESC 

Definition at line 79 of file hci_bcsp.c.

Field Documentation

u16 message_crc

Definition at line 85 of file hci_bcsp.c.

u8 msgq_txseq

Definition at line 89 of file hci_bcsp.c.

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
struct sk_buff* rx_skb

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.

Definition at line 69 of file hci_bcsp.c.

u8 txack_req

Definition at line 86 of file hci_bcsp.c.

Definition at line 61 of file hci_bcsp.c.

Definition at line 63 of file hci_bcsp.c.

u8 use_crc

Definition at line 84 of file hci_bcsp.c.


The documentation for this struct was generated from the following file: