Searched refs:IPATH_PRESENT (Results 1 – 6 of 6) sorted by relevance
961 #define IPATH_PRESENT 0x8 macro1123 if (!dd->ipath_kregbase || !(dd->ipath_flags & IPATH_PRESENT)) in ipath_read_ureg32()1154 if (!dd->ipath_kregbase || !(dd->ipath_flags & IPATH_PRESENT)) in ipath_read_kreg32()1162 if (!dd->ipath_kregbase || !(dd->ipath_flags & IPATH_PRESENT)) in ipath_read_kreg64()1178 if (!dd->ipath_kregbase || !(dd->ipath_flags & IPATH_PRESENT)) in ipath_read_creg()1189 if (!dd->ipath_kregbase || !(dd->ipath_flags & IPATH_PRESENT)) in ipath_read_creg32()
295 if (dd == NULL || !(dd->ipath_flags & IPATH_PRESENT) || in ipath_diag_open()384 if (!dd || !(dd->ipath_flags & IPATH_PRESENT) || in ipath_diagpkt_write()
552 dd->ipath_flags |= IPATH_PRESENT; in enable_chip()575 dd->ipath_flags |= IPATH_LINKUNK | IPATH_PRESENT; in init_housekeeping()603 dd->ipath_flags &= ~IPATH_PRESENT; in init_housekeeping()
1080 if (!(dd->ipath_flags & IPATH_PRESENT)) { in ipath_intr()
262 if ((dd->ipath_flags & IPATH_PRESENT) && dd->ipath_kregbase) in ipath_count_units()2588 if (!dd->ipath_kregbase || !(dd->ipath_flags & IPATH_PRESENT)) { in ipath_reset_device()
1628 (dd->ipath_flags & IPATH_PRESENT) && in usable()