Searched refs:TXQ_OFLD (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 90 enum { TXQ_ETH, TXQ_OFLD, TXQ_CTRL }; enumerator 737 qs->txq[TXQ_OFLD].cntxt_id = FW_OFLD_SGEEC_START + id; in init_qset_cntxt() 1703 ret = check_desc_avail(adap, q, skb, ndesc, TXQ_OFLD); in ofld_xmit() 1744 struct sge_txq *q = &qs->txq[TXQ_OFLD]; in restart_offloadq() 1757 set_bit(TXQ_OFLD, &qs->txq_stopped); in restart_offloadq() 1761 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) in restart_offloadq() 1840 return ofld_xmit(adap, &qs->txq[TXQ_OFLD], skb); in t3_offload_tx() 1994 if (test_bit(TXQ_OFLD, &qs->txq_stopped) && in restart_tx() 1995 should_restart_tx(&qs->txq[TXQ_OFLD]) && in restart_tx() 1996 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) { in restart_tx() [all …]
|