Searched refs:txposted (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dbus_usb_linux.c | 347 atomic_t txposted; member 808 int txposted; in dbus_usbos_send_complete() local 815 txposted = atomic_dec_return(&usbos_info->txposted); in dbus_usbos_send_complete() 816 if (unlikely (txposted < 0)) { in dbus_usbos_send_complete() 817 DBUSERR(("%s ERROR: txposted is negative (%d)!!\n", __FUNCTION__, txposted)); in dbus_usbos_send_complete() 1151 int rxposted, txposted; in dbus_usbos_cancel_all_urbs() local 1179 SPINWAIT((atomic_read(&usbos_info->txposted) != 0 || in dbus_usbos_cancel_all_urbs() 1182 txposted = atomic_read(&usbos_info->txposted); in dbus_usbos_cancel_all_urbs() 1184 if (txposted != 0 || rxposted != 0) { in dbus_usbos_cancel_all_urbs() 1186 __FUNCTION__, rxposted, txposted)); in dbus_usbos_cancel_all_urbs() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dbus_usb_linux.c | 345 atomic_t txposted; member 806 int txposted; in dbus_usbos_send_complete() local 813 txposted = atomic_dec_return(&usbos_info->txposted); in dbus_usbos_send_complete() 814 if (unlikely (txposted < 0)) { in dbus_usbos_send_complete() 815 DBUSERR(("%s ERROR: txposted is negative (%d)!!\n", __FUNCTION__, txposted)); in dbus_usbos_send_complete() 1149 int rxposted, txposted; in dbus_usbos_cancel_all_urbs() local 1177 SPINWAIT((atomic_read(&usbos_info->txposted) != 0 || in dbus_usbos_cancel_all_urbs() 1180 txposted = atomic_read(&usbos_info->txposted); in dbus_usbos_cancel_all_urbs() 1182 if (txposted != 0 || rxposted != 0) { in dbus_usbos_cancel_all_urbs() 1184 __FUNCTION__, rxposted, txposted)); in dbus_usbos_cancel_all_urbs() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dbus_usb_linux.c | 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() [all …]
|