Searched refs:NG_HCI_UNIT_READY (Results 1 – 6 of 6) sorted by relevance
67 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()
682 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()
96 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY) in ng_hci_node_is_up()
711 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()
295 if (!v || (unit->state & NG_HCI_UNIT_READY) != in send_data_packets()296 NG_HCI_UNIT_READY) { in send_data_packets()
485 #define NG_HCI_UNIT_READY (NG_HCI_UNIT_CONNECTED|NG_HCI_UNIT_INITED) macro