Lines Matching refs:eh_err_mask
69 libata_trace_parse_eh_err_mask(struct trace_seq *p, unsigned int eh_err_mask)
73 trace_seq_printf(p, "%x", eh_err_mask);
74 if (eh_err_mask) {
76 if (eh_err_mask & AC_ERR_DEV)
78 if (eh_err_mask & AC_ERR_HSM)
80 if (eh_err_mask & AC_ERR_TIMEOUT)
82 if (eh_err_mask & AC_ERR_MEDIA)
84 if (eh_err_mask & AC_ERR_ATA_BUS)
86 if (eh_err_mask & AC_ERR_HOST_BUS)
88 if (eh_err_mask & AC_ERR_SYSTEM)
90 if (eh_err_mask & AC_ERR_INVALID)
92 if (eh_err_mask & AC_ERR_OTHER)
94 if (eh_err_mask & AC_ERR_NODEV_HINT)
96 if (eh_err_mask & AC_ERR_NCQ)