Searched refs:agg_free (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/usb/
H A Dr8152.c2494 struct rx_agg *agg, *agg_next, *agg_free = NULL; local
2501 if (!agg_free) {
2503 agg_free = agg;
2516 if (!agg_free && atomic_read(&tp->rx_count) < tp->rx_pending)
2517 agg_free = alloc_rx_agg(tp, mflags);
2519 return agg_free;
2558 struct rx_agg *agg, *agg_free; local
2579 agg_free = rtl_get_free_rx(tp, GFP_ATOMIC);
2606 if (!agg_free || tp->rx_copybreak > len)
2679 WARN_ON(!agg_free
[all...]

Completed in 128 milliseconds