Lines Matching refs:timeleft
2602 int timeleft = 0; in dhd_bus_txctl() local
2617 timeleft = dhd_os_ioctl_resp_wait(bus->dhd, &bus->ctl_completed); in dhd_bus_txctl()
2618 if ((!timeleft) || (!bus->ctl_completed)) { in dhd_bus_txctl()
2620 __FUNCTION__, timeleft, bus->ctl_completed)); in dhd_bus_txctl()
2636 timeleft = dhd_os_ioctl_resp_wait(bus->dhd, &bus->ctl_completed); in dhd_bus_txctl()
2637 if (!timeleft) { in dhd_bus_txctl()
2650 int timeleft; in dhd_bus_rxctl() local
2665 timeleft = dhd_os_ioctl_resp_wait(bus->dhd, &bus->ctl_completed); in dhd_bus_rxctl()
2666 if ((!timeleft) || (!bus->ctl_completed)) { in dhd_bus_rxctl()
2668 timeleft, bus->ctl_completed)); in dhd_bus_rxctl()
2687 int timeleft; in dhd_dbus_advertise_bus_cleanup() local
2693 timeleft = dhd_os_busbusy_wait_negation(dhdp, &dhdp->dhd_bus_busy_state); in dhd_dbus_advertise_bus_cleanup()
2694 if ((timeleft == 0) || (timeleft == 1)) { in dhd_dbus_advertise_bus_cleanup()
2707 int timeleft; in dhd_dbus_advertise_bus_remove() local
2714 timeleft = dhd_os_busbusy_wait_negation(dhdp, &dhdp->dhd_bus_busy_state); in dhd_dbus_advertise_bus_remove()
2715 if ((timeleft == 0) || (timeleft == 1)) { in dhd_dbus_advertise_bus_remove()