Lines Matching refs:el_ptr
23 ev7_collect_logout_frame_subpackets(struct el_subpacket *el_ptr, in ev7_collect_logout_frame_subpackets() argument
33 if (el_ptr->class != EL_CLASS__HEADER || in ev7_collect_logout_frame_subpackets()
34 el_ptr->type != EL_TYPE__HEADER__LOGOUT_FRAME) in ev7_collect_logout_frame_subpackets()
40 el_ptr = (struct el_subpacket *) in ev7_collect_logout_frame_subpackets()
41 ((unsigned long)el_ptr + el_ptr->length); in ev7_collect_logout_frame_subpackets()
46 if (el_ptr->class != EL_CLASS__PAL || in ev7_collect_logout_frame_subpackets()
47 el_ptr->type != EL_TYPE__PAL__LOGOUT_FRAME) in ev7_collect_logout_frame_subpackets()
51 el_ptr->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
57 ((unsigned long)el_ptr + el_ptr->length); in ev7_collect_logout_frame_subpackets()
123 struct el_subpacket *el_ptr = (struct el_subpacket *)la_ptr; in ev7_machine_check() local
137 el_process_subpacket(el_ptr); in ev7_machine_check()