Lines Matching refs:eh_err_mask
87 libata_trace_parse_eh_err_mask(struct trace_seq *p, unsigned int eh_err_mask)
91 trace_seq_printf(p, "%x", eh_err_mask);
92 if (eh_err_mask) {
94 if (eh_err_mask & AC_ERR_DEV)
96 if (eh_err_mask & AC_ERR_HSM)
98 if (eh_err_mask & AC_ERR_TIMEOUT)
100 if (eh_err_mask & AC_ERR_MEDIA)
102 if (eh_err_mask & AC_ERR_ATA_BUS)
104 if (eh_err_mask & AC_ERR_HOST_BUS)
106 if (eh_err_mask & AC_ERR_SYSTEM)
108 if (eh_err_mask & AC_ERR_INVALID)
110 if (eh_err_mask & AC_ERR_OTHER)
112 if (eh_err_mask & AC_ERR_NODEV_HINT)
114 if (eh_err_mask & AC_ERR_NCQ)