Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h327 #define INSERT_CAL(_ahp, _perCal) \ argument
329 if ((_ahp)->ah_cal_list_last == AH_NULL) { \
330 (_ahp)->ah_cal_list = (_ahp)->ah_cal_list_last = (_perCal); \
331 ((_ahp)->ah_cal_list_last)->cal_next = (_perCal); \
333 ((_ahp)->ah_cal_list_last)->cal_next = (_perCal); \
334 (_ahp)->ah_cal_list_last = (_perCal); \
335 (_perCal)->cal_next = (_ahp)->ah_cal_list; \
H A Dar9300eep.h494 #define IS_EEP_MINOR_V3(_ahp) (ar9300_eeprom_get((_ahp), EEP_MINOR_REV) >= AR9300_EEP_MINOR_VER_3) argument