lf_subpackets      24 arch/alpha/kernel/err_ev7.c 				    struct ev7_lf_subpackets *lf_subpackets)
lf_subpackets      50 arch/alpha/kernel/err_ev7.c 	lf_subpackets->logout = (struct ev7_pal_logout_subpacket *)
lf_subpackets      59 arch/alpha/kernel/err_ev7.c 	     subpacket && i < lf_subpackets->logout->subpacket_count;
lf_subpackets      77 arch/alpha/kernel/err_ev7.c 			lf_subpackets->ev7 =
lf_subpackets      83 arch/alpha/kernel/err_ev7.c 			lf_subpackets->rbox = (struct ev7_pal_rbox_subpacket *)
lf_subpackets      88 arch/alpha/kernel/err_ev7.c 			lf_subpackets->zbox = (struct ev7_pal_zbox_subpacket *)
lf_subpackets      93 arch/alpha/kernel/err_ev7.c 			lf_subpackets->io = (struct ev7_pal_io_subpacket *)
lf_subpackets     104 arch/alpha/kernel/err_ev7.c 			lf_subpackets->env[ev7_lf_env_index(subpacket->type)] =
lf_subpackets     117 arch/alpha/kernel/err_ev7.c 	return lf_subpackets;
lf_subpackets      25 arch/alpha/kernel/err_marvel.c marvel_print_680_frame(struct ev7_lf_subpackets *lf_subpackets)
lf_subpackets      49 arch/alpha/kernel/err_marvel.c 		env = lf_subpackets->env[ev7_lf_env_index(ev_packets[i].type)];
lf_subpackets      69 arch/alpha/kernel/err_marvel.c marvel_process_680_frame(struct ev7_lf_subpackets *lf_subpackets, int print)
lf_subpackets      77 arch/alpha/kernel/err_marvel.c 		if (lf_subpackets->env[i])
lf_subpackets      82 arch/alpha/kernel/err_marvel.c 		marvel_print_680_frame(lf_subpackets);
lf_subpackets     798 arch/alpha/kernel/err_marvel.c marvel_find_io7_with_error(struct ev7_lf_subpackets *lf_subpackets)
lf_subpackets     800 arch/alpha/kernel/err_marvel.c 	struct ev7_pal_io_subpacket *io = lf_subpackets->io;
lf_subpackets     897 arch/alpha/kernel/err_marvel.c 	lf_subpackets->io_pid = io7->pe;
lf_subpackets     903 arch/alpha/kernel/err_marvel.c marvel_process_io_error(struct ev7_lf_subpackets *lf_subpackets, int print)
lf_subpackets     908 arch/alpha/kernel/err_marvel.c 	struct ev7_pal_io_subpacket *io = lf_subpackets->io;
lf_subpackets     914 arch/alpha/kernel/err_marvel.c 	if (!lf_subpackets->logout || !lf_subpackets->io)
lf_subpackets     933 arch/alpha/kernel/err_marvel.c 	if ((lf_subpackets->io->po7_error_sum & (1UL << 32)) ||
lf_subpackets     934 arch/alpha/kernel/err_marvel.c 	    ((lf_subpackets->io->po7_error_sum        |
lf_subpackets     935 arch/alpha/kernel/err_marvel.c 	      lf_subpackets->io->ports[0].pox_err_sum |
lf_subpackets     936 arch/alpha/kernel/err_marvel.c 	      lf_subpackets->io->ports[1].pox_err_sum |
lf_subpackets     937 arch/alpha/kernel/err_marvel.c 	      lf_subpackets->io->ports[2].pox_err_sum |
lf_subpackets     938 arch/alpha/kernel/err_marvel.c 	      lf_subpackets->io->ports[3].pox_err_sum) & (1UL << 63))) {
lf_subpackets     944 arch/alpha/kernel/err_marvel.c 		if (!marvel_find_io7_with_error(lf_subpackets))
lf_subpackets     959 arch/alpha/kernel/err_marvel.c 	       err_print_prefix, lf_subpackets->io_pid);
lf_subpackets     964 arch/alpha/kernel/err_marvel.c 	if (lf_subpackets->io->po7_error_sum & IO7__PO7_ERRSUM__ERR_MASK) {
lf_subpackets     994 arch/alpha/kernel/err_marvel.c 		       lf_subpackets->io_pid, i, io->ports[i].pox_err_sum);
lf_subpackets    1011 arch/alpha/kernel/err_marvel.c marvel_process_logout_frame(struct ev7_lf_subpackets *lf_subpackets, int print)
lf_subpackets    1019 arch/alpha/kernel/err_marvel.c 	if (lf_subpackets->logout &&
lf_subpackets    1020 arch/alpha/kernel/err_marvel.c 	    (lf_subpackets->logout->rbox_int & 0x20000400ul))
lf_subpackets    1021 arch/alpha/kernel/err_marvel.c 		status = marvel_process_io_error(lf_subpackets, print);
lf_subpackets    1036 arch/alpha/kernel/err_marvel.c 	if (lf_subpackets->ev7 &&
lf_subpackets    1037 arch/alpha/kernel/err_marvel.c 	    (lf_subpackets->ev7->c_stat == 0x14) &&
lf_subpackets    1038 arch/alpha/kernel/err_marvel.c 	    !(lf_subpackets->ev7->c_sts & 0x8) &&
lf_subpackets    1039 arch/alpha/kernel/err_marvel.c 	    ((lf_subpackets->ev7->c_addr & 0x400ff000000ul) 
lf_subpackets    1053 arch/alpha/kernel/err_marvel.c 	struct ev7_lf_subpackets *lf_subpackets = NULL;
lf_subpackets    1099 arch/alpha/kernel/err_marvel.c 	lf_subpackets = 
lf_subpackets    1102 arch/alpha/kernel/err_marvel.c 	if (process_frame && lf_subpackets && lf_subpackets->logout) {
lf_subpackets    1111 arch/alpha/kernel/err_marvel.c 		if (!lf_subpackets->io)
lf_subpackets    1112 arch/alpha/kernel/err_marvel.c 			lf_subpackets->io = &scratch_io_packet;
lf_subpackets    1119 arch/alpha/kernel/err_marvel.c 		lf_subpackets->io_pid = lf_subpackets->logout->whami;
lf_subpackets    1124 arch/alpha/kernel/err_marvel.c 		disposition = process_frame(lf_subpackets, 0);
lf_subpackets    1136 arch/alpha/kernel/err_marvel.c 		el_print_timestamp(&lf_subpackets->logout->timestamp);
lf_subpackets    1137 arch/alpha/kernel/err_marvel.c 		process_frame(lf_subpackets, 1);