Lines Matching refs:llc_nop
12 struct llc_nop {
26 struct llc_nop *llc_nop;
31 llc_nop = kzalloc(sizeof(struct llc_nop), GFP_KERNEL);
32 if (llc_nop == NULL)
35 llc_nop->hdev = hdev;
36 llc_nop->xmit_to_drv = xmit_to_drv;
37 llc_nop->rcv_to_hci = rcv_to_hci;
38 llc_nop->tx_headroom = tx_headroom;
39 llc_nop->tx_tailroom = tx_tailroom;
40 llc_nop->llc_failure = llc_failure;
42 return llc_nop;
62 struct llc_nop *llc_nop = nfc_llc_get_data(llc);
64 llc_nop->rcv_to_hci(llc_nop->hdev, skb);
69 struct llc_nop *llc_nop = nfc_llc_get_data(llc);
71 return llc_nop->xmit_to_drv(llc_nop->hdev, skb);