Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/hfi1/
Deprom.c259 void *table_buffer = NULL; in read_segment_platform_config() local
290 table_buffer = kmalloc(directory_size, GFP_KERNEL); in read_segment_platform_config()
291 if (!table_buffer) in read_segment_platform_config()
294 directory_size, table_buffer); in read_segment_platform_config()
297 table = table_buffer; in read_segment_platform_config()
401 kfree(table_buffer); in read_segment_platform_config()