Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c71 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY) { in ng_hci_lp_con_req()
676 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY) { in ng_hci_lp_discon_req()
913 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY) { in ng_hci_lp_con_rsp()
1162 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY) { in ng_hci_lp_qos_req()
H A Dng_hci_cmds.c696 if ((unit->state & NG_HCI_UNIT_READY) == NG_HCI_UNIT_READY) in process_info_params()
726 if ((unit->state & NG_HCI_UNIT_READY) == NG_HCI_UNIT_READY) in process_info_params()
H A Dng_hci_misc.c97 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY) in ng_hci_node_is_up()
H A Dng_hci_main.c731 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY || in ng_hci_drv_rcvdata()
746 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY || in ng_hci_drv_rcvdata()
H A Dng_hci_evnt.c306 if (!v || (unit->state & NG_HCI_UNIT_READY) != in send_data_packets()
307 NG_HCI_UNIT_READY) { in send_data_packets()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h562 #define NG_HCI_UNIT_READY (NG_HCI_UNIT_CONNECTED|NG_HCI_UNIT_INITED)
560 #define NG_HCI_UNIT_READY global() macro