Searched refs:agg_free (Results 1 – 1 of 1) sorted by relevance
2496 struct rx_agg *agg, *agg_next, *agg_free = NULL; in rtl_get_free_rx() local2503 if (!agg_free) { in rtl_get_free_rx()2505 agg_free = agg; in rtl_get_free_rx()2519 agg_free = alloc_rx_agg(tp, mflags); in rtl_get_free_rx()2521 return agg_free; in rtl_get_free_rx()2560 struct rx_agg *agg, *agg_free; in rx_bottom() local2581 agg_free = rtl_get_free_rx(tp, GFP_ATOMIC); in rx_bottom()2608 if (!agg_free || tp->rx_copybreak > len) in rx_bottom()2683 if (agg_free) { in rx_bottom()2686 list_add(&agg_free->list, &tp->rx_used); in rx_bottom()[all …]