Lines Matching refs:sge
1684 int eth_entries = DIV_ROUND_UP(adap->sge.ethqsets, 4); in sge_qinfo_show()
1685 int toe_entries = DIV_ROUND_UP(adap->sge.ofldqsets, 4); in sge_qinfo_show()
1686 int rdma_entries = DIV_ROUND_UP(adap->sge.rdmaqs, 4); in sge_qinfo_show()
1687 int ciq_entries = DIV_ROUND_UP(adap->sge.rdmaciqs, 4); in sge_qinfo_show()
1712 const struct sge_eth_rxq *rx = &adap->sge.ethrxq[base_qset]; in sge_qinfo_show()
1713 const struct sge_eth_txq *tx = &adap->sge.ethtxq[base_qset]; in sge_qinfo_show()
1714 int n = min(4, adap->sge.ethqsets - 4 * r); in sge_qinfo_show()
1740 adap->sge.counter_val[rx[i].rspq.pktcnt_idx]); 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()
1765 adap->sge.counter_val[rx[i].rspq.pktcnt_idx]); in sge_qinfo_show()
1774 &adap->sge.rdmarxq[rdma_idx * 4]; in sge_qinfo_show()
1775 int n = min(4, adap->sge.rdmaqs - 4 * rdma_idx); in sge_qinfo_show()
1787 adap->sge.counter_val[rx[i].rspq.pktcnt_idx]); in sge_qinfo_show()
1795 const struct sge_ofld_rxq *rx = &adap->sge.rdmaciq[ciq_idx * 4]; in sge_qinfo_show()
1796 int n = min(4, adap->sge.rdmaciqs - 4 * ciq_idx); in sge_qinfo_show()
1808 adap->sge.counter_val[rx[i].rspq.pktcnt_idx]); in sge_qinfo_show()
1810 const struct sge_ctrl_txq *tx = &adap->sge.ctrlq[ctrl_idx * 4]; in sge_qinfo_show()
1820 const struct sge_rspq *evtq = &adap->sge.fw_evtq; in sge_qinfo_show()
1831 adap->sge.counter_val[evtq->pktcnt_idx]); in sge_qinfo_show()
1842 return DIV_ROUND_UP(adap->sge.ethqsets, 4) + in sge_queue_entries()
1843 DIV_ROUND_UP(adap->sge.ofldqsets, 4) + in sge_queue_entries()
1844 DIV_ROUND_UP(adap->sge.rdmaqs, 4) + in sge_queue_entries()
1845 DIV_ROUND_UP(adap->sge.rdmaciqs, 4) + in sge_queue_entries()