Lines Matching defs:nfc_llcp_local
51 struct nfc_llcp_local { struct
52 struct list_head list;
53 struct nfc_dev *dev;
55 struct kref ref;
57 struct mutex sdp_lock;
59 struct timer_list link_timer;
60 struct sk_buff_head tx_queue;
61 struct work_struct tx_work;
62 struct work_struct rx_work;
63 struct sk_buff *rx_pending;
64 struct work_struct timeout_work;
66 u32 target_idx;
67 u8 rf_mode;
68 u8 comm_mode;
69 u8 lto;
70 u8 rw;
71 __be16 miux;
72 unsigned long local_wks; /* Well known services */
73 unsigned long local_sdp; /* Local services */
74 unsigned long local_sap; /* Local SAPs, not available for discovery */
75 atomic_t local_sdp_cnt[LLCP_SDP_NUM_SAP];
78 u8 gb[NFC_MAX_GT_LEN];
79 u8 gb_len;
82 u8 remote_gb[NFC_MAX_GT_LEN];
106 struct nfc_llcp_local *local; argument