Searched refs:pipe_index (Results 1 – 1 of 1) sorted by relevance
489 uint8_t pipe_index; in nfa_hciu_add_pipe_to_gate() local504 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_add_pipe_to_gate()505 p_gate->pipe_inx_mask |= (uint32_t)(1 << pipe_index); in nfa_hciu_add_pipe_to_gate()510 local_gate, pipe_id, pipe_index, p_gate->gate_owner); in nfa_hciu_add_pipe_to_gate()536 uint8_t pipe_index; in nfa_hciu_add_pipe_to_static_gate() local555 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_add_pipe_to_static_gate()556 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask |= (uint32_t)(1 << pipe_index); in nfa_hciu_add_pipe_to_static_gate()805 uint8_t pipe_index; in nfa_hciu_release_pipe() local819 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_release_pipe()823 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask &= ~(uint32_t)(1 << pipe_index); in nfa_hciu_release_pipe()[all …]