Lines Matching refs:txposted
346 atomic_t txposted; member
807 int txposted; in dbus_usbos_send_complete() local
814 txposted = atomic_dec_return(&usbos_info->txposted); in dbus_usbos_send_complete()
815 if (unlikely (txposted < 0)) { in dbus_usbos_send_complete()
816 DBUSERR(("%s ERROR: txposted is negative (%d)!!\n", __FUNCTION__, txposted)); in dbus_usbos_send_complete()
1150 int rxposted, txposted; in dbus_usbos_cancel_all_urbs() local
1178 SPINWAIT((atomic_read(&usbos_info->txposted) != 0 || in dbus_usbos_cancel_all_urbs()
1181 txposted = atomic_read(&usbos_info->txposted); in dbus_usbos_cancel_all_urbs()
1183 if (txposted != 0 || rxposted != 0) { in dbus_usbos_cancel_all_urbs()
1185 __FUNCTION__, rxposted, txposted)); in dbus_usbos_cancel_all_urbs()
1219 ASSERT(atomic_read(&usbos_info->txposted) == 0 && rxposted == 0); in dbusos_stop()
1909 atomic_inc(&usbos_info->txposted); in dbus_usbos_intf_send_irb()
1923 atomic_inc(&usbos_info->txposted); in dbus_usbos_intf_send_irb()
2671 atomic_set(&usbos_info->txposted, 0); in dbus_usbos_intf_attach()
2911 atomic_inc(&usbos_info->txposted); in dbus_usbos_tx_thread_func()