Searched refs:MAX_OFLD_QSETS (Results 1 – 4 of 4) sorted by relevance
294 rxq_info->nciq = min_t(int, MAX_OFLD_QSETS, in cfg_queues_uld()
5176 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()
2918 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()
523 MAX_OFLD_QSETS = 16, /* # of offload Tx, iscsi Rx queue sets */ enumerator