Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dnicstar.c2415 struct sk_buff *new_hb; in dequeue_rx() local
2416 if ((new_hb = dev_alloc_skb(NS_HBUFSIZE)) != NULL) in dequeue_rx()
2418 skb_queue_tail(&card->hbpool.queue, new_hb); in dequeue_rx()
2426 struct sk_buff *new_hb; in dequeue_rx() local
2427 if ((new_hb = dev_alloc_skb(NS_HBUFSIZE)) != NULL) in dequeue_rx()
2429 skb_queue_tail(&card->hbpool.queue, new_hb); in dequeue_rx()
2434 if ((new_hb = dev_alloc_skb(NS_HBUFSIZE)) != NULL) in dequeue_rx()
2436 skb_queue_tail(&card->hbpool.queue, new_hb); in dequeue_rx()