Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/arch-x86/
H A Dxen-mca.h300 #define x86_mcinfo_nentries(_mi) \ argument
301 (_mi)->mi_nentries
305 #define x86_mcinfo_first(_mi) \ argument
306 ((struct mcinfo_common *)(_mi)->mi_data)
316 #define x86_mcinfo_lookup(_ret, _mi, _type) \ argument
323 if (_mi == NULL) break; \
324 _mic = x86_mcinfo_first(_mi); \
325 for (i = 0; i < x86_mcinfo_nentries(_mi); i++) { \
/freebsd/sys/dev/ath/
H A Dif_athvar.h1533 #define ath_hal_btcoex_mci_get_interrupt(_ah, _mi, _mm) \ argument
1534 ((*(_ah)->ah_btMciGetInterrupt)((_ah), (_mi), (_mm)))