Searched refs:pipe_index (Results 1 – 1 of 1) sorted by relevance
500 uint8_t pipe_index; in nfa_hciu_add_pipe_to_gate() local515 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_add_pipe_to_gate()516 p_gate->pipe_inx_mask |= (uint32_t)(1 << pipe_index); in nfa_hciu_add_pipe_to_gate()521 local_gate, pipe_id, pipe_index, p_gate->gate_owner); in nfa_hciu_add_pipe_to_gate()547 uint8_t pipe_index; in nfa_hciu_add_pipe_to_static_gate() local566 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_add_pipe_to_static_gate()567 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask |= (uint32_t)(1 << pipe_index); in nfa_hciu_add_pipe_to_static_gate()814 uint8_t pipe_index; in nfa_hciu_release_pipe() local826 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_release_pipe()830 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask &= ~(uint32_t)(1 << pipe_index); in nfa_hciu_release_pipe()[all …]