Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/bluetooth/
Drfcomm.h206 #define RFCOMM_MSC_PENDING 3 macro
/Linux-v6.6/net/bluetooth/rfcomm/
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()