Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c1690 int toe_idx = r - eth_entries; in sge_qinfo_show() local
1691 int rdma_idx = toe_idx - toe_entries; in sge_qinfo_show()
1747 } else if (toe_idx < toe_entries) { in sge_qinfo_show()
1748 const struct sge_ofld_rxq *rx = &adap->sge.ofldrxq[toe_idx * 4]; in sge_qinfo_show()
1749 const struct sge_ofld_txq *tx = &adap->sge.ofldtxq[toe_idx * 4]; in sge_qinfo_show()
1750 int n = min(4, adap->sge.ofldqsets - 4 * toe_idx); in sge_qinfo_show()