Searched refs:CXL_AI_HEADER_SIZE (Results 1 – 2 of 2) sorted by relevance
248 header->image_offset = cpu_to_be64(CXL_AI_HEADER_SIZE); in handle_image()255 len_chunk += CXL_AI_HEADER_SIZE; in handle_image()287 s_copy = CXL_AI_BUFFER_SIZE - CXL_AI_HEADER_SIZE; in handle_image()288 dest += CXL_AI_HEADER_SIZE; /* image offset */ in handle_image()399 BUG_ON(sizeof(struct ai_header) != CXL_AI_HEADER_SIZE); in device_open()
65 #define CXL_AI_HEADER_SIZE 128 macro