Lines Matching refs:pending_skb
60 struct sk_buff *pending_skb; member
441 r = st21nfca_hci_i2c_read(phy, phy->pending_skb); in st21nfca_hci_irq_thread_fn()
463 kfree_skb(phy->pending_skb); in st21nfca_hci_irq_thread_fn()
470 nfc_hci_recv_frame(phy->hdev, phy->pending_skb); in st21nfca_hci_irq_thread_fn()
473 kfree_skb(phy->pending_skb); in st21nfca_hci_irq_thread_fn()
476 phy->pending_skb = alloc_skb(ST21NFCA_HCI_LLC_MAX_SIZE * 2, GFP_KERNEL); in st21nfca_hci_irq_thread_fn()
477 if (phy->pending_skb == NULL) { in st21nfca_hci_irq_thread_fn()
519 phy->pending_skb = alloc_skb(ST21NFCA_HCI_LLC_MAX_SIZE * 2, GFP_KERNEL); in st21nfca_hci_i2c_probe()
520 if (phy->pending_skb == NULL) in st21nfca_hci_i2c_probe()
572 kfree_skb(phy->pending_skb); in st21nfca_hci_i2c_probe()
586 if (phy->pending_skb) in st21nfca_hci_i2c_remove()
587 kfree_skb(phy->pending_skb); in st21nfca_hci_i2c_remove()