Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Deprom.c59 #define P1_SIZE (4 * 1024) macro
61 #define P2_START (P0_SIZE + P1_SIZE)
259 buffer = kmalloc(P1_SIZE, GFP_KERNEL); in read_partition_platform_config()
263 ret = read_length(dd, P1_START, P1_SIZE, buffer); in read_partition_platform_config()
276 p = strnstr(buffer, IMAGE_TRAIL_MAGIC, P1_SIZE); in read_partition_platform_config()
280 length = P1_SIZE; in read_partition_platform_config()