Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_misc.c150 if (con->flags & NG_HCI_CON_TIMEOUT_PENDING) in ng_hci_unit_clean()
410 if (con->flags & NG_HCI_CON_TIMEOUT_PENDING) in ng_hci_con_timeout()
415 con->flags |= NG_HCI_CON_TIMEOUT_PENDING; in ng_hci_con_timeout()
431 if (!(con->flags & NG_HCI_CON_TIMEOUT_PENDING)) in ng_hci_con_untimeout()
438 con->flags &= ~NG_HCI_CON_TIMEOUT_PENDING; in ng_hci_con_untimeout()
H A Dng_hci_var.h178 #define NG_HCI_CON_TIMEOUT_PENDING (1 << 0) macro
H A Dng_hci_ulpi.c1389 if (!(con->flags & NG_HCI_CON_TIMEOUT_PENDING)) { in ng_hci_process_con_timeout()
1397 con->flags &= ~NG_HCI_CON_TIMEOUT_PENDING; in ng_hci_process_con_timeout()
H A Dng_hci_cmds.c642 if (con->flags & NG_HCI_CON_TIMEOUT_PENDING) in process_hc_baseband_params()
H A Dng_hci_evnt.c910 if (con->flags & NG_HCI_CON_TIMEOUT_PENDING) in discon_compl()