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

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

Completed in 96 milliseconds