Home
last modified time | relevance | path

Searched refs:io_error_detected (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c620 .io_error_detected = qlcnic_82xx_io_error_detected,
3978 if (hw_ops->io_error_detected) { in qlcnic_io_error_detected()
3979 return hw_ops->io_error_detected(pdev, state); in qlcnic_io_error_detected()
Dqlcnic.h1810 pci_ers_result_t (*io_error_detected) (struct pci_dev *, member
Dqlcnic_83xx_hw.c231 .io_error_detected = qlcnic_83xx_io_error_detected,