Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netgraph/bluetooth/hci/
Dng_hci_ulpi.c67 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY) { in ng_hci_lp_con_req()
489 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY) { in ng_hci_lp_discon_req()
697 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY) { in ng_hci_lp_con_rsp()
946 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY) { in ng_hci_lp_qos_req()
Dng_hci_cmds.c682 if ((unit->state & NG_HCI_UNIT_READY) == NG_HCI_UNIT_READY) in process_info_params()
712 if ((unit->state & NG_HCI_UNIT_READY) == NG_HCI_UNIT_READY) in process_info_params()
Dng_hci_misc.c96 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY) in ng_hci_node_is_up()
Dng_hci_main.c711 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY || in ng_hci_drv_rcvdata()
726 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY || in ng_hci_drv_rcvdata()
Dng_hci_evnt.c295 if (!v || (unit->state & NG_HCI_UNIT_READY) != in send_data_packets()
296 NG_HCI_UNIT_READY) { in send_data_packets()
/freebsd-9-stable/sys/netgraph/bluetooth/include/
Dng_hci.h485 #define NG_HCI_UNIT_READY (NG_HCI_UNIT_CONNECTED|NG_HCI_UNIT_INITED) macro