Home
last modified time | relevance | path

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

/NextBSD/sys/dev/vxge/include/
HDvxgehal-mgmt.h57 typedef struct vxge_hal_mgmt_about_info_t { struct
74 } vxge_hal_mgmt_about_info_t; argument
98 vxge_hal_mgmt_about_info_t *about_info,
/NextBSD/sys/dev/vxge/vxgehal/
HDvxgehal-mgmt.c56 vxge_hal_mgmt_about_info_t *about_info, in vxge_hal_mgmt_about()
78 if (*size < sizeof(vxge_hal_mgmt_about_info_t)) { in vxge_hal_mgmt_about()
79 *size = sizeof(vxge_hal_mgmt_about_info_t); in vxge_hal_mgmt_about()
118 *size = sizeof(vxge_hal_mgmt_about_info_t); in vxge_hal_mgmt_about()
HDvxgehal-mgmtaux.c94 u32 size = sizeof(vxge_hal_mgmt_about_info_t); in vxge_hal_aux_about_read()
96 vxge_hal_mgmt_about_info_t about_info; in vxge_hal_aux_about_read()