Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c294 rxq_info->nciq = min_t(int, MAX_OFLD_QSETS, in cfg_queues_uld()
Dcxgb4_main.c5176 i = min_t(int, MAX_OFLD_QSETS, num_online_cpus()); in cfg_queues()
5239 max_ingq += MAX_OFLD_QSETS * adap->num_ofld_uld; in get_msix_info()
5241 max_ingq += MAX_OFLD_QSETS * adap->num_uld; in get_msix_info()
5284 max_ingq += (MAX_OFLD_QSETS * adap->num_uld); in enable_msix()
5286 max_ingq += (MAX_OFLD_QSETS * adap->num_ofld_uld); in enable_msix()
Dcudbg_lib.c2918 tot_entries += CXGB4_TX_MAX * MAX_OFLD_QSETS; in cudbg_fill_qdesc_num_and_size()
2921 tot_size += CXGB4_TX_MAX * MAX_OFLD_QSETS * MAX_TXQ_ENTRIES * in cudbg_fill_qdesc_num_and_size()
Dcxgb4.h523 MAX_OFLD_QSETS = 16, /* # of offload Tx, iscsi Rx queue sets */ enumerator