Searched refs:sge_eth_txq (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 258 struct sge_eth_txq { struct 274 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; argument 560 int t4vf_sge_alloc_eth_txq(struct adapter *, struct sge_eth_txq *,
|
D | cxgb4vf_main.c | 538 struct sge_eth_txq *txq; in fwevtq_handler() 560 txq = container_of(tq, struct sge_eth_txq, q); in fwevtq_handler() 635 struct sge_eth_txq *txq = &s->ethtxq[pi->first_qset]; in setup_sge_queues() 666 struct sge_eth_txq *txq = &s->ethtxq[pi->first_qset]; in setup_sge_queues() 1804 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[pi->first_qset]; in collect_sge_port_stats() 2075 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[r * QPL]; in sge_qinfo_show() 2232 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[r * QPL]; in sge_qstats_show() 2793 struct sge_eth_txq *txq = &s->ethtxq[qs]; in cfg_queues()
|
D | sge.c | 1133 static void txq_stop(struct sge_eth_txq *txq) in txq_stop() 1164 struct sge_eth_txq *txq; in t4vf_eth_xmit() 2134 struct sge_eth_txq *txq = &s->ethtxq[i]; in sge_tx_timer_cb() 2412 int t4vf_sge_alloc_eth_txq(struct adapter *adapter, struct sge_eth_txq *txq, in t4vf_sge_alloc_eth_txq() 2567 struct sge_eth_txq *txq = s->ethtxq; in t4vf_free_sge_resources()
|
/Linux-v5.4/drivers/crypto/chelsio/ |
D | chcr_ipsec.c | 383 struct sge_eth_txq *q; in copy_esn_pktxt() 434 struct sge_eth_txq *q; in copy_cpltx_pktxt() 479 struct sge_eth_txq *q; in copy_key_cpltx_pktxt() 543 struct sge_eth_txq *q = &adap->sge.ethtxq[qidx + pi->first_qset]; in chcr_crypto_wreq() 656 static void eth_txq_stop(struct sge_eth_txq *q) in eth_txq_stop() 681 struct sge_eth_txq *q; in chcr_ipsec_xmit()
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | sched.c | 148 struct sge_eth_txq *txq; in t4_sched_queue_unbind() 190 struct sge_eth_txq *txq; in t4_sched_queue_bind()
|
D | cxgb4.h | 756 struct sge_eth_txq { /* state for an SGE Ethernet Tx queue */ struct 805 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; 806 struct sge_eth_txq ptptxq; 1418 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq, 1433 int t4_sge_eth_txq_egress_update(struct adapter *adap, struct sge_eth_txq *q,
|
D | sge.c | 1167 static void eth_txq_stop(struct sge_eth_txq *q) in eth_txq_stop() 1324 int t4_sge_eth_txq_egress_update(struct adapter *adap, struct sge_eth_txq *eq, in t4_sge_eth_txq_egress_update() 1364 struct sge_eth_txq *q; in cxgb4_eth_xmit() 1717 struct sge_eth_txq *txq; in cxgb4_vf_eth_xmit() 2905 struct sge_eth_txq *txq; in t4_tx_completion_handler() 3470 struct sge_eth_txq *q = &s->ptptxq; in sge_tx_timer_cb() 3760 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq, in t4_sge_alloc_eth_txq() 4044 struct sge_eth_txq *etq; in t4_free_sge_resources()
|
D | cxgb4_ethtool.c | 244 const struct sge_eth_txq *tx = &adap->sge.ethtxq[p->first_qset]; in collect_sge_port_stats() 931 struct sge_eth_txq *txq; in get_dbqtimer() 989 struct sge_eth_txq *txq; in set_dbqtimer()
|
D | cxgb4_main.c | 236 struct sge_eth_txq *txq = &adap->sge.ethtxq[pi->first_qset]; in dcb_tx_queue_prio_enable() 581 struct sge_eth_txq *eq; in fwevtq_handler() 583 eq = container_of(txq, struct sge_eth_txq, q); in fwevtq_handler() 1000 struct sge_eth_txq *t = &s->ethtxq[pi->first_qset]; in setup_sge_queues()
|
D | cxgb4_debugfs.c | 2707 const struct sge_eth_txq *tx = &s->ethtxq[base_qset]; in sge_qinfo_show()
|