Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/qib/ !
Dqib_init.c270 ppd->ccti_entries_shadow = kzalloc(size, GFP_KERNEL); in qib_init_pportdata()
271 if (!ppd->ccti_entries_shadow) in qib_init_pportdata()
282 kfree(ppd->ccti_entries_shadow); in qib_init_pportdata()
283 ppd->ccti_entries_shadow = NULL; in qib_init_pportdata()
1308 kfree(dd->pport[pidx].ccti_entries_shadow); in cleanup_device_data()
1309 dd->pport[pidx].ccti_entries_shadow = NULL; in cleanup_device_data()
Dqib_sysfs.c223 if (!qib_cc_table_size || !ppd->ccti_entries_shadow) in cc_table_bin_read()
239 memcpy(buf, ppd->ccti_entries_shadow, count); in cc_table_bin_read()
Dqib_mad.c2176 (ppd->ccti_entries_shadow->ccti_last_entry + 1)/IB_CCT_ENTRIES; in cc_get_congestion_control_table()
2192 entries = &ppd->ccti_entries_shadow-> in cc_get_congestion_control_table()
2274 ppd->ccti_entries_shadow->ccti_last_entry = ppd->total_cct_entry - 1; in cc_set_congestion_control_table()
2275 memcpy(ppd->ccti_entries_shadow->entries, ppd->ccti_entries, in cc_set_congestion_control_table()
Dqib.h649 struct cc_table_shadow *ccti_entries_shadow; member