Lines Matching refs:subpacket
25 struct el_subpacket *subpacket; in ev7_collect_logout_frame_subpackets() local
55 subpacket = (struct el_subpacket *) in ev7_collect_logout_frame_subpackets()
58 subpacket && i < lf_subpackets->logout->subpacket_count; in ev7_collect_logout_frame_subpackets()
59 subpacket = (struct el_subpacket *) in ev7_collect_logout_frame_subpackets()
60 ((unsigned long)subpacket + subpacket->length), i++) { in ev7_collect_logout_frame_subpackets()
64 if (subpacket->class != EL_CLASS__PAL) { in ev7_collect_logout_frame_subpackets()
67 err_print_prefix, subpacket->class, i); in ev7_collect_logout_frame_subpackets()
74 switch(subpacket->type) { in ev7_collect_logout_frame_subpackets()
78 subpacket->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
83 subpacket->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
88 subpacket->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
93 subpacket->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
103 lf_subpackets->env[ev7_lf_env_index(subpacket->type)] = in ev7_collect_logout_frame_subpackets()
105 subpacket->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()