Lines Matching refs:subpacket
26 struct el_subpacket *subpacket; in ev7_collect_logout_frame_subpackets() local
56 subpacket = (struct el_subpacket *) in ev7_collect_logout_frame_subpackets()
59 subpacket && i < lf_subpackets->logout->subpacket_count; in ev7_collect_logout_frame_subpackets()
60 subpacket = (struct el_subpacket *) in ev7_collect_logout_frame_subpackets()
61 ((unsigned long)subpacket + subpacket->length), i++) { in ev7_collect_logout_frame_subpackets()
65 if (subpacket->class != EL_CLASS__PAL) { in ev7_collect_logout_frame_subpackets()
68 err_print_prefix, subpacket->class, i); in ev7_collect_logout_frame_subpackets()
75 switch(subpacket->type) { in ev7_collect_logout_frame_subpackets()
79 subpacket->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
84 subpacket->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
89 subpacket->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
94 subpacket->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
104 lf_subpackets->env[ev7_lf_env_index(subpacket->type)] = in ev7_collect_logout_frame_subpackets()
106 subpacket->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()