Home
last modified time | relevance | path

Searched refs:hwcb (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)])) argument
80 #define _HWCB_CHAR(hwcb) (_LIST(hwcb)->mto_char_sum) argument
82 #define _HWCB_MTO(hwcb) (_LIST(hwcb)->mto_number) argument
84 #define _HWCB_CHAR_LOST(hwcb) (_LIST(hwcb)->mto_char_sum_lost) argument
86 #define _HWCB_MTO_LOST(hwcb) (_LIST(hwcb)->mto_number_lost) argument
88 #define _HWCB_TIMES_LOST(hwcb) (_LIST(hwcb)->times_lost) argument
90 #define _HWCB_NEXT(hwcb) (_LIST(hwcb)->next) argument
319 unsigned char hwcb[]) in service_call() argument
327 :"a" (&hwc_command_word), "a" (hwcb) in service_call()
351 write_hwcb_t *hwcb; in prepare_write_hwcb() local
[all …]