Searched defs:nfc_llcp_local (Results 1 – 1 of 1) sorted by relevance
51 struct nfc_llcp_local { struct52 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;[all …]