Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/infiniband/
Dhermon.c2246 hermon->icm_map[HERMON_ICM_QP_CMPT].offset = icm_offset; in hermon_alloc_icm()
2247 hermon->icm_map[HERMON_ICM_QP_CMPT].len = qp_cmpt_len; in hermon_alloc_icm()
2250 hermon->icm_map[HERMON_ICM_SRQ_CMPT].offset = icm_offset; in hermon_alloc_icm()
2251 hermon->icm_map[HERMON_ICM_SRQ_CMPT].len = srq_cmpt_len; in hermon_alloc_icm()
2254 hermon->icm_map[HERMON_ICM_CQ_CMPT].offset = icm_offset; in hermon_alloc_icm()
2255 hermon->icm_map[HERMON_ICM_CQ_CMPT].len = cq_cmpt_len; in hermon_alloc_icm()
2258 hermon->icm_map[HERMON_ICM_EQ_CMPT].offset = icm_offset; in hermon_alloc_icm()
2259 hermon->icm_map[HERMON_ICM_EQ_CMPT].len = eq_cmpt_len; in hermon_alloc_icm()
2262 hermon->icm_map[HERMON_ICM_OTHER].offset = icm_offset; in hermon_alloc_icm()
2373 hermon->icm_map[HERMON_ICM_OTHER].len = in hermon_alloc_icm()
[all …]
Dhermon.h528 struct hermon_icm_map icm_map[HERMON_ICM_NUM_REGIONS]; member