Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c2044 int eth_entries = DIV_ROUND_UP(adapter->sge.ethqsets, QPL); in sge_qinfo_show() local
2061 if (r < eth_entries) { in sge_qinfo_show()
2097 r -= eth_entries; in sge_qinfo_show()
2180 int eth_entries = DIV_ROUND_UP(adapter->sge.ethqsets, QPL); in sge_qstats_show() local
2201 if (r < eth_entries) { in sge_qstats_show()
2230 r -= eth_entries; in sge_qstats_show()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c2652 int eth_entries, ctrl_entries, eohw_entries = 0, eosw_entries = 0; in sge_qinfo_show() local
2663 eth_entries = DIV_ROUND_UP(adap->sge.ethqsets, 4); in sge_qinfo_show()
2684 if (r < eth_entries) { in sge_qinfo_show()
2744 r -= eth_entries; in sge_qinfo_show()