Home
last modified time | relevance | path

Searched refs:RX_MIN_TARGET (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/
Dxen-netfront.c108 #define RX_MIN_TARGET 8 macro
1749 if (target < RX_MIN_TARGET) in store_rxbuf_min()
1750 target = RX_MIN_TARGET; in store_rxbuf_min()
1792 if (target < RX_MIN_TARGET) in store_rxbuf_max()
1793 target = RX_MIN_TARGET; in store_rxbuf_max()