Searched refs:mchk_header (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Derr_common.c48 mchk_dump_logout_frame(struct el_common *mchk_header)
59 mchk_header->size, mchk_header->size,
60 mchk_header->retry ? "RETRY " : "",
61 mchk_header->err2 ? "SECOND_ERR " : "",
62 mchk_header->code,
63 mchk_header->frame_rev,
64 mchk_header->proc_offset,
65 mchk_header->sys_offset);
68 ((unsigned long)mchk_header
47 mchk_dump_logout_frame(struct el_common *mchk_header) argument
[all...]
H A Derr_titan.c364 titan_process_logout_frame(struct el_common *mchk_header, int print) argument
368 ((unsigned long)mchk_header + mchk_header->sys_offset);
385 struct el_common *mchk_header = (struct el_common *)la_ptr; local
388 ((unsigned long)mchk_header + mchk_header->sys_offset);
427 if (titan_process_logout_frame(mchk_header, 0) !=
444 titan_process_logout_frame(mchk_header, alpha_verbose_mcheck);
587 privateer_process_680_frame(struct el_common *mchk_header, int print)
593 ((unsigned long)mchk_header
586 privateer_process_680_frame(struct el_common *mchk_header, int print) argument
627 privateer_process_logout_frame(struct el_common *mchk_header, int print) argument
707 struct el_common *mchk_header = (struct el_common *)la_ptr; local
[all...]
H A Dirq_alpha.c135 struct el_common *mchk_header; local
157 mchk_header = (struct el_common *)la_ptr;
160 machine, vector, get_irq_regs()->pc, mchk_header->code);
162 switch (mchk_header->code) {
199 reason, mchk_header->retry ? " (retryable)" : "");
208 for (i = 0; i < mchk_header->size / sizeof(long); i += 2) {
H A Derr_ev6.c185 ev6_process_logout_frame(struct el_common *mchk_header, int print) argument
188 (struct el_common_EV6_mcheck *)mchk_header;
223 mchk_dump_logout_frame(mchk_header);
234 struct el_common *mchk_header = (struct el_common *)la_ptr; local
247 if (ev6_process_logout_frame(mchk_header, 0) !=
262 ev6_process_logout_frame(mchk_header, 1);
H A Dsys_mikasa.c190 struct el_common *mchk_header; local
193 mchk_header = (struct el_common *)la_ptr;
203 code = mchk_header->code;
H A Dsys_noritake.c279 struct el_common *mchk_header; local
282 mchk_header = (struct el_common *)la_ptr;
292 code = mchk_header->code;
H A Dcore_apecs.c390 struct el_common *mchk_header;
394 mchk_header = (struct el_common *)la_ptr;
397 (la_ptr + mchk_header->proc_offset
401 (la_ptr + mchk_header->sys_offset);
388 struct el_common *mchk_header; local
H A Dcore_t2.c559 struct el_common *mchk_header = (struct el_common *)la_ptr;
586 (unsigned int)mchk_header->code);
599 (unsigned int)mchk_header->code);
617 (unsigned int)mchk_header->code);
558 struct el_common *mchk_header = (struct el_common *)la_ptr; local
H A Dcore_mcpcia.c577 struct el_common *mchk_header;
582 mchk_header = (struct el_common *)la_ptr;
575 struct el_common *mchk_header; local

Completed in 163 milliseconds