Home
last modified time | relevance | path

Searched refs:pending_skb (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/nfc/st21nfca/
Di2c.c71 struct sk_buff *pending_skb; member
452 r = st21nfca_hci_i2c_read(phy, phy->pending_skb); in st21nfca_hci_irq_thread_fn()
474 kfree_skb(phy->pending_skb); in st21nfca_hci_irq_thread_fn()
481 nfc_hci_recv_frame(phy->hdev, phy->pending_skb); in st21nfca_hci_irq_thread_fn()
484 kfree_skb(phy->pending_skb); in st21nfca_hci_irq_thread_fn()
487 phy->pending_skb = alloc_skb(ST21NFCA_HCI_LLC_MAX_SIZE * 2, GFP_KERNEL); in st21nfca_hci_irq_thread_fn()
488 if (phy->pending_skb == NULL) { in st21nfca_hci_irq_thread_fn()
530 phy->pending_skb = alloc_skb(ST21NFCA_HCI_LLC_MAX_SIZE * 2, GFP_KERNEL); in st21nfca_hci_i2c_probe()
531 if (phy->pending_skb == NULL) in st21nfca_hci_i2c_probe()
/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmc91x.c255 struct sk_buff *pending_skb; in smc_reset() local
263 pending_skb = lp->pending_tx_skb; in smc_reset()
268 if (pending_skb) { in smc_reset()
269 dev_kfree_skb(pending_skb); in smc_reset()
382 struct sk_buff *pending_skb; in smc_shutdown() local
390 pending_skb = lp->pending_tx_skb; in smc_shutdown()
393 if (pending_skb) in smc_shutdown()
394 dev_kfree_skb(pending_skb); in smc_shutdown()