Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c262 txq = &qs->txq[TXQ_ETH]; in check_pkt_coalesce()
388 if (isset(&qs->txq_stopped, TXQ_ETH)) in reclaim_completed_tx()
593 q->txq_size[TXQ_ETH] = TX_ETH_Q_SIZE; in t3_sge_prep()
1372 txq = &qs->txq[TXQ_ETH]; in t3_encap()
1654 reclaim_completed_tx(qs, 0, TXQ_ETH); in cxgb_start_locked()
1991 reclaim_completed_tx(q, 0, TXQ_ETH); in t3_free_qset()
1992 if (q->txq[TXQ_ETH].txq_mr != NULL) in t3_free_qset()
1995 ifq_delete(q->txq[TXQ_ETH].txq_ifq); in t3_free_qset()
2499 q->txq[TXQ_ETH].stop_thres = nports * in t3_sge_alloc_qset()
2555 q->txq[TXQ_ETH].size, q->txq[TXQ_ETH].token, in t3_sge_alloc_qset()
[all …]
H A Dcxgb_adapter.h150 enum { TXQ_ETH = 0, enumerator
H A Dcxgb_main.c1102 struct sge_txq *txq = &qs->txq[TXQ_ETH]; in cxgb_port_detach()
1728 struct sge_txq *txq = &qs->txq[TXQ_ETH]; in cxgb_init_locked()
2249 drops += sc->sge.qs[i].txq[TXQ_ETH].txq_mr->br_drops; in cxgb_get_counter()