Home
last modified time | relevance | path

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

/linux-2.6.39/arch/alpha/kernel/
Derr_ev7.c22 ev7_collect_logout_frame_subpackets(struct el_subpacket *el_ptr, in ev7_collect_logout_frame_subpackets() argument
32 if (el_ptr->class != EL_CLASS__HEADER || in ev7_collect_logout_frame_subpackets()
33 el_ptr->type != EL_TYPE__HEADER__LOGOUT_FRAME) in ev7_collect_logout_frame_subpackets()
39 el_ptr = (struct el_subpacket *) in ev7_collect_logout_frame_subpackets()
40 ((unsigned long)el_ptr + el_ptr->length); in ev7_collect_logout_frame_subpackets()
45 if (el_ptr->class != EL_CLASS__PAL || in ev7_collect_logout_frame_subpackets()
46 el_ptr->type != EL_TYPE__PAL__LOGOUT_FRAME) in ev7_collect_logout_frame_subpackets()
50 el_ptr->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
56 ((unsigned long)el_ptr + el_ptr->length); in ev7_collect_logout_frame_subpackets()
122 struct el_subpacket *el_ptr = (struct el_subpacket *)la_ptr; in ev7_machine_check() local
[all …]
Derr_marvel.c1048 struct el_subpacket *el_ptr = (struct el_subpacket *)la_ptr; in marvel_machine_check() local
1099 ev7_collect_logout_frame_subpackets(el_ptr, in marvel_machine_check()
1144 el_process_subpacket(el_ptr); in marvel_machine_check()