Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netgraph/bluetooth/drivers/ubt/
Dng_ubt_var.h120 #define UBT_FLAG_T_START_ALL (1 << 2) /* start all read and isoc macro
Dng_ubt.c1314 sc->sc_task_flags &= ~UBT_FLAG_T_START_ALL; in ubt_task_schedule()
1357 if (task_flags & UBT_FLAG_T_START_ALL) { in ubt_task()
1474 ubt_task_schedule(sc, UBT_FLAG_T_START_ALL); in ng_ubt_connect()