Searched refs:NFA_HCI_PIPE_CLOSED (Results 1 – 5 of 5) sorted by relevance
692 if (p_pipe->pipe_state == NFA_HCI_PIPE_CLOSED) in nfa_hci_api_open_pipe()744 if (p_pipe->pipe_state == NFA_HCI_PIPE_CLOSED) in nfa_hci_api_get_reg_value()794 if (p_pipe->pipe_state == NFA_HCI_PIPE_CLOSED) in nfa_hci_api_set_reg_value()1195 nfa_hci_cb.cfg.link_mgmt_gate.pipe00_state = NFA_HCI_PIPE_CLOSED; in nfa_hci_handle_link_mgm_gate_cmd()1237 p_pipe->pipe_state = NFA_HCI_PIPE_CLOSED; in nfa_hci_handle_pipe_open_close_cmd()1270 nfa_hci_cb.cfg.admin_gate.pipe01_state = NFA_HCI_PIPE_CLOSED; in nfa_hci_handle_admin_gate_cmd()1337 nfa_hci_cb.cfg.link_mgmt_gate.pipe00_state = NFA_HCI_PIPE_CLOSED; in nfa_hci_handle_admin_gate_cmd()1338 nfa_hci_cb.cfg.admin_gate.pipe01_state = NFA_HCI_PIPE_CLOSED; in nfa_hci_handle_admin_gate_cmd()1494 nfa_hci_cb.cfg.admin_gate.pipe01_state = NFA_HCI_PIPE_CLOSED; in nfa_hci_handle_admin_gate_rsp()1495 nfa_hci_cb.cfg.link_mgmt_gate.pipe00_state = NFA_HCI_PIPE_CLOSED; in nfa_hci_handle_admin_gate_rsp()[all …]
329 &&(nfa_hci_cb.cfg.dyn_pipes[xx].pipe_state != NFA_HCI_PIPE_CLOSED)) in nfa_hci_is_valid_cfg()368 &&(nfa_hci_cb.cfg.admin_gate.pipe01_state != NFA_HCI_PIPE_CLOSED)) in nfa_hci_is_valid_cfg()373 &&(nfa_hci_cb.cfg.link_mgmt_gate.pipe00_state != NFA_HCI_PIPE_CLOSED)) in nfa_hci_is_valid_cfg()681 if (nfa_hci_cb.cfg.admin_gate.pipe01_state == NFA_HCI_PIPE_CLOSED) in nfa_hci_conn_cback()
535 p_pipe->pipe_state = NFA_HCI_PIPE_CLOSED; in nfa_hciu_add_pipe_to_gate()577 p_pipe->pipe_state = NFA_HCI_PIPE_CLOSED; in nfa_hciu_add_pipe_to_static_gate()
75 #define NFA_HCI_PIPE_CLOSED 0x00 /* Pipe is closed */ macro
63 #define NFA_HCI_PIPE_CLOSED 0x00 /* Pipe is closed */ macro