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

/freebsd-11-stable/sys/dev/hptrr/
H A Dhimfuncs.h32 * define _HIM_INTERFACE before include this file, and
37 #ifndef _HIM_INTERFACE
38 #error "you must define _HIM_INTERFACE before this file"
41 _HIM_INTERFACE(HPT_BOOL, get_supported_device_id, (int index, PCI_ID *id))
43 _HIM_INTERFACE(HPT_U8, get_controller_count, (PCI_ID *id, HPT_U8 *reached))
46 _HIM_INTERFACE(HPT_UINT, get_adapter_size, (const PCI_ID *id))
49 _HIM_INTERFACE(HPT_BOOL, create_adapter, (const PCI_ID *id, PCI_ADDRESS pciAddress, void *adapter, void *osext))
51 _HIM_INTERFACE(void, get_adapter_config, (void *adapter, HIM_ADAPTER_CONFIG *config))
53 _HIM_INTERFACE(HPT_BOOL, get_meminfo, (void *adapter))
56 _HIM_INTERFACE(HPT_BOO
105 #undef _HIM_INTERFACE macro
[all...]
H A Dhim.h244 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; macro
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhimfuncs.h31 * define _HIM_INTERFACE before include this file, and
36 #ifndef _HIM_INTERFACE
37 #error "you must define _HIM_INTERFACE before this file"
40 _HIM_INTERFACE(HPT_BOOL, get_supported_device_id, (int index, PCI_ID *id))
42 _HIM_INTERFACE(HPT_U8, get_controller_count, (PCI_ID *id, HPT_U8 *reached, PCI_ADDRESS *addr))
45 _HIM_INTERFACE(HPT_UINT, get_adapter_size, (const PCI_ID *id))
48 _HIM_INTERFACE(HPT_BOOL, create_adapter, (const PCI_ID *id, PCI_ADDRESS pciAddress, void *adapter, void *osext))
50 _HIM_INTERFACE(void, get_adapter_config, (void *adapter, HIM_ADAPTER_CONFIG *config))
52 _HIM_INTERFACE(HPT_BOOL, get_meminfo, (void *adapter))
55 _HIM_INTERFACE(HPT_BOO
108 #undef _HIM_INTERFACE macro
[all...]
H A Dhim.h276 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; macro
/freebsd-11-stable/sys/dev/hptnr/
H A Dhimfuncs.h30 * define _HIM_INTERFACE before include this file, and
36 #ifndef _HIM_INTERFACE
37 #error "you must define _HIM_INTERFACE before this file"
40 _HIM_INTERFACE(HPT_BOOL, get_supported_device_id, (int index, PCI_ID *id))
42 _HIM_INTERFACE(HPT_U8, get_controller_count, (PCI_ID *id, HPT_U8 *reached, PCI_ADDRESS *addr))
45 _HIM_INTERFACE(HPT_UINT, get_adapter_size, (const PCI_ID *id))
48 _HIM_INTERFACE(HPT_BOOL, create_adapter, (const PCI_ID *id, PCI_ADDRESS pciAddress, void *adapter, void *osext))
50 _HIM_INTERFACE(void, get_adapter_config, (void *adapter, HIM_ADAPTER_CONFIG *config))
52 _HIM_INTERFACE(HPT_BOOL, get_meminfo, (void *adapter))
55 _HIM_INTERFACE(HPT_BOO
108 #undef _HIM_INTERFACE macro
[all...]
H A Dhim.h276 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; macro

Completed in 82 milliseconds