Home
last modified time | relevance | path

Searched refs:_cap (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_hal.h1130 #define ATH_HAL_GETCAPABILITY(_ah, _cap, _param, _result) \ argument
1131 ((*(_ah)->ah_getCapability)((_ah), (_cap), (_param), (_result)))
1132 #define ATH_HAL_SETCAPABILITY(_ah, _type, _cap, _param, _status) \ argument
1133 ((*(_ah)->ah_setCapability)((_ah), (_type), (_cap), (_param), \
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c293 #define APIX_WRITE_MSI_DATA(_hdl, _cap, _ctrl, _v)\ argument
296 pci_config_put16((_hdl), (_cap) + PCI_MSI_64BIT_DATA, (_v));\
298 pci_config_put16((_hdl), (_cap) + PCI_MSI_32BIT_DATA, (_v));\