Searched refs:pipe_index (Results 1 – 1 of 1) sorted by relevance
488 uint8_t pipe_index; in nfa_hciu_add_pipe_to_gate() local503 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_add_pipe_to_gate()504 p_gate->pipe_inx_mask |= (uint32_t)(1 << pipe_index); in nfa_hciu_add_pipe_to_gate()509 local_gate, pipe_id, pipe_index, p_gate->gate_owner); in nfa_hciu_add_pipe_to_gate()535 uint8_t pipe_index; in nfa_hciu_add_pipe_to_static_gate() local554 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_add_pipe_to_static_gate()555 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask |= (uint32_t)(1 << pipe_index); in nfa_hciu_add_pipe_to_static_gate()798 uint8_t pipe_index; in nfa_hciu_release_pipe() local812 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_release_pipe()816 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask &= ~(uint32_t)(1 << pipe_index); in nfa_hciu_release_pipe()[all …]