Searched refs:cvmx_app_hotplug_info_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-app-hotplug.h115 } cvmx_app_hotplug_info_t; typedef in typeref:struct:cvmx_app_hotplug_info
120 cvmx_app_hotplug_info_t hotplug_info_array[CVMX_APP_HOTPLUG_MAX_APPS];
134 cvmx_app_hotplug_info_t* cvmx_app_hotplug_get_info(uint32_t);
136 cvmx_app_hotplug_info_t* cvmx_app_hotplug_get_info_at_index(int index);
H A Dcvmx-app-hotplug.c61 static CVMX_SHARED cvmx_app_hotplug_info_t *cvmx_app_hotplug_info_ptr = NULL;
68 size of cvmx_app_hotplug_info_t is 1024. If the size is not 1024
71 char __hotplug_info_check[(sizeof(cvmx_app_hotplug_info_t) == 1024) ? 1 : -1];
130 cvmx_app_hotplug_info_t *app_info;
248 cvmx_app_hotplug_info_t *hotplug_info_ptr;
327 cvmx_app_hotplug_info_t *ai = cvmx_app_hotplug_info_ptr;
568 * Return the hotplug info structure (cvmx_app_hotplug_info_t) pointer for the
575 cvmx_app_hotplug_info_t* cvmx_app_hotplug_get_info(uint32_t coremask)
577 cvmx_app_hotplug_info_t *hip;
612 cvmx_app_hotplug_info_t *hi
[all...]

Completed in 59 milliseconds