Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
nfc_llcp_local Struct Reference

#include <llcp.h>

Data Fields

struct list_head list
 
struct nfc_devdev
 
struct kref ref
 
struct mutex sdp_lock
 
struct timer_list link_timer
 
struct sk_buff_head tx_queue
 
struct work_struct tx_work
 
struct work_struct rx_work
 
struct sk_buffrx_pending
 
struct work_struct timeout_work
 
u32 target_idx
 
u8 rf_mode
 
u8 comm_mode
 
unsigned long local_wks
 
unsigned long local_sdp
 
unsigned long local_sap
 
atomic_t local_sdp_cnt [LLCP_SDP_NUM_SAP]
 
u8 gb [NFC_MAX_GT_LEN]
 
u8 gb_len
 
u8 remote_gb [NFC_MAX_GT_LEN]
 
u8 remote_gb_len
 
u8 remote_version
 
u16 remote_miu
 
u16 remote_lto
 
u8 remote_opt
 
u16 remote_wks
 
struct llcp_sock_list sockets
 
struct llcp_sock_list connecting_sockets
 
struct llcp_sock_list raw_sockets
 

Detailed Description

Definition at line 49 of file llcp.h.

Field Documentation

u8 comm_mode

Definition at line 66 of file llcp.h.

struct llcp_sock_list connecting_sockets

Definition at line 88 of file llcp.h.

Definition at line 51 of file llcp.h.

Definition at line 73 of file llcp.h.

u8 gb_len

Definition at line 74 of file llcp.h.

struct timer_list link_timer

Definition at line 57 of file llcp.h.

Definition at line 50 of file llcp.h.

unsigned long local_sap

Definition at line 69 of file llcp.h.

unsigned long local_sdp

Definition at line 68 of file llcp.h.

atomic_t local_sdp_cnt[LLCP_SDP_NUM_SAP]

Definition at line 70 of file llcp.h.

unsigned long local_wks

Definition at line 67 of file llcp.h.

struct llcp_sock_list raw_sockets

Definition at line 89 of file llcp.h.

struct kref ref

Definition at line 53 of file llcp.h.

u8 remote_gb[NFC_MAX_GT_LEN]

Definition at line 77 of file llcp.h.

u8 remote_gb_len

Definition at line 78 of file llcp.h.

u16 remote_lto

Definition at line 82 of file llcp.h.

u16 remote_miu

Definition at line 81 of file llcp.h.

u8 remote_opt

Definition at line 83 of file llcp.h.

u8 remote_version

Definition at line 80 of file llcp.h.

u16 remote_wks

Definition at line 84 of file llcp.h.

u8 rf_mode

Definition at line 65 of file llcp.h.

struct sk_buff* rx_pending

Definition at line 61 of file llcp.h.

Definition at line 60 of file llcp.h.

struct mutex sdp_lock

Definition at line 55 of file llcp.h.

Definition at line 87 of file llcp.h.

u32 target_idx

Definition at line 64 of file llcp.h.

struct work_struct timeout_work

Definition at line 62 of file llcp.h.

Definition at line 58 of file llcp.h.

Definition at line 59 of file llcp.h.


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