Searched refs:tot_entries (Results 1 – 1 of 1) sorted by relevance
3310 u32 tot_entries = 0, tot_size = 0; in cudbg_fill_qdesc_num_and_size() local3313 tot_entries += MAX_ETH_QSETS * 3; in cudbg_fill_qdesc_num_and_size()3314 tot_entries += MAX_CTRL_QUEUES; in cudbg_fill_qdesc_num_and_size()3323 tot_entries += INGQ_EXTRAS; in cudbg_fill_qdesc_num_and_size()3327 tot_entries += 1; in cudbg_fill_qdesc_num_and_size()3331 tot_entries += CXGB4_TX_MAX * MAX_OFLD_QSETS; in cudbg_fill_qdesc_num_and_size()3332 tot_entries += CXGB4_ULD_MAX * MAX_ULD_QSETS * 2; in cudbg_fill_qdesc_num_and_size()3342 tot_entries += CXGB4_ULD_MAX * MAX_ULD_QSETS; in cudbg_fill_qdesc_num_and_size()3347 tot_entries += MAX_OFLD_QSETS * 3; in cudbg_fill_qdesc_num_and_size()3352 sizeof(struct cudbg_qdesc_entry) * tot_entries; in cudbg_fill_qdesc_num_and_size()[all …]