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

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

Completed in 342 milliseconds