Searched refs:_cap (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/sfxge/common/ |
H A D | ef10_phy.c | 44 #define CHECK_CAP(_cap) \ in mcdi_phy_decode_cap() argument 45 EFX_STATIC_ASSERT(EFX_PHY_CAP_##_cap == MC_CMD_PHY_CAP_##_cap##_LBN) in mcdi_phy_decode_cap()
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf.h | 102 GElf_Cap *gelf_getcap(Elf_Data *_data, int _index, GElf_Cap *_cap);
|
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1207 #define ath_hal_getcapability(_ah, _cap, _param, _result) \ argument 1208 ((*(_ah)->ah_getCapability)((_ah), (_cap), (_param), (_result))) 1209 #define ath_hal_setcapability(_ah, _cap, _param, _v, _status) \ argument 1210 ((*(_ah)->ah_setCapability)((_ah), (_cap), (_param), (_v), (_status)))
|