Searched refs:TXQ_OFLD (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 90 enum { TXQ_ETH, TXQ_OFLD, TXQ_CTRL }; enumerator 733 qs->txq[TXQ_OFLD].cntxt_id = FW_OFLD_SGEEC_START + id; in init_qset_cntxt() 1652 ret = check_desc_avail(adap, q, skb, ndesc, TXQ_OFLD); in ofld_xmit() 1687 struct sge_txq *q = &qs->txq[TXQ_OFLD]; in restart_offloadq() 1699 set_bit(TXQ_OFLD, &qs->txq_stopped); in restart_offloadq() 1703 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) in restart_offloadq() 1775 return ofld_xmit(adap, &qs->txq[TXQ_OFLD], skb); in t3_offload_tx() 1929 if (test_bit(TXQ_OFLD, &qs->txq_stopped) && in restart_tx() 1930 should_restart_tx(&qs->txq[TXQ_OFLD]) && in restart_tx() 1931 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) { in restart_tx() [all …]
|