Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/char/
Dhwc_rw.c78 #define _LIST(hwcb) ((hwcb_list_t*)(&(hwcb)[PAGE_SIZE-sizeof(hwcb_list_t)])) macro
80 #define _HWCB_CHAR(hwcb) (_LIST(hwcb)->mto_char_sum)
82 #define _HWCB_MTO(hwcb) (_LIST(hwcb)->mto_number)
84 #define _HWCB_CHAR_LOST(hwcb) (_LIST(hwcb)->mto_char_sum_lost)
86 #define _HWCB_MTO_LOST(hwcb) (_LIST(hwcb)->mto_number_lost)
88 #define _HWCB_TIMES_LOST(hwcb) (_LIST(hwcb)->times_lost)
90 #define _HWCB_NEXT(hwcb) (_LIST(hwcb)->next)