/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 429 q = &adap->sge.ethtxq[qidx + pi->first_qset]; in copy_esn_pktxt() 477 q = &adap->sge.ethtxq[qidx + pi->first_qset]; in copy_cpltx_pktxt() 520 q = &adap->sge.ethtxq[qidx + pi->first_qset]; in copy_key_cpltx_pktxt() 576 struct sge_eth_txq *q = &adap->sge.ethtxq[qidx + pi->first_qset]; in ch_ipsec_crypto_wreq() 734 q = &adap->sge.ethtxq[qidx + pi->first_qset]; in ch_ipsec_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 433 q = &adap->sge.ethtxq[qidx + pi->first_qset]; in copy_esn_pktxt() 481 q = &adap->sge.ethtxq[qidx + pi->first_qset]; in copy_cpltx_pktxt() 524 q = &adap->sge.ethtxq[qidx + pi->first_qset]; in copy_key_cpltx_pktxt() 580 struct sge_eth_txq *q = &adap->sge.ethtxq[qidx + pi->first_qset]; in ch_ipsec_crypto_wreq() 738 q = &adap->sge.ethtxq[qidx + pi->first_qset]; in ch_ipsec_xmit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sched.c | 180 txq = &adap->sge.ethtxq[pi->first_qset + p->queue]; in cxgb4_sched_queue_lookup() 196 txq = &adap->sge.ethtxq[pi->first_qset + p->queue]; in t4_sched_queue_unbind() 232 txq = &adap->sge.ethtxq[pi->first_qset + p->queue]; in t4_sched_queue_bind()
|
H A D | cxgb4_ethtool.c | 283 const struct sge_eth_txq *tx = &adap->sge.ethtxq[p->first_qset]; in collect_sge_port_stats() 906 e->tx_pending = s->ethtxq[pi->first_qset].q.size; in get_sge_param() 927 s->ethtxq[pi->first_qset + i].q.size = e->tx_pending; in set_sge_param() 1003 txq = &adap->sge.ethtxq[pi->first_qset]; in get_dbqtimer() 1085 txq = &s->ethtxq[pi->first_qset]; in set_dbqtimer()
|
H A D | sge.c | 1548 q = &adap->sge.ethtxq[qidx + pi->first_qset]; in cxgb4_eth_xmit() 1854 txq = &adapter->sge.ethtxq[pi->first_qset + qidx]; in cxgb4_vf_eth_xmit() 2680 q = &adap->sge.ethtxq[pi->first_qset]; in cxgb4_selftest_lb_pkt() 3613 txq = &s->ethtxq[pi->first_qset + rspq->idx]; in t4_tx_completion_handler() 4291 budget -= t4_sge_eth_txq_egress_update(adap, &s->ethtxq[i], in sge_tx_timer_cb() 4922 etq = &adap->sge.ethtxq[i]; in t4_free_sge_resources()
|
H A D | cxgb4_main.c | 239 struct sge_eth_txq *txq = &adap->sge.ethtxq[pi->first_qset]; in dcb_tx_queue_prio_enable() 1063 struct sge_eth_txq *t = &s->ethtxq[pi->first_qset]; in setup_sge_queues() 2455 disable_txq_db(&adap->sge.ethtxq[i].q); in disable_dbs() 2477 enable_txq_db(adap, &adap->sge.ethtxq[i].q); in enable_dbs() 2559 sync_txq_pidx(adap, &adap->sge.ethtxq[i].q); in recover_all_queues() 5810 for (i = 0; i < ARRAY_SIZE(s->ethtxq); i++) in cfg_queues() 5811 s->ethtxq[i].q.size = 1024; in cfg_queues()
|
H A D | cxgb4.h | 967 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; member
|
H A D | cudbg_lib.c | 3442 QDESC_GET_TXQ(&s->ethtxq[i].q, CUDBG_QTYPE_NIC_TXQ, out); in cudbg_collect_qdesc()
|
H A D | cxgb4_debugfs.c | 2687 const struct sge_eth_txq *tx = &s->ethtxq[base_qset]; in sge_qinfo_show()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sched.c | 180 txq = &adap->sge.ethtxq[pi->first_qset + p->queue]; in cxgb4_sched_queue_lookup() 196 txq = &adap->sge.ethtxq[pi->first_qset + p->queue]; in t4_sched_queue_unbind() 232 txq = &adap->sge.ethtxq[pi->first_qset + p->queue]; in t4_sched_queue_bind()
|
H A D | cxgb4_ethtool.c | 283 const struct sge_eth_txq *tx = &adap->sge.ethtxq[p->first_qset]; in collect_sge_port_stats() 908 e->tx_pending = s->ethtxq[pi->first_qset].q.size; in get_sge_param() 931 s->ethtxq[pi->first_qset + i].q.size = e->tx_pending; in set_sge_param() 1007 txq = &adap->sge.ethtxq[pi->first_qset]; in get_dbqtimer() 1089 txq = &s->ethtxq[pi->first_qset]; in set_dbqtimer()
|
H A D | sge.c | 1548 q = &adap->sge.ethtxq[qidx + pi->first_qset]; in cxgb4_eth_xmit() 1858 txq = &adapter->sge.ethtxq[pi->first_qset + qidx]; in cxgb4_vf_eth_xmit() 2686 q = &adap->sge.ethtxq[pi->first_qset]; in cxgb4_selftest_lb_pkt() 3619 txq = &s->ethtxq[pi->first_qset + rspq->idx]; in t4_tx_completion_handler() 4316 budget -= t4_sge_eth_txq_egress_update(adap, &s->ethtxq[i], in sge_tx_timer_cb() 4952 etq = &adap->sge.ethtxq[i]; in t4_free_sge_resources()
|
H A D | cxgb4_main.c | 238 struct sge_eth_txq *txq = &adap->sge.ethtxq[pi->first_qset]; in dcb_tx_queue_prio_enable() 1062 struct sge_eth_txq *t = &s->ethtxq[pi->first_qset]; in setup_sge_queues() 2454 disable_txq_db(&adap->sge.ethtxq[i].q); in disable_dbs() 2476 enable_txq_db(adap, &adap->sge.ethtxq[i].q); in enable_dbs() 2558 sync_txq_pidx(adap, &adap->sge.ethtxq[i].q); in recover_all_queues() 5801 for (i = 0; i < ARRAY_SIZE(s->ethtxq); i++) in cfg_queues() 5802 s->ethtxq[i].q.size = 1024; in cfg_queues()
|
H A D | cxgb4.h | 965 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; member
|
H A D | cudbg_lib.c | 3424 QDESC_GET_TXQ(&s->ethtxq[i].q, CUDBG_QTYPE_NIC_TXQ, out); in cudbg_collect_qdesc()
|
H A D | cxgb4_debugfs.c | 2687 const struct sge_eth_txq *tx = &s->ethtxq[base_qset]; in sge_qinfo_show()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | cxgb4vf_main.c | 633 struct sge_eth_txq *txq = &s->ethtxq[pi->first_qset]; in setup_sge_queues() 657 s->egr_base = s->ethtxq[0].q.abs_id - s->ethtxq[0].q.cntxt_id; in setup_sge_queues() 664 struct sge_eth_txq *txq = &s->ethtxq[pi->first_qset]; in setup_sge_queues() 1607 rp->tx_pending = s->ethtxq[pi->first_qset].q.size; in cxgb4vf_get_ringparam() 1639 s->ethtxq[qs].q.size = rp->tx_pending; in cxgb4vf_set_ringparam() 1801 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[pi->first_qset]; in collect_sge_port_stats() 2055 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[r * QPL]; in sge_qinfo_show() 2195 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[r * QPL]; in sge_qstats_show() 2722 struct sge_eth_txq *txq = &s->ethtxq[q in cfg_queues() [all...] |
H A D | adapter.h | 274 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; member
|
H A D | sge.c | 1198 txq = &adapter->sge.ethtxq[pi->first_qset + qidx]; in t4vf_eth_xmit() 2134 struct sge_eth_txq *txq = &s->ethtxq[i]; in sge_tx_timer_cb() 2568 struct sge_eth_txq *txq = s->ethtxq; in t4vf_free_sge_resources()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | cxgb4vf_main.c | 633 struct sge_eth_txq *txq = &s->ethtxq[pi->first_qset]; in setup_sge_queues() 657 s->egr_base = s->ethtxq[0].q.abs_id - s->ethtxq[0].q.cntxt_id; in setup_sge_queues() 664 struct sge_eth_txq *txq = &s->ethtxq[pi->first_qset]; in setup_sge_queues() 1609 rp->tx_pending = s->ethtxq[pi->first_qset].q.size; in cxgb4vf_get_ringparam() 1643 s->ethtxq[qs].q.size = rp->tx_pending; in cxgb4vf_set_ringparam() 1809 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[pi->first_qset]; in collect_sge_port_stats() 2063 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[r * QPL]; in sge_qinfo_show() 2203 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[r * QPL]; in sge_qstats_show() 2730 struct sge_eth_txq *txq = &s->ethtxq[q in cfg_queues() [all...] |
H A D | adapter.h | 275 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; member
|
H A D | sge.c | 1195 txq = &adapter->sge.ethtxq[pi->first_qset + qidx]; in t4vf_eth_xmit() 2131 struct sge_eth_txq *txq = &s->ethtxq[i]; in sge_tx_timer_cb() 2565 struct sge_eth_txq *txq = s->ethtxq; in t4vf_free_sge_resources()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.c | 1969 q = &adap->sge.ethtxq[qidx + tx_info->first_qset]; in chcr_ktls_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.c | 1966 q = &adap->sge.ethtxq[qidx + tx_info->first_qset]; in chcr_ktls_xmit()
|