Home
last modified time | relevance | path

Searched refs:RFCOMM_RX_THROTTLED (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/net/bluetooth/
Drfcomm.h205 #define RFCOMM_RX_THROTTLED 0 macro
270 if (!test_and_set_bit(RFCOMM_RX_THROTTLED, &d->flags)) in rfcomm_dlc_throttle()
276 if (test_and_clear_bit(RFCOMM_RX_THROTTLED, &d->flags)) in rfcomm_dlc_unthrottle()
/linux-2.4.37.9/net/bluetooth/rfcomm/
Dcore.c441 if (test_bit(RFCOMM_RX_THROTTLED, &d->flags)) in rfcomm_dlc_set_modem_status()
1549 if (!test_bit(RFCOMM_RX_THROTTLED, &d->flags) && in rfcomm_process_tx()