Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h153 #define UBT_FLAG_T_STOP_ALL (1 << 1) /* stop all xfers */ macro
H A Dng_ubt.c1542 if ((action & UBT_FLAG_T_STOP_ALL) != 0) in ubt_task_schedule()
1581 if (task_flags & UBT_FLAG_T_STOP_ALL) in ubt_task()
1730 ubt_task_schedule(sc, UBT_FLAG_T_STOP_ALL); in ng_ubt_disconnect()