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