Lines Matching defs:nfc_llcp_local
63 struct nfc_llcp_local { struct
64 struct list_head list;
65 struct nfc_dev *dev;
67 struct kref ref;
69 struct mutex sdp_lock;
71 struct timer_list link_timer;
72 struct sk_buff_head tx_queue;
73 struct work_struct tx_work;
74 struct work_struct rx_work;
75 struct sk_buff *rx_pending;
76 struct work_struct timeout_work;
78 u32 target_idx;
79 u8 rf_mode;
80 u8 comm_mode;
81 u8 lto;
82 u8 rw;
83 __be16 miux;
84 unsigned long local_wks; /* Well known services */
85 unsigned long local_sdp; /* Local services */
86 unsigned long local_sap; /* Local SAPs, not available for discovery */
87 atomic_t local_sdp_cnt[LLCP_SDP_NUM_SAP];
90 u8 gb[NFC_MAX_GT_LEN];
91 u8 gb_len;
94 u8 remote_gb[NFC_MAX_GT_LEN];
118 struct nfc_llcp_local *local; argument