Searched refs:IB_CCT_ENTRIES (Results 1 – 3 of 3) sorted by relevance
389 #define IB_CCT_ENTRIES 64 macro390 #define IB_CCT_MIN_ENTRIES (IB_CCT_ENTRIES * 2)402 struct ib_cc_table_entry ccti_entries[IB_CCT_ENTRIES];407 struct ib_cc_table_entry_shadow ccti_entries[IB_CCT_ENTRIES];411 (IB_CC_TABLE_CAP_DEFAULT * IB_CCT_ENTRIES)
2180 (ppd->ccti_entries_shadow->ccti_last_entry + 1)/IB_CCT_ENTRIES; in cc_get_congestion_control_table()2190 cct_entry = IB_CCT_ENTRIES * (cct_block_index + 1); in cc_get_congestion_control_table()2197 entries[IB_CCT_ENTRIES * cct_block_index]; in cc_get_congestion_control_table()2198 cct_entry %= IB_CCT_ENTRIES; in cc_get_congestion_control_table()2258 if (be16_to_cpu(p->ccti_limit) < IB_CCT_ENTRIES) in cc_set_congestion_control_table()2261 cct_entry = (be16_to_cpu(p->ccti_limit))%IB_CCT_ENTRIES; in cc_set_congestion_control_table()2271 entries = ppd->ccti_entries + (IB_CCT_ENTRIES * cct_block_index); in cc_set_congestion_control_table()
260 IB_CCT_MIN_ENTRIES), IB_CCT_ENTRIES*IB_CC_TABLE_CAP_DEFAULT); in qib_init_pportdata()263 ppd->cc_supported_table_entries/IB_CCT_ENTRIES; in qib_init_pportdata()266 * IB_CCT_ENTRIES; in qib_init_pportdata()