Lines Matching refs:ctl_completed
102 uint ctl_completed; member
2445 dhd->bus->ctl_completed = TRUE; in dhd_dbus_ctl_complete()
2610 bus->ctl_completed = FALSE; in dhd_bus_txctl()
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()
2629 bus->ctl_completed = FALSE; in dhd_bus_txctl()
2636 timeleft = dhd_os_ioctl_resp_wait(bus->dhd, &bus->ctl_completed); in dhd_bus_txctl()
2658 bus->ctl_completed = FALSE; in dhd_bus_rxctl()
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()