Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Drfcomm.h206 #define RFCOMM_MSC_PENDING 3 macro
/openbmc/linux/net/bluetooth/rfcomm/
H A Dcore.c632 set_bit(RFCOMM_MSC_PENDING, &d->flags); in __rfcomm_dlc_throttle()
643 set_bit(RFCOMM_MSC_PENDING, &d->flags); in __rfcomm_dlc_unthrottle()
665 if (!test_and_set_bit(RFCOMM_MSC_PENDING, &d->flags)) in rfcomm_dlc_set_modem_status()
1837 if (test_and_clear_bit(RFCOMM_MSC_PENDING, &d->flags)) in rfcomm_process_tx()