Searched refs:IPATH_PRESENT (Results 1 – 6 of 6) sorted by relevance
957 #define IPATH_PRESENT 0x8 macro1119 if (!dd->ipath_kregbase || !(dd->ipath_flags & IPATH_PRESENT)) in ipath_read_ureg32()1150 if (!dd->ipath_kregbase || !(dd->ipath_flags & IPATH_PRESENT)) in ipath_read_kreg32()1158 if (!dd->ipath_kregbase || !(dd->ipath_flags & IPATH_PRESENT)) in ipath_read_kreg64()1174 if (!dd->ipath_kregbase || !(dd->ipath_flags & IPATH_PRESENT)) in ipath_read_creg()1185 if (!dd->ipath_kregbase || !(dd->ipath_flags & IPATH_PRESENT)) in ipath_read_creg32()
296 if (dd == NULL || !(dd->ipath_flags & IPATH_PRESENT) || in ipath_diag_open()367 if (!dd || !(dd->ipath_flags & IPATH_PRESENT) || in ipath_diagpkt_write()
554 dd->ipath_flags |= IPATH_PRESENT; in enable_chip()577 dd->ipath_flags |= IPATH_LINKUNK | IPATH_PRESENT; in init_housekeeping()605 dd->ipath_flags &= ~IPATH_PRESENT; in init_housekeeping()
1077 if (!(dd->ipath_flags & IPATH_PRESENT)) { in ipath_intr()
263 if ((dd->ipath_flags & IPATH_PRESENT) && dd->ipath_kregbase) in ipath_count_units()2577 if (!dd->ipath_kregbase || !(dd->ipath_flags & IPATH_PRESENT)) { in ipath_reset_device()
1635 (dd->ipath_flags & IPATH_PRESENT) && in usable()