Searched refs:iovb (Results 1 – 1 of 1) sorted by relevance
238 static void recycle_iov_buf(ns_dev *card, struct sk_buff *iovb);303 struct sk_buff *iovb; in nicstar_remove_one() local335 while ((iovb = skb_dequeue(&card->iovpool.queue)) != NULL) in nicstar_remove_one()337 dev_kfree_skb_any(iovb); in nicstar_remove_one()848 struct sk_buff *iovb; in ns_init_card() local849 iovb = alloc_skb(NS_IOVBUFSIZE, GFP_KERNEL); in ns_init_card()850 if (iovb == NULL) in ns_init_card()858 skb_queue_tail(&card->iovpool.queue, iovb); in ns_init_card()945 struct sk_buff *iovb; in ns_init_card_error() local946 while ((iovb = skb_dequeue(&card->iovpool.queue)) != NULL) in ns_init_card_error()[all …]