Lines Matching defs:pending_skb
58 struct sk_buff *pending_skb;
433 r = st21nfca_hci_i2c_read(phy, phy->pending_skb);
455 kfree_skb(phy->pending_skb);
462 nfc_hci_recv_frame(phy->hdev, phy->pending_skb);
465 kfree_skb(phy->pending_skb);
468 phy->pending_skb = alloc_skb(ST21NFCA_HCI_LLC_MAX_SIZE * 2, GFP_KERNEL);
469 if (phy->pending_skb == NULL) {
507 phy->pending_skb = alloc_skb(ST21NFCA_HCI_LLC_MAX_SIZE * 2, GFP_KERNEL);
508 if (phy->pending_skb == NULL)
560 kfree_skb(phy->pending_skb);
572 kfree_skb(phy->pending_skb);