MAX_LOG_PAGE_SIZE
aer->page_len = MIN(aer->page_len, MAX_LOG_PAGE_SIZE);
sc->aer[i].page = malloc(MAX_LOG_PAGE_SIZE, M_NVMF, M_WAITOK);