Home
last modified time | relevance | path

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

/drivers/infiniband/hw/ipath/
Dipath_stats.c210 if (!dd->ipath_errormask || !(dd->ipath_flags & IPATH_INITTED)) in ipath_chk_errormask()
215 if (errormask == dd->ipath_errormask) in ipath_chk_errormask()
223 dd->ipath_errormask); in ipath_chk_errormask()
233 fixed, errormask, (unsigned long)dd->ipath_errormask, in ipath_chk_errormask()
238 (unsigned long)dd->ipath_errormask); in ipath_chk_errormask()
328 dd->ipath_errormask |= dd->ipath_maskederrs; in ipath_get_faststats()
330 dd->ipath_errormask); in ipath_get_faststats()
Dipath_intr.c645 errs &= dd->ipath_errormask & ~dd->ipath_maskederrs; in handle_errors()
697 dd->ipath_errormask &= ~dd->ipath_maskederrs; in handle_errors()
699 dd->ipath_errormask); in handle_errors()
915 dd->ipath_errormask); in ipath_clear_freeze()
Dipath_driver.c2764 dd->ipath_errormask |= INFINIPATH_E_SPIOARMLAUNCH; in ipath_enable_armlaunch()
2766 dd->ipath_errormask); in ipath_enable_armlaunch()
2773 dd->ipath_errormask &= ~INFINIPATH_E_SPIOARMLAUNCH; in ipath_disable_armlaunch()
2775 dd->ipath_errormask); in ipath_disable_armlaunch()
Dipath_init_chip.c865 dd->ipath_errormask = in ipath_init_chip()
Dipath_kernel.h583 ipath_err_t ipath_errormask; /* errormask shadow */ member