Searched refs:pipe_index (Results 1 – 1 of 1) sorted by relevance
502 uint8_t pipe_index; in nfa_hciu_add_pipe_to_gate() local517 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_add_pipe_to_gate()518 p_gate->pipe_inx_mask |= (uint32_t)(1 << pipe_index); in nfa_hciu_add_pipe_to_gate()523 local_gate, pipe_id, pipe_index, p_gate->gate_owner); in nfa_hciu_add_pipe_to_gate()549 uint8_t pipe_index; in nfa_hciu_add_pipe_to_static_gate() local568 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_add_pipe_to_static_gate()569 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask |= (uint32_t)(1 << pipe_index); in nfa_hciu_add_pipe_to_static_gate()818 uint8_t pipe_index; in nfa_hciu_release_pipe() local832 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_release_pipe()836 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask &= ~(uint32_t)(1 << pipe_index); in nfa_hciu_release_pipe()[all …]