Home
last modified time | relevance | path

Searched refs:cmd_timo (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.c375 ng_callout(&unit->cmd_timo, unit->node, NULL, in ng_hci_command_timeout()
393 if (ng_uncallout(&unit->cmd_timo, unit->node) < 1) in ng_hci_command_untimeout()
H A Dng_hci_var.h154 struct callout cmd_timo; /* command timeout */ member
H A Dng_hci_main.c150 ng_callout_init(&unit->cmd_timo); in ng_hci_constructor()