Searched refs:new_hb (Results 1 – 1 of 1) sorted by relevance
2415 struct sk_buff *new_hb; in dequeue_rx() local2416 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() local2427 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()