Home
last modified time | relevance | path

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

/NextBSD/sys/netgraph/bluetooth/hci/
HDng_hci_misc.c374 ng_callout(&unit->cmd_timo, unit->node, NULL, in ng_hci_command_timeout()
392 if (ng_uncallout(&unit->cmd_timo, unit->node) == 0) in ng_hci_command_untimeout()
HDng_hci_var.h153 struct callout cmd_timo; /* command timeout */ member
HDng_hci_main.c134 ng_callout_init(&unit->cmd_timo); in ng_hci_constructor()