Home
last modified time | relevance | path

Searched refs:ipath_maskederrs (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_stats.c299 if (dd->ipath_maskederrs in ipath_get_faststats()
304 dd->ipath_maskederrs); in ipath_get_faststats()
305 if (dd->ipath_maskederrs & in ipath_get_faststats()
328 dd->ipath_errormask |= dd->ipath_maskederrs; in ipath_get_faststats()
331 dd->ipath_maskederrs = 0; in ipath_get_faststats()
Dipath_intr.c645 errs &= dd->ipath_errormask & ~dd->ipath_maskederrs; in handle_errors()
695 dd->ipath_maskederrs |= dd->ipath_lasterror | errs; in handle_errors()
697 dd->ipath_errormask &= ~dd->ipath_maskederrs; in handle_errors()
701 dd->ipath_maskederrs); in handle_errors()
703 if (dd->ipath_maskederrs & in handle_errors()
708 (unsigned long long) dd->ipath_maskederrs, in handle_errors()
Dipath_init_chip.c863 ~dd->ipath_maskederrs); in ipath_init_chip()
864 dd->ipath_maskederrs = 0; /* don't re-enable ignored in timer */ in ipath_init_chip()
Dipath_kernel.h356 ipath_err_t ipath_maskederrs; member
Dipath_driver.c2772 dd->ipath_maskederrs &= ~INFINIPATH_E_SPIOARMLAUNCH; in ipath_disable_armlaunch()