Searched refs:tot_entries (Results 1 – 1 of 1) sorted by relevance
2897 u32 tot_entries = 0, tot_size = 0; in cudbg_fill_qdesc_num_and_size() local2900 tot_entries += MAX_ETH_QSETS * 3; in cudbg_fill_qdesc_num_and_size()2901 tot_entries += MAX_CTRL_QUEUES; in cudbg_fill_qdesc_num_and_size()2910 tot_entries += INGQ_EXTRAS; in cudbg_fill_qdesc_num_and_size()2914 tot_entries += 1; in cudbg_fill_qdesc_num_and_size()2918 tot_entries += CXGB4_TX_MAX * MAX_OFLD_QSETS; in cudbg_fill_qdesc_num_and_size()2919 tot_entries += CXGB4_ULD_MAX * MAX_ULD_QSETS * 2; in cudbg_fill_qdesc_num_and_size()2929 tot_entries += CXGB4_ULD_MAX * MAX_ULD_QSETS; in cudbg_fill_qdesc_num_and_size()2935 sizeof(struct cudbg_qdesc_entry) * tot_entries; in cudbg_fill_qdesc_num_and_size()2938 *num = tot_entries; in cudbg_fill_qdesc_num_and_size()[all …]