Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h258 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 *,
Dcxgb4vf_main.c482 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()
Dsge.c1133 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/
Dchcr_ipsec.c350 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/
Dsched.c150 struct sge_eth_txq *txq; in t4_sched_queue_unbind()
197 struct sge_eth_txq *txq; in t4_sched_queue_bind()
Dcxgb4.h736 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,
Dsge.c1145 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()
Dcxgb4_main.c237 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()
Dcxgb4_ethtool.c256 const struct sge_eth_txq *tx = &adap->sge.ethtxq[p->first_qset]; in collect_sge_port_stats()
Dcxgb4_debugfs.c2747 const struct sge_eth_txq *tx = &s->ethtxq[base_qset]; in sge_qinfo_show()