Searched refs:cel_log (Results 1 – 2 of 2) sorted by relevance
177 struct cel_log { struct180 } cel_log[1 << 16]; member
1065 * beyond the end of cci->cel_log. in cmd_logs_get_log() 1067 if ((uint64_t)get_log->offset + get_log->length >= sizeof(cci->cel_log)) { in cmd_logs_get_log() 1074 memmove(payload_out, cci->cel_log + get_log->offset, get_log->length); in cmd_logs_get_log() 4033 struct cel_log *log = in cxl_rebuild_cel() 4034 &cci->cel_log[cci->cel_size]; in cxl_rebuild_cel()