Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c591 .io_error_detected = qlcnic_82xx_io_error_detected,
3888 if (hw_ops->io_error_detected) { in qlcnic_io_error_detected()
3889 return hw_ops->io_error_detected(pdev, state); in qlcnic_io_error_detected()
H A Dqlcnic_83xx_hw.c229 .io_error_detected = qlcnic_83xx_io_error_detected,