Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_lib.c3332 tot_entries += CXGB4_TX_MAX * MAX_OFLD_QSETS; in cudbg_fill_qdesc_num_and_size()
3335 tot_size += CXGB4_TX_MAX * MAX_OFLD_QSETS * MAX_TXQ_ENTRIES * in cudbg_fill_qdesc_num_and_size()
3348 tot_entries += MAX_OFLD_QSETS * 3; in cudbg_fill_qdesc_num_and_size()
3349 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.h607 MAX_OFLD_QSETS = 16, /* # of offload Tx, iscsi Rx queue sets */ enumerator
Dcxgb4_main.c5754 i = min_t(u32, MAX_OFLD_QSETS, ncpus); in cfg_queues()