Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/
Dfarsync.c62 #define FST_TXQ_DEPTH 16 /* This one is for the buffering macro
442 struct sk_buff *txq[FST_TXQ_DEPTH]; /* The queue */
1382 txq_length = txq_length + FST_TXQ_DEPTH; in do_bottom_half_tx()
1392 if (port->txqs == FST_TXQ_DEPTH) { in do_bottom_half_tx()
2338 txq_length = txq_length + FST_TXQ_DEPTH; in fst_start_xmit()
2350 if (txq_length == FST_TXQ_DEPTH - 1) { in fst_start_xmit()
2367 if (port->txqe == FST_TXQ_DEPTH) in fst_start_xmit()