Searched refs:cal_list_last (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dcalib.h50 if ((_ahp)->cal_list_last == NULL) { \
52 (_ahp)->cal_list_last = (_perCal); \
53 ((_ahp)->cal_list_last)->calNext = (_perCal); \
55 ((_ahp)->cal_list_last)->calNext = (_perCal); \
56 (_ahp)->cal_list_last = (_perCal); \
H A Dar9003_calib.c771 ah->cal_list = ah->cal_list_last = ah->cal_list_curr = NULL;
H A Dar9002_calib.c885 ah->cal_list = ah->cal_list_last = ah->cal_list_curr = NULL;
H A Dhw.h703 struct ath9k_cal_list *cal_list_last; member in struct:ath_hw

Completed in 110 milliseconds