Searched refs:TXQ_ETH (Results 1 – 3 of 3) sorted by relevance
405 q->txq_size[TXQ_ETH] = TX_ETH_Q_SIZE; in t3_sge_prep()691 reclaim_eth = txq[TXQ_ETH].processed - txq[TXQ_ETH].cleaned; in sge_timer_cb()820 txq = &qs->txq[TXQ_ETH]; in sge_timer_reclaim()865 qs->txq[TXQ_ETH].cntxt_id = FW_TUNNEL_SGEEC_START + id; in init_qset_cntxt()866 qs->txq[TXQ_ETH].token = FW_TUNNEL_TID_START + id; in init_qset_cntxt()1183 txq = &qs->txq[TXQ_ETH]; in t3_encap()2038 q->txq[TXQ_ETH].port = pi; in t3_sge_alloc_qset()2050 q->txq[TXQ_ETH].qreclaim_task.name = "sge_txq_reclaim_handler"; in t3_sge_alloc_qset()2051 q->txq[TXQ_ETH].qreclaim_task.func = sge_txq_reclaim_handler; in t3_sge_alloc_qset()2052 q->txq[TXQ_ETH].qreclaim_task.context = &q->txq[TXQ_ETH]; in t3_sge_alloc_qset()[all …]
1391 txq = &qs->txq[TXQ_ETH]; in cxgb_start_tx()1465 txq = &qs->txq[TXQ_ETH]; in cxgb_start_proc()1484 txq = &qs->txq[TXQ_ETH]; in cxgb_start()
155 enum { TXQ_ETH, TXQ_OFLD, TXQ_CTRL }; enumerator