Home
last modified time | relevance | path

Searched refs:NG_HCI_UNIT_READY (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c72 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY) { in ng_hci_lp_con_req()
677 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY) { in ng_hci_lp_discon_req()
914 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY) { in ng_hci_lp_con_rsp()
1163 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY) { in ng_hci_lp_qos_req()
H A Dng_hci_cmds.c695 if ((unit->state & NG_HCI_UNIT_READY) == NG_HCI_UNIT_READY) in process_info_params()
725 if ((unit->state & NG_HCI_UNIT_READY) == NG_HCI_UNIT_READY) in process_info_params()
H A Dng_hci_misc.c98 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY) in ng_hci_node_is_up()
H A Dng_hci_main.c732 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY || in ng_hci_drv_rcvdata()
747 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY || in ng_hci_drv_rcvdata()
H A Dng_hci_evnt.c305 if (!v || (unit->state & NG_HCI_UNIT_READY) != in send_data_packets()
306 NG_HCI_UNIT_READY) { in send_data_packets()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h561 #define NG_HCI_UNIT_READY (NG_HCI_UNIT_CONNECTED|NG_HCI_UNIT_INITED) macro