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