Searched refs:sge_eth_txq (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 258 struct sge_eth_txq { struct 274 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; argument 558 int t4vf_sge_alloc_eth_txq(struct adapter *, struct sge_eth_txq *,
|
D | cxgb4vf_main.c | 482 struct sge_eth_txq *txq; in fwevtq_handler() 504 txq = container_of(tq, struct sge_eth_txq, q); in fwevtq_handler() 579 struct sge_eth_txq *txq = &s->ethtxq[pi->first_qset]; in setup_sge_queues() 610 struct sge_eth_txq *txq = &s->ethtxq[pi->first_qset]; in setup_sge_queues() 1759 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[pi->first_qset]; in collect_sge_port_stats() 2028 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[r * QPL]; in sge_qinfo_show() 2185 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[r * QPL]; in sge_qstats_show() 2757 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() 2133 struct sge_eth_txq *txq = &s->ethtxq[i]; in sge_tx_timer_cb() 2410 int t4vf_sge_alloc_eth_txq(struct adapter *adapter, struct sge_eth_txq *txq, in t4vf_sge_alloc_eth_txq() 2562 struct sge_eth_txq *txq = s->ethtxq; in t4vf_free_sge_resources()
|
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_ipsec.c | 350 struct sge_eth_txq *q; in copy_cpltx_pktxt() 392 struct sge_eth_txq *q; in copy_key_cpltx_pktxt() 447 struct sge_eth_txq *q = &adap->sge.ethtxq[qidx + pi->first_qset]; in chcr_crypto_wreq() 545 static void eth_txq_stop(struct sge_eth_txq *q) in eth_txq_stop() 570 struct sge_eth_txq *q; in chcr_ipsec_xmit()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | sched.c | 150 struct sge_eth_txq *txq; in t4_sched_queue_unbind() 197 struct sge_eth_txq *txq; in t4_sched_queue_bind()
|
D | cxgb4.h | 736 struct sge_eth_txq { /* state for an SGE Ethernet Tx queue */ struct 783 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; 784 struct sge_eth_txq ptptxq; 1374 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq,
|
D | sge.c | 1145 static void eth_txq_stop(struct sge_eth_txq *q) in eth_txq_stop() 1304 struct sge_eth_txq *q; in cxgb4_eth_xmit() 1640 struct sge_eth_txq *txq; in cxgb4_vf_eth_xmit() 3303 struct sge_eth_txq *q = &s->ptptxq; in sge_tx_timer_cb() 3319 struct sge_eth_txq *q = &s->ethtxq[i]; in sge_tx_timer_cb() 3583 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq, in t4_sge_alloc_eth_txq() 3834 struct sge_eth_txq *etq; in t4_free_sge_resources()
|
D | cxgb4_main.c | 237 struct sge_eth_txq *txq = &adap->sge.ethtxq[pi->first_qset]; in dcb_tx_queue_prio_enable() 528 struct sge_eth_txq *eq; in fwevtq_handler() 530 eq = container_of(txq, struct sge_eth_txq, q); in fwevtq_handler() 873 struct sge_eth_txq *t = &s->ethtxq[pi->first_qset]; in setup_sge_queues()
|
D | cxgb4_ethtool.c | 256 const struct sge_eth_txq *tx = &adap->sge.ethtxq[p->first_qset]; in collect_sge_port_stats()
|
D | cxgb4_debugfs.c | 2747 const struct sge_eth_txq *tx = &s->ethtxq[base_qset]; in sge_qinfo_show()
|