Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c3329 u32 tot_entries = 0, tot_size = 0; in cudbg_fill_qdesc_num_and_size() local
3332 tot_entries += MAX_ETH_QSETS * 3; in cudbg_fill_qdesc_num_and_size()
3333 tot_entries += MAX_CTRL_QUEUES; in cudbg_fill_qdesc_num_and_size()
3342 tot_entries += INGQ_EXTRAS; in cudbg_fill_qdesc_num_and_size()
3346 tot_entries += 1; in cudbg_fill_qdesc_num_and_size()
3350 tot_entries += CXGB4_TX_MAX * MAX_OFLD_QSETS; in cudbg_fill_qdesc_num_and_size()
3351 tot_entries += CXGB4_ULD_MAX * MAX_ULD_QSETS * 2; in cudbg_fill_qdesc_num_and_size()
3361 tot_entries += CXGB4_ULD_MAX * MAX_ULD_QSETS; in cudbg_fill_qdesc_num_and_size()
3366 tot_entries += MAX_OFLD_QSETS * 3; in cudbg_fill_qdesc_num_and_size()
3371 sizeof(struct cudbg_qdesc_entry) * tot_entries; in cudbg_fill_qdesc_num_and_size()
[all …]