Searched refs:NG_HCI_UNIT_READY (Results 1 – 6 of 6) sorted by relevance
72 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()
695 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()
98 if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY) in ng_hci_node_is_up()
732 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()
305 if (!v || (unit->state & NG_HCI_UNIT_READY) != in send_data_packets()306 NG_HCI_UNIT_READY) { in send_data_packets()
561 #define NG_HCI_UNIT_READY (NG_HCI_UNIT_CONNECTED|NG_HCI_UNIT_INITED) macro