Home
last modified time | relevance | path

Searched refs:IPATH_PRESENT (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_kernel.h957 #define IPATH_PRESENT 0x8 macro
1119 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()
Dipath_diag.c296 if (dd == NULL || !(dd->ipath_flags & IPATH_PRESENT) || in ipath_diag_open()
367 if (!dd || !(dd->ipath_flags & IPATH_PRESENT) || in ipath_diagpkt_write()
Dipath_init_chip.c554 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()
Dipath_intr.c1077 if (!(dd->ipath_flags & IPATH_PRESENT)) { in ipath_intr()
Dipath_driver.c263 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()
Dipath_file_ops.c1635 (dd->ipath_flags & IPATH_PRESENT) && in usable()