Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dnicstar.c238 static void recycle_iov_buf(ns_dev *card, struct sk_buff *iovb);
303 struct sk_buff *iovb; in nicstar_remove_one() local
335 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() local
849 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() local
946 while ((iovb = skb_dequeue(&card->iovpool.queue)) != NULL) in ns_init_card_error()
[all …]