Searched refs:AC_ERR_HOST_BUS (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/drivers/ata/ |
D | sata_sil24.c | 297 [PORT_CERR_SGT_TGTABRT] = { AC_ERR_HOST_BUS, ATA_EH_RESET, 299 [PORT_CERR_SGT_MSTABRT] = { AC_ERR_HOST_BUS, ATA_EH_RESET, 301 [PORT_CERR_SGT_PCIPERR] = { AC_ERR_HOST_BUS, ATA_EH_RESET, 305 [PORT_CERR_CMD_TGTABRT] = { AC_ERR_HOST_BUS, ATA_EH_RESET, 307 [PORT_CERR_CMD_MSTABRT] = { AC_ERR_HOST_BUS, ATA_EH_RESET, 309 [PORT_CERR_CMD_PCIPERR] = { AC_ERR_HOST_BUS, ATA_EH_RESET, 311 [PORT_CERR_XFR_UNDEF] = { AC_ERR_HOST_BUS, ATA_EH_RESET, 313 [PORT_CERR_XFR_TGTABRT] = { AC_ERR_HOST_BUS, ATA_EH_RESET, 315 [PORT_CERR_XFR_MSTABRT] = { AC_ERR_HOST_BUS, ATA_EH_RESET, 317 [PORT_CERR_XFR_PCIPERR] = { AC_ERR_HOST_BUS, ATA_EH_RESET,
|
D | libata-trace.c | 99 if (eh_err_mask & AC_ERR_HOST_BUS) in libata_trace_parse_eh_err_mask()
|
D | libata-transport.c | 161 { AC_ERR_HOST_BUS, "HostBusError" },
|
D | pdc_adma.c | 446 qc->err_mask |= AC_ERR_HOST_BUS; in adma_intr_pkt()
|
D | sata_sil.c | 488 qc->err_mask |= AC_ERR_HOST_BUS; in sil_host_intr()
|
D | pata_arasan_cf.c | 564 qc->err_mask |= AC_ERR_HOST_BUS; in data_xfer()
|
D | pata_octeon_cf.c | 649 qc->err_mask |= AC_ERR_HOST_BUS; in octeon_cf_dma_finished()
|
D | libata-sff.c | 2859 qc->err_mask |= AC_ERR_HOST_BUS; in ata_bmdma_port_intr() 2929 qc->err_mask = AC_ERR_HOST_BUS; in ata_bmdma_error_handler()
|
D | sata_promise.c | 875 ac_err_mask |= AC_ERR_HOST_BUS; in pdc_error_intr()
|
D | pata_bf54x.c | 1339 qc->err_mask |= AC_ERR_HOST_BUS; in bfin_ata_host_intr()
|
D | sata_dwc_460ex.c | 431 err_mask |= AC_ERR_HOST_BUS; in sata_dwc_error_intr()
|
D | libahci.c | 1663 host_ehi->err_mask |= AC_ERR_HOST_BUS; in ahci_error_intr()
|
D | sata_nv.c | 2123 ehi->err_mask |= AC_ERR_HOST_BUS; in nv_swncq_sdbfis()
|
D | libata-eh.c | 1470 if (err_mask & AC_ERR_HOST_BUS) in ata_err_string()
|
D | sata_mv.c | 2989 err_mask = AC_ERR_HOST_BUS; in mv_pci_error()
|
/linux-4.1.27/include/linux/ |
D | libata.h | 505 AC_ERR_HOST_BUS = (1 << 5), /* host bus error */ enumerator
|