Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c90 enum { TXQ_ETH, TXQ_OFLD, TXQ_CTRL }; enumerator
1249 set_bit(TXQ_ETH, &qs->txq_stopped); in t3_stop_tx_queue()
1282 q = &qs->txq[TXQ_ETH]; in t3_eth_xmit()
1987 if (test_bit(TXQ_ETH, &qs->txq_stopped) && in restart_tx()
1990 qs->txq[TXQ_ETH].restarts++; in restart_tx()
2227 qs->txq[TXQ_ETH].processed += credits; in handle_rsp_cntrl_info()
2256 struct sge_txq *txq = &qs->txq[TXQ_ETH]; in check_ring_db()
2929 tbd[TXQ_ETH] = reclaim_completed_tx(adap, &qs->txq[TXQ_ETH], in sge_timer_tx()
3098 q->txq[TXQ_ETH].stop_thres = nports * in t3_sge_alloc_qset()
3141 q->txq[TXQ_ETH].size, q->txq[TXQ_ETH].token, in t3_sge_alloc_qset()
[all …]