Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/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.c643 errs &= dd->ipath_errormask & ~dd->ipath_maskederrs; in handle_errors()
695 dd->ipath_errormask &= ~dd->ipath_maskederrs; in handle_errors()
697 dd->ipath_errormask); in handle_errors()
913 dd->ipath_errormask); in ipath_clear_freeze()
Dipath_driver.c2769 dd->ipath_errormask |= INFINIPATH_E_SPIOARMLAUNCH; in ipath_enable_armlaunch()
2771 dd->ipath_errormask); in ipath_enable_armlaunch()
2778 dd->ipath_errormask &= ~INFINIPATH_E_SPIOARMLAUNCH; in ipath_disable_armlaunch()
2780 dd->ipath_errormask); in ipath_disable_armlaunch()
Dipath_kernel.h582 ipath_err_t ipath_errormask; /* errormask shadow */ member
Dipath_init_chip.c865 dd->ipath_errormask = in ipath_init_chip()