Lines Matching defs:agg_free
2493 struct rx_agg *agg, *agg_next, *agg_free = NULL;
2500 if (!agg_free) {
2502 agg_free = agg;
2515 if (!agg_free && atomic_read(&tp->rx_count) < tp->rx_pending)
2516 agg_free = alloc_rx_agg(tp, mflags);
2518 return agg_free;
2557 struct rx_agg *agg, *agg_free;
2578 agg_free = rtl_get_free_rx(tp, GFP_ATOMIC);
2603 if (!agg_free || tp->rx_copybreak > pkt_len)
2645 WARN_ON(!agg_free && page_count(agg->page) > 1);
2647 if (agg_free) {
2650 list_add(&agg_free->list, &tp->rx_used);
2653 agg = agg_free;