@@ -2383,9 +2383,10 @@ int nvme_mi_aem_enable(nvme_mi_ep_t ep,
23832383 ep -> aem_ctx -> callbacks = * config ;
23842384
23852385 rc = aem_disable_enabled (ep );
2386+ fprintf (stderr , "File: %s, Line: %d\n" , __FILE__ , __LINE__ );
23862387 if (rc )
23872388 goto cleanup_ctx ;
2388-
2389+ fprintf ( stderr , "File: %s, Line: %d\n" , __FILE__ , __LINE__ );
23892390 //Now, let's do a fresh enable of what's asked
23902391 for (int i = 0 ; i < NUM_ENABLES ; i ++ ) {
23912392 if (config -> enabled_map .enabled [i ]) {
@@ -2394,20 +2395,22 @@ int nvme_mi_aem_enable(nvme_mi_ep_t ep,
23942395 sync_data_count ++ ;
23952396 }
23962397 }
2397-
2398+ fprintf ( stderr , "File: %s, Line: %d\n" , __FILE__ , __LINE__ );
23982399 rc = aem_sync (ep , envfa , empfa , encfa , aemd , aerd ,
23992400 sync_data , sync_data_count , response , & response_len );
2401+ fprintf (stderr , "File: %s, Line: %d\n" , __FILE__ , __LINE__ );
24002402 if (rc )
24012403 goto cleanup_ctx ;
2402-
2404+ fprintf ( stderr , "File: %s, Line: %d\n" , __FILE__ , __LINE__ );
24032405 //Parse the response and fire events
24042406 rc = validate_occ_list_update_ctx (response ,
24052407 response_len ,
24062408 ep -> aem_ctx ,
24072409 false /*generation # shouldn't matter*/ );
2410+ fprintf (stderr , "File: %s, Line: %d\n" , __FILE__ , __LINE__ );
24082411 if (rc )
24092412 goto cleanup_ctx ;
2410-
2413+ fprintf ( stderr , "File: %s, Line: %d\n" , __FILE__ , __LINE__ );
24112414 if (response -> numaeo ) {
24122415 //Return value unused here
24132416 config -> aem_handler (ep , response -> numaeo , userdata );
0 commit comments