#include <hermon.h>
Data Fields | |
| unsigned int | mtt_offset |
| MTT offset. | |
| unsigned int | num_pages |
| Number of pages. | |
| unsigned int | mtt_base_addr |
| MTT base address. | |
| unsigned int | page_offset |
| Offset within page. | |
Definition at line 355 of file hermon.h.
| unsigned int hermon_mtt::mtt_offset |
MTT offset.
Definition at line 357 of file hermon.h.
Referenced by hermon_alloc_mtt(), and hermon_free_mtt().
| unsigned int hermon_mtt::num_pages |
Number of pages.
Definition at line 359 of file hermon.h.
Referenced by hermon_alloc_mtt(), and hermon_free_mtt().
| unsigned int hermon_mtt::mtt_base_addr |
MTT base address.
Definition at line 361 of file hermon.h.
Referenced by hermon_alloc_mtt(), hermon_create_cq(), hermon_create_eq(), and hermon_create_qp().
| unsigned int hermon_mtt::page_offset |
Offset within page.
Definition at line 363 of file hermon.h.
Referenced by hermon_alloc_mtt(), hermon_create_cq(), hermon_create_eq(), and hermon_create_qp().
1.5.7.1