Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c2620 const struct sge_uld_txq_info *utxq_info = adap->sge.uld_txq_info[uld]; in sge_qinfo_uld_txq_entries() local
2622 if (!utxq_info) in sge_qinfo_uld_txq_entries()
2625 return DIV_ROUND_UP(utxq_info->ntxq, 4); in sge_qinfo_uld_txq_entries()
2656 const struct sge_uld_txq_info *utxq_info; in sge_qinfo_show() local
2920 utxq_info = s->uld_txq_info[CXGB4_TX_OFLD]; in sge_qinfo_show()
2921 tx = &utxq_info->uldtxq[r * 4]; in sge_qinfo_show()
2922 n = min(4, utxq_info->ntxq - 4 * r); in sge_qinfo_show()
3069 utxq_info = s->uld_txq_info[CXGB4_TX_CRYPTO]; in sge_qinfo_show()
3071 tx = &utxq_info->uldtxq[r * 4]; in sge_qinfo_show()
3073 n = min(4, utxq_info->ntxq - 4 * r); in sge_qinfo_show()