Home
last modified time | relevance | path

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

/linux-5.19.10/arch/alpha/kernel/
Derr_marvel.c25 marvel_print_680_frame(struct ev7_lf_subpackets *lf_subpackets) in marvel_print_680_frame() argument
49 env = lf_subpackets->env[ev7_lf_env_index(ev_packets[i].type)]; in marvel_print_680_frame()
69 marvel_process_680_frame(struct ev7_lf_subpackets *lf_subpackets, int print) in marvel_process_680_frame() argument
77 if (lf_subpackets->env[i]) in marvel_process_680_frame()
82 marvel_print_680_frame(lf_subpackets); in marvel_process_680_frame()
798 marvel_find_io7_with_error(struct ev7_lf_subpackets *lf_subpackets) in marvel_find_io7_with_error() argument
800 struct ev7_pal_io_subpacket *io = lf_subpackets->io; in marvel_find_io7_with_error()
897 lf_subpackets->io_pid = io7->pe; in marvel_find_io7_with_error()
903 marvel_process_io_error(struct ev7_lf_subpackets *lf_subpackets, int print) in marvel_process_io_error() argument
908 struct ev7_pal_io_subpacket *io = lf_subpackets->io; in marvel_process_io_error()
[all …]
Derr_ev7.c24 struct ev7_lf_subpackets *lf_subpackets) in ev7_collect_logout_frame_subpackets() argument
50 lf_subpackets->logout = (struct ev7_pal_logout_subpacket *) in ev7_collect_logout_frame_subpackets()
59 subpacket && i < lf_subpackets->logout->subpacket_count; in ev7_collect_logout_frame_subpackets()
77 lf_subpackets->ev7 = in ev7_collect_logout_frame_subpackets()
83 lf_subpackets->rbox = (struct ev7_pal_rbox_subpacket *) in ev7_collect_logout_frame_subpackets()
88 lf_subpackets->zbox = (struct ev7_pal_zbox_subpacket *) in ev7_collect_logout_frame_subpackets()
93 lf_subpackets->io = (struct ev7_pal_io_subpacket *) in ev7_collect_logout_frame_subpackets()
104 lf_subpackets->env[ev7_lf_env_index(subpacket->type)] = in ev7_collect_logout_frame_subpackets()
117 return lf_subpackets; in ev7_collect_logout_frame_subpackets()