Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wan/
H A Dfarsync.c53 #define FST_TXQ_DEPTH 16 /* This one is for the buffering macro
439 struct sk_buff *txq[FST_TXQ_DEPTH]; /* The queue */
1354 txq_length = txq_length + FST_TXQ_DEPTH; in do_bottom_half_tx()
1364 if (port->txqs == FST_TXQ_DEPTH) { in do_bottom_half_tx()
2303 txq_length = txq_length + FST_TXQ_DEPTH; in fst_start_xmit()
2315 if (txq_length == FST_TXQ_DEPTH - 1) { in fst_start_xmit()
2332 if (port->txqe == FST_TXQ_DEPTH) in fst_start_xmit()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds