Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
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()
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()
2281 reclaim_completed_tx_imm(&eohw_txq->q); in ethofld_hard_xmit()
2287 wr = (struct fw_eth_tx_eo_wr *)&eohw_txq->q.desc[eohw_txq->q.pidx]; in ethofld_hard_xmit()
2307 left = txq_avail(&eohw_txq->q) - ndesc; in ethofld_hard_xmit()
2345 sgl = (u64 *)inline_tx_skb_header(skb, &eohw_txq->q, (void *)start, in ethofld_hard_xmit()
2351 eohw_txq->mapping_err++; in ethofld_hard_xmit()
2357 left = (u8 *)end - (u8 *)eohw_txq->q.stat; in ethofld_hard_xmit()
2358 end = (void *)eohw_txq->q.desc + left; in ethofld_hard_xmit()
[all …]
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()
Dcudbg_lib.c3514 if (s->eohw_txq) in cudbg_collect_qdesc()
3516 QDESC_GET_TXQ(&s->eohw_txq[i].q, in cudbg_collect_qdesc()
Dcxgb4.h977 struct sge_eohw_txq *eohw_txq; member
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()