Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_lib.c3313 u32 tot_entries = 0, tot_size = 0; in cudbg_fill_qdesc_num_and_size() local
3316 tot_entries += MAX_ETH_QSETS * 3; in cudbg_fill_qdesc_num_and_size()
3317 tot_entries += MAX_CTRL_QUEUES; in cudbg_fill_qdesc_num_and_size()
3326 tot_entries += INGQ_EXTRAS; in cudbg_fill_qdesc_num_and_size()
3330 tot_entries += 1; in cudbg_fill_qdesc_num_and_size()
3334 tot_entries += CXGB4_TX_MAX * MAX_OFLD_QSETS; in cudbg_fill_qdesc_num_and_size()
3335 tot_entries += CXGB4_ULD_MAX * MAX_ULD_QSETS * 2; in cudbg_fill_qdesc_num_and_size()
3345 tot_entries += CXGB4_ULD_MAX * MAX_ULD_QSETS; in cudbg_fill_qdesc_num_and_size()
3350 tot_entries += MAX_OFLD_QSETS * 3; in cudbg_fill_qdesc_num_and_size()
3355 sizeof(struct cudbg_qdesc_entry) * tot_entries; in cudbg_fill_qdesc_num_and_size()
[all …]