Home
last modified time | relevance | path

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

/drivers/atm/
Dnicstar.c2354 struct sk_buff *new_hb; in dequeue_rx() local
2355 if ((new_hb = dev_alloc_skb(NS_HBUFSIZE)) != NULL) in dequeue_rx()
2357 skb_queue_tail(&card->hbpool.queue, new_hb); in dequeue_rx()
2366 struct sk_buff *new_hb; in dequeue_rx() local
2367 if ((new_hb = dev_alloc_skb(NS_HBUFSIZE)) != NULL) in dequeue_rx()
2369 NS_SKB_CB(new_hb)->buf_type = BUF_NONE; in dequeue_rx()
2370 skb_queue_tail(&card->hbpool.queue, new_hb); in dequeue_rx()
2375 if ((new_hb = dev_alloc_skb(NS_HBUFSIZE)) != NULL) in dequeue_rx()
2377 NS_SKB_CB(new_hb)->buf_type = BUF_NONE; in dequeue_rx()
2378 skb_queue_tail(&card->hbpool.queue, new_hb); in dequeue_rx()