Searched refs:_HIM_INTERFACE (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/hptrr/
H A Dhimfuncs.h34 * define _HIM_INTERFACE before include this file, and
39 #ifndef _HIM_INTERFACE
40 #error "you must define _HIM_INTERFACE before this file"
43 _HIM_INTERFACE(HPT_BOOL, get_supported_device_id, (int index, PCI_ID *id))
45 _HIM_INTERFACE(HPT_U8, get_controller_count, (PCI_ID *id, HPT_U8 *reached))
48 _HIM_INTERFACE(HPT_UINT, get_adapter_size, (const PCI_ID *id))
51 _HIM_INTERFACE(HPT_BOOL, create_adapter, (const PCI_ID *id, PCI_ADDRESS pciAddress, void *adapter, void *osext))
53 _HIM_INTERFACE(void, get_adapter_config, (void *adapter, HIM_ADAPTER_CONFIG *config))
55 _HIM_INTERFACE(HPT_BOOL, get_meminfo, (void *adapter))
58 _HIM_INTERFACE(HPT_BOO
107 #undef _HIM_INTERFACE macro
[all...]
H A Dhim.h246 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; macro
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhimfuncs.h33 * define _HIM_INTERFACE before include this file, and
38 #ifndef _HIM_INTERFACE
39 #error "you must define _HIM_INTERFACE before this file"
42 _HIM_INTERFACE(HPT_BOOL, get_supported_device_id, (int index, PCI_ID *id))
44 _HIM_INTERFACE(HPT_U8, get_controller_count, (PCI_ID *id, HPT_U8 *reached, PCI_ADDRESS *addr))
47 _HIM_INTERFACE(HPT_UINT, get_adapter_size, (const PCI_ID *id))
50 _HIM_INTERFACE(HPT_BOOL, create_adapter, (const PCI_ID *id, PCI_ADDRESS pciAddress, void *adapter, void *osext))
52 _HIM_INTERFACE(void, get_adapter_config, (void *adapter, HIM_ADAPTER_CONFIG *config))
54 _HIM_INTERFACE(HPT_BOOL, get_meminfo, (void *adapter))
57 _HIM_INTERFACE(HPT_BOO
110 #undef _HIM_INTERFACE macro
[all...]
H A Dhim.h278 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; macro
/freebsd-13-stable/sys/dev/hptnr/
H A Dhimfuncs.h32 * define _HIM_INTERFACE before include this file, and
38 #ifndef _HIM_INTERFACE
39 #error "you must define _HIM_INTERFACE before this file"
42 _HIM_INTERFACE(HPT_BOOL, get_supported_device_id, (int index, PCI_ID *id))
44 _HIM_INTERFACE(HPT_U8, get_controller_count, (PCI_ID *id, HPT_U8 *reached, PCI_ADDRESS *addr))
47 _HIM_INTERFACE(HPT_UINT, get_adapter_size, (const PCI_ID *id))
50 _HIM_INTERFACE(HPT_BOOL, create_adapter, (const PCI_ID *id, PCI_ADDRESS pciAddress, void *adapter, void *osext))
52 _HIM_INTERFACE(void, get_adapter_config, (void *adapter, HIM_ADAPTER_CONFIG *config))
54 _HIM_INTERFACE(HPT_BOOL, get_meminfo, (void *adapter))
57 _HIM_INTERFACE(HPT_BOO
110 #undef _HIM_INTERFACE macro
[all...]
H A Dhim.h278 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; macro

Completed in 58 milliseconds