Home
last modified time | relevance | path

Searched refs:NG_HCI_CON_TIMEOUT_PENDING (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.c149 if (con->flags & NG_HCI_CON_TIMEOUT_PENDING) in ng_hci_unit_clean()
409 if (con->flags & NG_HCI_CON_TIMEOUT_PENDING) in ng_hci_con_timeout()
414 con->flags |= NG_HCI_CON_TIMEOUT_PENDING; in ng_hci_con_timeout()
430 if (!(con->flags & NG_HCI_CON_TIMEOUT_PENDING)) in ng_hci_con_untimeout()
437 con->flags &= ~NG_HCI_CON_TIMEOUT_PENDING; in ng_hci_con_untimeout()
H A Dng_hci_var.h177 #define NG_HCI_CON_TIMEOUT_PENDING (1 << 0) macro
H A Dng_hci_ulpi.c1388 if (!(con->flags & NG_HCI_CON_TIMEOUT_PENDING)) { in ng_hci_process_con_timeout()
1396 con->flags &= ~NG_HCI_CON_TIMEOUT_PENDING; in ng_hci_process_con_timeout()
H A Dng_hci_cmds.c641 if (con->flags & NG_HCI_CON_TIMEOUT_PENDING) in process_hc_baseband_params()
H A Dng_hci_evnt.c913 if (con->flags & NG_HCI_CON_TIMEOUT_PENDING) in discon_compl()