Searched refs:ccti_entries (Results 1 – 4 of 4) sorted by relevance
402 struct ib_cc_table_entry ccti_entries[IB_CCT_ENTRIES]; member407 struct ib_cc_table_entry_shadow ccti_entries[IB_CCT_ENTRIES]; member
238 ppd->ccti_entries = kzalloc(size, GFP_KERNEL); in qib_init_pportdata()239 if (!ppd->ccti_entries) { in qib_init_pportdata()282 kfree(ppd->ccti_entries); in qib_init_pportdata()283 ppd->ccti_entries = NULL; in qib_init_pportdata()1250 kfree(dd->pport[pidx].ccti_entries); in cleanup_device_data()1251 dd->pport[pidx].ccti_entries = NULL; in cleanup_device_data()
2173 p->ccti_entries[i].entry = cpu_to_be16(entries[i].entry); in cc_get_congestion_control_table()2243 entries = ppd->ccti_entries + (IB_CCT_ENTRIES * cct_block_index); in cc_set_congestion_control_table()2246 entries[i].entry = be16_to_cpu(p->ccti_entries[i].entry); in cc_set_congestion_control_table()2251 memcpy(ppd->ccti_entries_shadow->entries, ppd->ccti_entries, in cc_set_congestion_control_table()
654 struct ib_cc_table_entry_shadow *ccti_entries; member