Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c2257 struct sge_eohw_txq *eohw_txq; in ethofld_hard_xmit() local
2266 eohw_txq = &adap->sge.eohw_txq[eosw_txq->hwqid]; in ethofld_hard_xmit()
2267 spin_lock(&eohw_txq->lock); in ethofld_hard_xmit()
2268 reclaim_completed_tx_imm(&eohw_txq->q); in ethofld_hard_xmit()
2273 wr = (struct fw_eth_tx_eo_wr *)&eohw_txq->q.desc[eohw_txq->q.pidx]; in ethofld_hard_xmit()
2293 left = txq_avail(&eohw_txq->q) - ndesc; in ethofld_hard_xmit()
2331 sgl = (u64 *)inline_tx_skb_header(skb, &eohw_txq->q, (void *)start, in ethofld_hard_xmit()
2337 eohw_txq->mapping_err++; in ethofld_hard_xmit()
2343 left = (u8 *)end - (u8 *)eohw_txq->q.stat; in ethofld_hard_xmit()
2344 end = (void *)eohw_txq->q.desc + left; in ethofld_hard_xmit()
[all …]
H 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()
H 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()
H 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()