Lines Matching refs:llc
136 layers such as an llc to store the frame for re-emission, this function must
148 A new llc must implement the following functions:
155 void (*deinit) (struct nfc_llc *llc);
156 int (*start) (struct nfc_llc *llc);
157 int (*stop) (struct nfc_llc *llc);
158 void (*rcv_from_drv) (struct nfc_llc *llc, struct sk_buff *skb);
159 int (*xmit_from_hci) (struct nfc_llc *llc, struct sk_buff *skb);
169 The llc must be registered with nfc before it can be used. Do that by
172 Again, note that the llc does not handle the physical link. It is thus very
173 easy to mix any physical link with any llc for a given chip driver.
187 the current llc. In case of shdlc, the frame is queued in shdlc rx queue.