Home
last modified time | relevance | path

Searched refs:sge_eth_txq (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h257 struct sge_eth_txq { struct
273 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; argument
536 int t4vf_sge_alloc_eth_txq(struct adapter *, struct sge_eth_txq *,
Dcxgb4vf_main.c477 struct sge_eth_txq *txq; in fwevtq_handler()
499 txq = container_of(tq, struct sge_eth_txq, q); in fwevtq_handler()
574 struct sge_eth_txq *txq = &s->ethtxq[pi->first_qset]; in setup_sge_queues()
605 struct sge_eth_txq *txq = &s->ethtxq[pi->first_qset]; in setup_sge_queues()
1585 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[pi->first_qset]; in collect_sge_port_stats()
1754 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[r * QPL]; in sge_qinfo_show()
1911 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[r * QPL]; in sge_qstats_show()
2473 struct sge_eth_txq *txq = &s->ethtxq[qs]; in cfg_queues()
Dsge.c1138 static void txq_stop(struct sge_eth_txq *txq) in txq_stop()
1169 struct sge_eth_txq *txq; in t4vf_eth_xmit()
2128 struct sge_eth_txq *txq = &s->ethtxq[i]; in sge_tx_timer_cb()
2391 int t4vf_sge_alloc_eth_txq(struct adapter *adapter, struct sge_eth_txq *txq, in t4vf_sge_alloc_eth_txq()
2543 struct sge_eth_txq *txq = s->ethtxq; in t4vf_free_sge_resources()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h604 struct sge_eth_txq { /* state for an SGE Ethernet Tx queue */ struct
634 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; argument
1107 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq,
Dsge.c1085 static void eth_txq_stop(struct sge_eth_txq *q) in eth_txq_stop()
1145 struct sge_eth_txq *q; in t4_eth_xmit()
2393 struct sge_eth_txq *q = &s->ethtxq[i]; in sge_tx_timer_cb()
2637 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq, in t4_sge_alloc_eth_txq()
2870 struct sge_eth_txq *etq = adap->sge.ethtxq; in t4_free_sge_resources()
Dcxgb4_main.c312 struct sge_eth_txq *txq = &adap->sge.ethtxq[pi->first_qset]; in dcb_tx_queue_prio_enable()
629 struct sge_eth_txq *eq; in fwevtq_handler()
631 eq = container_of(txq, struct sge_eth_txq, q); in fwevtq_handler()
1072 struct sge_eth_txq *t = &s->ethtxq[pi->first_qset]; in setup_sge_queues()
Dcxgb4_ethtool.c312 const struct sge_eth_txq *tx = &adap->sge.ethtxq[p->first_qset]; in collect_sge_port_stats()
Dcxgb4_debugfs.c2280 const struct sge_eth_txq *tx = &adap->sge.ethtxq[base_qset]; in sge_qinfo_show()