Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_tx.c553 if (likely(wqebb_cnt > txq->tx_stop_thrs)) in hinic3_send_one_skb()
554 txq->tx_stop_thrs = min(wqebb_cnt, txq->tx_start_thrs); in hinic3_send_one_skb()
595 txq->tx_stop_thrs, in hinic3_send_one_skb()
741 txq->tx_stop_thrs = min(HINIC3_DEFAULT_STOP_THRS, in hinic3_configure_txqs()
H A Dhinic3_tx.h133 u16 tx_stop_thrs; member