Lines Matching defs:agg_free
2201 struct rx_agg *agg, *agg_next, *agg_free = NULL;
2208 if (!agg_free) {
2210 agg_free = agg;
2223 if (!agg_free && atomic_read(&tp->rx_count) < tp->rx_pending)
2224 agg_free = alloc_rx_agg(tp, mflags);
2226 return agg_free;
2264 struct rx_agg *agg, *agg_free;
2276 agg_free = rtl_get_free_rx(tp, GFP_ATOMIC);
2303 if (!agg_free || tp->rx_copybreak > pkt_len)
2345 WARN_ON(!agg_free && page_count(agg->page) > 1);
2347 if (agg_free) {
2350 list_add(&agg_free->list, &tp->rx_used);
2353 agg = agg_free;