Searched refs:p_pipe (Results 1 – 3 of 3) sorted by relevance
56 tNFA_HCI_DYN_PIPE* p_pipe);58 tNFA_HCI_DYN_PIPE* p_pipe);61 tNFA_HCI_DYN_PIPE* p_pipe);63 tNFA_HCI_DYN_PIPE* p_pipe);65 tNFA_HCI_DYN_PIPE* p_pipe);68 tNFA_HCI_DYN_PIPE* p_pipe);311 tNFA_HCI_DYN_PIPE* p_pipe; in nfa_hci_api_deregister() local362 } else if ((p_pipe = nfa_hciu_find_active_pipe_by_owner( in nfa_hci_api_deregister()385 nfa_hciu_send_delete_pipe_cmd(p_pipe->pipe_id); in nfa_hci_api_deregister()507 tNFA_HCI_DYN_PIPE* p_pipe; in nfa_hci_api_dealloc_gate() local[all …]
501 tNFA_HCI_DYN_PIPE* p_pipe; in nfa_hciu_add_pipe_to_gate() local508 p_pipe = nfa_hciu_alloc_pipe(pipe_id); in nfa_hciu_add_pipe_to_gate()509 if (p_pipe != nullptr) { in nfa_hciu_add_pipe_to_gate()510 p_pipe->pipe_id = pipe_id; in nfa_hciu_add_pipe_to_gate()511 p_pipe->pipe_state = NFA_HCI_PIPE_CLOSED; in nfa_hciu_add_pipe_to_gate()512 p_pipe->dest_host = dest_host; in nfa_hciu_add_pipe_to_gate()513 p_pipe->dest_gate = dest_gate; in nfa_hciu_add_pipe_to_gate()514 p_pipe->local_gate = local_gate; in nfa_hciu_add_pipe_to_gate()517 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_add_pipe_to_gate()548 tNFA_HCI_DYN_PIPE* p_pipe; in nfa_hciu_add_pipe_to_static_gate() local[all …]
458 extern void nfa_hci_handle_pipe_open_close_cmd(tNFA_HCI_DYN_PIPE* p_pipe);