Home
last modified time | relevance | path

Searched refs:host_type (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/dev/vxge/vxgehal/
HDvxgehal-device.h82 u32 host_type; member
240 __hal_device_access_rights_get(u32 host_type, u32 func_id);
HDvxgehal-device.c688 __hal_device_access_rights_get(u32 host_type, u32 func_id) in __hal_device_access_rights_get() argument
692 switch (host_type) { in __hal_device_access_rights_get()
746 hldev->host_type = (u32) in __hal_device_host_info_get()
779 hldev->host_type, hldev->func_id); in __hal_device_host_info_get()
2561 hw_info->host_type = (u32) in vxge_hal_device_hw_info_get()
2581 if (__hal_device_access_rights_get(hw_info->host_type, in vxge_hal_device_hw_info_get()
3609 vxge_hal_device_is_privileged(u32 host_type, u32 func_id) in vxge_hal_device_is_privileged() argument
3614 access_rights = __hal_device_access_rights_get(host_type, func_id); in vxge_hal_device_is_privileged()
HDvxgehal-mrpcim.c240 u32 host_type, func_id, i; in vxge_hal_mrpcim_fw_upgrade() local
279 host_type = (u32) in vxge_hal_mrpcim_fw_upgrade()
297 if (!(__hal_device_access_rights_get(host_type, func_id) & in vxge_hal_mrpcim_fw_upgrade()
/NextBSD/tools/tools/vxge/
HDvxge_cmn.h208 u32 host_type; member
/NextBSD/sys/dev/si/
HDsi.c109 static char * si_modulename(int host_type, int uart_type);
1618 si_modulename(int host_type, int uart_type) in si_modulename() argument
1620 switch (host_type) { in si_modulename()
/NextBSD/sys/dev/vxge/include/
HDvxgehal-ll.h1888 u32 host_type,
3101 u32 host_type; member
/NextBSD/sys/dev/vxge/
HDvxge.c3065 status = vxge_hal_device_is_privileged(hw_info->host_type, in vxge_device_hw_info_get()