Searched refs:sge_eth_txq (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 257 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 *,
|
D | cxgb4vf_main.c | 477 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() 2472 struct sge_eth_txq *txq = &s->ethtxq[qs]; in cfg_queues()
|
D | sge.c | 1135 static void txq_stop(struct sge_eth_txq *txq) in txq_stop() 1166 struct sge_eth_txq *txq; in t4vf_eth_xmit() 2105 struct sge_eth_txq *txq = &s->ethtxq[i]; in sge_tx_timer_cb() 2360 int t4vf_sge_alloc_eth_txq(struct adapter *adapter, struct sge_eth_txq *txq, in t4vf_sge_alloc_eth_txq() 2512 struct sge_eth_txq *txq = s->ethtxq; in t4vf_free_sge_resources()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 573 struct sge_eth_txq { /* state for an SGE Ethernet Tx queue */ struct 603 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; argument 1059 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq,
|
D | sge.c | 1078 static void eth_txq_stop(struct sge_eth_txq *q) in eth_txq_stop() 1139 struct sge_eth_txq *q; in t4_eth_xmit() 2386 struct sge_eth_txq *q = &s->ethtxq[i]; in sge_tx_timer_cb() 2570 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq, in t4_sge_alloc_eth_txq() 2800 struct sge_eth_txq *etq = adap->sge.ethtxq; in t4_free_sge_resources()
|
D | cxgb4_ethtool.c | 193 const struct sge_eth_txq *tx = &adap->sge.ethtxq[p->first_qset]; in collect_sge_port_stats()
|
D | cxgb4_main.c | 301 struct sge_eth_txq *txq = &adap->sge.ethtxq[pi->first_qset]; in dcb_tx_queue_prio_enable() 617 struct sge_eth_txq *eq; in fwevtq_handler() 619 eq = container_of(txq, struct sge_eth_txq, q); in fwevtq_handler() 1040 struct sge_eth_txq *t = &s->ethtxq[pi->first_qset]; in setup_sge_queues()
|
D | cxgb4_debugfs.c | 1713 const struct sge_eth_txq *tx = &adap->sge.ethtxq[base_qset]; in sge_qinfo_show()
|