Home
last modified time | relevance | path

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

/linux/drivers/atm/
H A Dnicstar.c143 static void recycle_iov_buf(ns_dev * card, struct sk_buff *iovb);
205 struct sk_buff *iovb; in nicstar_remove_one() local
237 while ((iovb = skb_dequeue(&card->iovpool.queue)) != NULL) { in nicstar_remove_one()
238 dev_kfree_skb_any(iovb); in nicstar_remove_one()
744 struct sk_buff *iovb; in ns_init_card() local
745 iovb = alloc_skb(NS_IOVBUFSIZE, GFP_KERNEL); in ns_init_card()
746 if (iovb == NULL) { in ns_init_card()
754 NS_PRV_BUFTYPE(iovb) = BUF_NONE; in ns_init_card()
755 skb_queue_tail(&card->iovpool.queue, iovb); in ns_init_card()
823 struct sk_buff *iovb; in ns_init_card_error() local
[all …]