Searched refs:eohw_txq (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_mqprio.c | 166 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()
|
H A D | sge.c | 2264 struct sge_eohw_txq *eohw_txq; in ethofld_hard_xmit() local 2273 eohw_txq = &adap->sge.eohw_txq[eosw_txq->hwqid]; in ethofld_hard_xmit() 2274 spin_lock(&eohw_txq->lock); in ethofld_hard_xmit() 2275 reclaim_completed_tx_imm(&eohw_txq->q); in ethofld_hard_xmit() 2281 wr = (struct fw_eth_tx_eo_wr *)&eohw_txq->q.desc[eohw_txq->q.pidx]; in ethofld_hard_xmit() 2301 left = txq_avail(&eohw_txq->q) - ndesc; in ethofld_hard_xmit() 2339 sgl = (u64 *)inline_tx_skb_header(skb, &eohw_txq->q, (void *)start, in ethofld_hard_xmit() 2345 eohw_txq in ethofld_hard_xmit() [all...] |
H A D | cxgb4_ethtool.c | 303 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()
|
H A D | cxgb4.h | 979 struct sge_eohw_txq *eohw_txq; member
|
H A D | cudbg_lib.c | 3532 if (s->eohw_txq) in cudbg_collect_qdesc() 3534 QDESC_GET_TXQ(&s->eohw_txq[i].q, in cudbg_collect_qdesc()
|
H A D | cxgb4_debugfs.c | 2810 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_mqprio.c | 166 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()
|
H A D | sge.c | 2270 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 in ethofld_hard_xmit() [all...] |
H A D | cxgb4_ethtool.c | 303 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()
|
H A D | cxgb4.h | 977 struct sge_eohw_txq *eohw_txq; member
|
H A D | cudbg_lib.c | 3514 if (s->eohw_txq) in cudbg_collect_qdesc() 3516 QDESC_GET_TXQ(&s->eohw_txq[i].q, in cudbg_collect_qdesc()
|
H A D | cxgb4_debugfs.c | 2810 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 45 milliseconds