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