Searched defs:icm_aux_len (Results 1 - 4 of 4) sorted by relevance
| /vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/ |
| H A D | arbel.c | 2186 size_t icm_len, icm_aux_len; local 2390 icm_aux_len = ( MLX_GET ( &icm_aux_size, value ) * ARBEL_PAGE_SIZE ); 2394 arbel, ( icm_len / 1024 ), ( icm_aux_len / 1024 ) ); 2397 arbel->icm_aux_len = icm_aux_len; 2398 arbel->icm = umalloc ( arbel->icm_len + arbel->icm_aux_len ); 2405 assert ( arbel->icm_aux_len == icm_aux_len ); 2418 arbel, icm_phys, ( icm_phys + arbel->icm_aux_len ) ); 2420 0, icm_phys, arbel->icm_aux_len ) ) ! [all...] |
| H A D | arbel.h | 495 size_t icm_aux_len; member in struct:arbel
|
| H A D | hermon.c | 2304 size_t icm_len, icm_aux_len; local 2519 icm_aux_len = ( MLX_GET ( &icm_aux_size, value ) * HERMON_PAGE_SIZE ); 2523 hermon, ( icm_len / 1024 ), ( icm_aux_len / 1024 ) ); 2526 hermon->icm_aux_len = icm_aux_len; 2527 hermon->icm = umalloc ( hermon->icm_aux_len + hermon->icm_len ); 2534 assert ( hermon->icm_aux_len == icm_aux_len ); 2542 0, icm_phys, icm_aux_len ) ) != 0 ) { 2547 icm_phys += icm_aux_len; [all...] |
| H A D | hermon.h | 863 size_t icm_aux_len; member in struct:hermon
|
Completed in 72 milliseconds