Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_misc.c376 ng_callout(&unit->cmd_timo, unit->node, NULL, in ng_hci_command_timeout()
394 if (ng_uncallout(&unit->cmd_timo, unit->node) == 0) in ng_hci_command_untimeout()
H A Dng_hci_var.h155 struct callout cmd_timo; /* command timeout */ member
H A Dng_hci_main.c151 ng_callout_init(&unit->cmd_timo); in ng_hci_constructor()