Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Dfarsync.c57 #define FST_TXQ_DEPTH 16 /* This one is for the buffering macro
443 struct sk_buff *txq[FST_TXQ_DEPTH]; /* The queue */
1358 txq_length = txq_length + FST_TXQ_DEPTH; in do_bottom_half_tx()
1368 if (port->txqs == FST_TXQ_DEPTH) { in do_bottom_half_tx()
2307 txq_length = txq_length + FST_TXQ_DEPTH; in fst_start_xmit()
2319 if (txq_length == FST_TXQ_DEPTH - 1) { in fst_start_xmit()
2336 if (port->txqe == FST_TXQ_DEPTH) in fst_start_xmit()