Home
last modified time | relevance | path

Searched refs:icm_aux_len (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/drivers/infiniband/
Darbel.h406 size_t icm_aux_len; member
Dhermon.c2224 size_t icm_len, icm_aux_len; in hermon_alloc_icm() local
2401 icm_aux_len = ( MLX_GET ( &icm_aux_size, value ) * HERMON_PAGE_SIZE ); in hermon_alloc_icm()
2405 hermon, ( icm_len / 1024 ), ( icm_aux_len / 1024 ) ); in hermon_alloc_icm()
2406 hermon->icm = umalloc ( icm_aux_len + icm_len ); in hermon_alloc_icm()
2417 0, icm_phys, icm_aux_len ) ) != 0 ) { in hermon_alloc_icm()
2422 icm_phys += icm_aux_len; in hermon_alloc_icm()
Darbel.c1973 arbel->icm_aux_len = ( MLX_GET ( &icm_aux_size, value ) * 4096 ); in arbel_alloc_icm()
1978 ( arbel->icm_aux_len / 1024 ) ); in arbel_alloc_icm()
1979 arbel->icm = umalloc ( arbel->icm_len + arbel->icm_aux_len ); in arbel_alloc_icm()
1988 log2size, fls ( ( arbel->icm_aux_len / 4096 ) - 1 ), in arbel_alloc_icm()