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