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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_stats.c210 if (!dd->ipath_errormask || !(dd->ipath_flags & IPATH_INITTED))
215 if (errormask == dd->ipath_errormask)
223 dd->ipath_errormask);
233 fixed, errormask, (unsigned long)dd->ipath_errormask,
238 (unsigned long)dd->ipath_errormask);
328 dd->ipath_errormask |= dd->ipath_maskederrs;
330 dd->ipath_errormask);
H A Dipath_intr.c643 * (not set in ipath_errormask), or temporarily (set in
646 errs &= dd->ipath_errormask & ~dd->ipath_maskederrs;
698 dd->ipath_errormask &= ~dd->ipath_maskederrs;
700 dd->ipath_errormask);
916 dd->ipath_errormask);
H A Dipath_driver.c2774 dd->ipath_errormask |= INFINIPATH_E_SPIOARMLAUNCH;
2776 dd->ipath_errormask);
2783 dd->ipath_errormask &= ~INFINIPATH_E_SPIOARMLAUNCH;
2785 dd->ipath_errormask);
H A Dipath_init_chip.c876 dd->ipath_errormask =
H A Dipath_kernel.h582 ipath_err_t ipath_errormask; /* errormask shadow */ member in struct:ipath_devdata

Completed in 48 milliseconds