Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wan/
H A Dfarsync.c52 #define FST_TXQ_DEPTH 16 /* This one is for the buffering macro
439 struct sk_buff *txq[FST_TXQ_DEPTH]; /* The queue */
1310 txq_length = txq_length + FST_TXQ_DEPTH; in do_bottom_half_tx()
1319 if (port->txqs == FST_TXQ_DEPTH) in do_bottom_half_tx()
2238 txq_length = txq_length + FST_TXQ_DEPTH; in fst_start_xmit()
2249 if (txq_length == FST_TXQ_DEPTH - 1) { in fst_start_xmit()
2264 if (port->txqe == FST_TXQ_DEPTH) in fst_start_xmit()