Home
last modified time | relevance | path

Searched refs:icm_offset (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/infiniband/
Dhermon.c2219 uint64_t icm_offset = 0; in hermon_alloc_icm() local
2246 hermon->icm_map[HERMON_ICM_QP_CMPT].offset = icm_offset; in hermon_alloc_icm()
2248 icm_offset += cmpt_max_len; in hermon_alloc_icm()
2250 hermon->icm_map[HERMON_ICM_SRQ_CMPT].offset = icm_offset; in hermon_alloc_icm()
2252 icm_offset += cmpt_max_len; in hermon_alloc_icm()
2254 hermon->icm_map[HERMON_ICM_CQ_CMPT].offset = icm_offset; in hermon_alloc_icm()
2256 icm_offset += cmpt_max_len; in hermon_alloc_icm()
2258 hermon->icm_map[HERMON_ICM_EQ_CMPT].offset = icm_offset; in hermon_alloc_icm()
2260 icm_offset += cmpt_max_len; in hermon_alloc_icm()
2262 hermon->icm_map[HERMON_ICM_OTHER].offset = icm_offset; in hermon_alloc_icm()
[all …]
Darbel.c1852 size_t icm_offset = 0; in arbel_alloc_icm() local
1857 icm_offset = ( ( arbel->limits.reserved_uars + 1 ) << 12 ); in arbel_alloc_icm()
1863 ( icm_offset >> 7 ), in arbel_alloc_icm()
1866 DBGC ( arbel, "Arbel %p ICM QPC base = %zx\n", arbel, icm_offset ); in arbel_alloc_icm()
1867 icm_offset += icm_usage ( log_num_qps, arbel->limits.qpc_entry_size ); in arbel_alloc_icm()
1872 icm_offset ); in arbel_alloc_icm()
1873 DBGC ( arbel, "Arbel %p ICM EQPC base = %zx\n", arbel, icm_offset ); in arbel_alloc_icm()
1875 icm_offset += icm_usage ( log_num_qps, arbel->limits.qpc_entry_size ); in arbel_alloc_icm()
1881 ( icm_offset >> 5 ), in arbel_alloc_icm()
1884 DBGC ( arbel, "Arbel %p ICM SRQC base = %zx\n", arbel, icm_offset ); in arbel_alloc_icm()
[all …]