Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/arn/
H A Darn_hw.h768 #define INIT_CAL(_perCal) do { \ argument
769 (_perCal)->calState = CAL_WAITING; \
770 (_perCal)->calNext = NULL; \
773 #define INSERT_CAL(_ahp, _perCal) \ argument
777 (_ahp)->ah_cal_list_last = (_perCal); \
778 ((_ahp)->ah_cal_list_last)->calNext = (_perCal); \
780 ((_ahp)->ah_cal_list_last)->calNext = (_perCal); \
781 (_ahp)->ah_cal_list_last = (_perCal); \
782 (_perCal)->calNext = (_ahp)->ah_cal_list; \