Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_lib.c3349 tot_entries += CXGB4_TX_MAX * MAX_OFLD_QSETS; in cudbg_fill_qdesc_num_and_size()
3352 tot_size += CXGB4_TX_MAX * MAX_OFLD_QSETS * MAX_TXQ_ENTRIES * in cudbg_fill_qdesc_num_and_size()
3365 tot_entries += MAX_OFLD_QSETS * 3; in cudbg_fill_qdesc_num_and_size()
3366 tot_size += MAX_OFLD_QSETS * MAX_TXQ_ENTRIES * MAX_TXQ_DESC_SIZE; in cudbg_fill_qdesc_num_and_size()
Dcxgb4_uld.c263 rxq_info->nciq = min_t(int, MAX_OFLD_QSETS, in cfg_queues_uld()
Dcxgb4.h609 MAX_OFLD_QSETS = 16, /* # of offload Tx, iscsi Rx queue sets */ enumerator
Dcxgb4_main.c5762 i = min_t(u32, MAX_OFLD_QSETS, ncpus); in cfg_queues()