Searched refs:rt2x00queue_alloc_rxskb (Results 1 – 3 of 3) sorted by relevance
94 struct sk_buff *rt2x00queue_alloc_rxskb(struct queue_entry *entry, gfp_t gfp);
23 struct sk_buff *rt2x00queue_alloc_rxskb(struct queue_entry *entry, gfp_t gfp) in rt2x00queue_alloc_rxskb() function1155 skb = rt2x00queue_alloc_rxskb(&queue->entries[i], GFP_KERNEL); in rt2x00queue_alloc_rxskbs()
757 skb = rt2x00queue_alloc_rxskb(entry, gfp); in rt2x00lib_rxdone()