Searched refs:calNext (Results 1 – 2 of 2) sorted by relevance
770 (_perCal)->calNext = NULL; \778 ((_ahp)->ah_cal_list_last)->calNext = (_perCal); \780 ((_ahp)->ah_cal_list_last)->calNext = (_perCal); \782 (_perCal)->calNext = (_ahp)->ah_cal_list; \817 struct hal_cal_list *calNext; member
841 ahp->ah_cal_list_curr = currCal = currCal->calNext; in ath9k_hw_calibrate()