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

/freebsd-10.2-release/sys/dev/nxge/include/
H A Dxgehal-mgmt.h43 * struct xge_hal_mgmt_about_info_t - About info.
62 typedef struct xge_hal_mgmt_about_info_t { struct
80 } xge_hal_mgmt_about_info_t; typedef in typeref:struct:xge_hal_mgmt_about_info_t
92 xge_hal_mgmt_about(xge_hal_device_h devh, xge_hal_mgmt_about_info_t *about_info,
/freebsd-10.2-release/sys/dev/nxge/xgehal/
H A Dxgehal-mgmt.c36 * @about_info: Filled in by HAL. See xge_hal_mgmt_about_info_t{}.
38 * size is smaller than sizeof(xge_hal_mgmt_about_info_t).
48 * See also: xge_hal_mgmt_about_info_t{}.
51 xge_hal_mgmt_about(xge_hal_device_h devh, xge_hal_mgmt_about_info_t *about_info,
60 if (size != sizeof(xge_hal_mgmt_about_info_t)) {
H A Dxgehal-mgmtaux.c202 xge_hal_mgmt_about_info_t about_info;
206 sizeof(xge_hal_mgmt_about_info_t));

Completed in 45 milliseconds