Home
last modified time | relevance | path

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

/linux-2.6.39/arch/alpha/kernel/
Derr_ev7.c25 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()
[all …]
Derr_common.c181 struct el_subpacket *subpacket; in el_process_subpackets() local
184 subpacket = (struct el_subpacket *) in el_process_subpackets()
187 for (i = 0; subpacket && i < packet_count; i++) { in el_process_subpackets()
189 subpacket = el_process_subpacket(subpacket); in el_process_subpackets()