Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.h776 #define INSERT_CAL(_ahp, _perCal) \ argument
778 if ((_ahp)->ah_cal_list_last == NULL) { \
779 (_ahp)->ah_cal_list = \
780 (_ahp)->ah_cal_list_last = (_perCal); \
781 ((_ahp)->ah_cal_list_last)->calNext = (_perCal); \
784 (_ahp)->ah_cal_list_last = (_perCal); \
785 (_perCal)->calNext = (_ahp)->ah_cal_list; \
1006 #define ar5416_get_eep_ver(_ahp) \ argument
1008 #define ar5416_get_eep_rev(_ahp) \ argument
1015 #define ar5416_get_eep4k_ver(_ahp) \ argument
[all …]