Home | History | Annotate | Download | only in hci

Lines Matching refs:p_gate

145 UINT8 nfa_hciu_count_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate)
153 if ( p_gate->pipe_inx_mask & mask )
171 UINT8 nfa_hciu_count_open_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate)
181 if ((p_gate->pipe_inx_mask & mask) && (pp->pipe_state == NFA_HCI_PIPE_OPENED))
491 tNFA_HCI_DYN_GATE *p_gate = nfa_hciu_find_gate_by_gid (gate_id);
493 if (p_gate != NULL)
496 gate_id, p_gate->gate_owner, p_gate->pipe_inx_mask);
498 p_gate->gate_id = 0;
499 p_gate->gate_owner = 0;
500 p_gate->pipe_inx_mask = 0;
523 tNFA_HCI_DYN_GATE *p_gate;
527 p_gate = nfa_hciu_find_gate_by_gid (local_gate);
529 if (p_gate != NULL)
542 p_gate->pipe_inx_mask |= (UINT32) (1 << pipe_index);
545 local_gate, pipe_id, pipe_index, p_gate->gate_owner);
846 tNFA_HCI_DYN_GATE *p_gate;
870 if ((p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate)) == NULL)
878 p_gate->pipe_inx_mask &= ~ (UINT32) (1 << pipe_index);