Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_lib.c3311 u32 tot_entries = 0, tot_size = 0; in cudbg_fill_qdesc_num_and_size() local
3314 tot_entries += MAX_ETH_QSETS * 3; in cudbg_fill_qdesc_num_and_size()
3315 tot_entries += MAX_CTRL_QUEUES; in cudbg_fill_qdesc_num_and_size()
3324 tot_entries += INGQ_EXTRAS; in cudbg_fill_qdesc_num_and_size()
3328 tot_entries += 1; in cudbg_fill_qdesc_num_and_size()
3332 tot_entries += CXGB4_TX_MAX * MAX_OFLD_QSETS; in cudbg_fill_qdesc_num_and_size()
3333 tot_entries += CXGB4_ULD_MAX * MAX_ULD_QSETS * 2; in cudbg_fill_qdesc_num_and_size()
3343 tot_entries += CXGB4_ULD_MAX * MAX_ULD_QSETS; in cudbg_fill_qdesc_num_and_size()
3348 tot_entries += MAX_OFLD_QSETS * 3; in cudbg_fill_qdesc_num_and_size()
3353 sizeof(struct cudbg_qdesc_entry) * tot_entries; in cudbg_fill_qdesc_num_and_size()
[all …]