Searched refs:ccti_entries (Results 1 – 7 of 7) sorted by relevance
210 struct ib_cc_table_entry ccti_entries[IB_CCT_ENTRIES]; member215 struct ib_cc_table_entry_shadow ccti_entries[IB_CCT_ENTRIES]; member
662 struct ib_cc_table_entry_shadow ccti_entries[CC_TABLE_SHADOW_MAX]; member
3351 cc_table_attr->ccti_entries[j].entry = in __subn_get_opa_cc_table()3420 entries = ppd->ccti_entries; in __subn_set_opa_cc_table()3424 entries[i].entry = be16_to_cpu(p->ccti_entries[j].entry); in __subn_set_opa_cc_table()
271 struct ib_cc_table_entry ccti_entries[IB_CCT_ENTRIES]; member276 struct ib_cc_table_entry_shadow ccti_entries[IB_CCT_ENTRIES]; member
259 ppd->ccti_entries = kzalloc(size, GFP_KERNEL); in qib_init_pportdata()260 if (!ppd->ccti_entries) { in qib_init_pportdata()303 kfree(ppd->ccti_entries); in qib_init_pportdata()304 ppd->ccti_entries = NULL; in qib_init_pportdata()1361 kfree(dd->pport[pidx].ccti_entries); in cleanup_device_data()1362 dd->pport[pidx].ccti_entries = NULL; in cleanup_device_data()
2202 p->ccti_entries[i].entry = cpu_to_be16(entries[i].entry); in cc_get_congestion_control_table()2272 entries = ppd->ccti_entries + (IB_CCT_ENTRIES * cct_block_index); in cc_set_congestion_control_table()2275 entries[i].entry = be16_to_cpu(p->ccti_entries[i].entry); in cc_set_congestion_control_table()2280 memcpy(ppd->ccti_entries_shadow->entries, ppd->ccti_entries, in cc_set_congestion_control_table()
676 struct ib_cc_table_entry_shadow *ccti_entries; member