Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.h773 (_perCal)->calNext = NULL; \
781 ((_ahp)->ah_cal_list_last)->calNext = (_perCal); \
783 ((_ahp)->ah_cal_list_last)->calNext = (_perCal); \
785 (_perCal)->calNext = (_ahp)->ah_cal_list; \
820 struct hal_cal_list *calNext; member
H A Darn_calib.c834 ahp->ah_cal_list_curr = currCal = currCal->calNext; in ath9k_hw_calibrate()