Home
last modified time | relevance | path

Searched refs:eohw_txq (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_tc_mqprio.c166 adap->sge.eohw_txq = kcalloc(adap->sge.eoqsets, in cxgb4_mqprio_alloc_hw_resources()
169 if (!adap->sge.eohw_txq) { in cxgb4_mqprio_alloc_hw_resources()
184 eotxq = &adap->sge.eohw_txq[pi->first_qset + i]; in cxgb4_mqprio_alloc_hw_resources()
256 eotxq = &adap->sge.eohw_txq[pi->first_qset + i]; in cxgb4_mqprio_alloc_hw_resources()
266 kfree(adap->sge.eohw_txq); in cxgb4_mqprio_alloc_hw_resources()
290 eotxq = &adap->sge.eohw_txq[pi->first_qset + i]; in cxgb4_mqprio_free_hw_resources()
312 kfree(adap->sge.eohw_txq); in cxgb4_mqprio_free_hw_resources()
A Dsge.c2270 struct sge_eohw_txq *eohw_txq; in ethofld_hard_xmit() local
2279 eohw_txq = &adap->sge.eohw_txq[eosw_txq->hwqid]; in ethofld_hard_xmit()
2280 spin_lock(&eohw_txq->lock); in ethofld_hard_xmit()
2287 wr = (struct fw_eth_tx_eo_wr *)&eohw_txq->q.desc[eohw_txq->q.pidx]; in ethofld_hard_xmit()
2351 eohw_txq->mapping_err++; in ethofld_hard_xmit()
2369 sgl = (void *)eohw_txq->q.desc; in ethofld_hard_xmit()
2378 eohw_txq->uso++; in ethofld_hard_xmit()
2380 eohw_txq->tso++; in ethofld_hard_xmit()
2383 eohw_txq->tx_cso++; in ethofld_hard_xmit()
2387 eohw_txq->vlan_ins++; in ethofld_hard_xmit()
[all …]
A Dcxgb4_ethtool.c303 if (adap->sge.eohw_txq) { in collect_sge_port_stats()
304 eohw_tx = &adap->sge.eohw_txq[p->first_qset]; in collect_sge_port_stats()
A Dcudbg_lib.c3514 if (s->eohw_txq) in cudbg_collect_qdesc()
3516 QDESC_GET_TXQ(&s->eohw_txq[i].q, in cudbg_collect_qdesc()
A Dcxgb4.h977 struct sge_eohw_txq *eohw_txq; member
A Dcxgb4_debugfs.c2810 const struct sge_eohw_txq *tx = &s->eohw_txq[base_qset]; in sge_qinfo_show()
3163 if (adap->sge.eohw_txq) in sge_queue_entries()

Completed in 38 milliseconds