Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/infiniband/
Dhermon.h224 struct hermonprm_scalar_parameter mtt_base_addr; member
361 unsigned int mtt_base_addr; member
Dhermon.c579 unsigned int mtt_base_addr; in hermon_alloc_mtt() local
597 mtt_base_addr = ( ( hermon->cap.reserved_mtts + mtt_offset ) * in hermon_alloc_mtt()
603 mtt->mtt_base_addr = mtt_base_addr; in hermon_alloc_mtt()
609 MLX_FILL_1 ( &write_mtt.mtt_base_addr, 1, in hermon_alloc_mtt()
610 value, mtt_base_addr ); in hermon_alloc_mtt()
617 hermon, mtt_base_addr ); in hermon_alloc_mtt()
621 mtt_base_addr += hermon->cap.mtt_entry_size; in hermon_alloc_mtt()
758 ( hermon_cq->mtt.mtt_base_addr >> 3 ) ); in hermon_create_cq()
1032 ( hermon_qp->mtt.mtt_base_addr >> 3 ) ); in hermon_create_qp()
1611 ( hermon_eq->mtt.mtt_base_addr >> 3 ) ); in hermon_create_eq()