Lines Matching refs:TXQ_ETH
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()
2053 …kthread_create(PRI_NONE, 0, NULL, cxgb_make_task, &q->txq[TXQ_ETH].qreclaim_task, NULL, "cxgb_make… in t3_sge_alloc_qset()
2068 q->txq[TXQ_ETH].stop_thres = nports * in t3_sge_alloc_qset()
2096 ret = -t3_sge_init_ecntxt(sc, q->txq[TXQ_ETH].cntxt_id, USE_GTS, in t3_sge_alloc_qset()
2097 SGE_CNTXT_ETH, id, q->txq[TXQ_ETH].phys_addr, in t3_sge_alloc_qset()
2098 q->txq[TXQ_ETH].size, q->txq[TXQ_ETH].token, in t3_sge_alloc_qset()
2341 clear_bit(TXQ_RUNNING, &qs->txq[TXQ_ETH].flags); in handle_rsp_cntrl_info()
2345 qs->txq[TXQ_ETH].processed += credits; in handle_rsp_cntrl_info()
2346 if (desc_reclaimable(&qs->txq[TXQ_ETH]) > TX_START_MAX_DESC) in handle_rsp_cntrl_info()