Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/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.c643 errs &= dd->ipath_errormask & ~dd->ipath_maskederrs; in handle_errors()
693 dd->ipath_maskederrs |= dd->ipath_lasterror | errs; in handle_errors()
695 dd->ipath_errormask &= ~dd->ipath_maskederrs; in handle_errors()
699 dd->ipath_maskederrs); in handle_errors()
701 if (dd->ipath_maskederrs & in handle_errors()
706 (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.h357 ipath_err_t ipath_maskederrs; member
Dipath_driver.c2777 dd->ipath_maskederrs &= ~INFINIPATH_E_SPIOARMLAUNCH; in ipath_disable_armlaunch()