Searched refs:iovb (Results 1 – 1 of 1) sorted by relevance
141 static void recycle_iov_buf(ns_dev * card, struct sk_buff *iovb);201 struct sk_buff *iovb; in nicstar_remove_one() local233 while ((iovb = skb_dequeue(&card->iovpool.queue)) != NULL) { in nicstar_remove_one()234 dev_kfree_skb_any(iovb); in nicstar_remove_one()731 struct sk_buff *iovb; in ns_init_card() local732 iovb = alloc_skb(NS_IOVBUFSIZE, GFP_KERNEL); in ns_init_card()733 if (iovb == NULL) { in ns_init_card()741 NS_PRV_BUFTYPE(iovb) = BUF_NONE; in ns_init_card()742 skb_queue_tail(&card->iovpool.queue, iovb); in ns_init_card()819 struct sk_buff *iovb; in ns_init_card_error() local[all …]