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

/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-mgmt.h39 * struct vxge_hal_mgmt_about_info_t - About info.
57 typedef struct vxge_hal_mgmt_about_info_t { struct
74 } vxge_hal_mgmt_about_info_t; typedef in typeref:struct:vxge_hal_mgmt_about_info_t
80 * @about_info: Filled in by HAL. See vxge_hal_mgmt_about_info_t {}.
83 * sizeof(vxge_hal_mgmt_about_info_t) and returns required size in this field
94 * See also: vxge_hal_mgmt_about_info_t {}.
98 vxge_hal_mgmt_about_info_t *about_info,
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-mgmt.c38 * @about_info: Filled in by HAL. See vxge_hal_mgmt_about_info_t {}.
41 * sizeof(vxge_hal_mgmt_about_info_t) and returns required size in this field
52 * See also: vxge_hal_mgmt_about_info_t {}.
56 vxge_hal_mgmt_about_info_t *about_info,
78 if (*size < sizeof(vxge_hal_mgmt_about_info_t)) {
79 *size = sizeof(vxge_hal_mgmt_about_info_t);
118 *size = sizeof(vxge_hal_mgmt_about_info_t);
H A Dvxgehal-mgmtaux.c94 u32 size = sizeof(vxge_hal_mgmt_about_info_t);
96 vxge_hal_mgmt_about_info_t about_info;

Completed in 83 milliseconds