Lines Matching refs:el_ptr
22 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
136 el_process_subpacket(el_ptr); in ev7_machine_check()