Searched refs:pipe_index (Results 1 – 2 of 2) sorted by relevance
525 UINT8 pipe_index; in nfa_hciu_add_pipe_to_gate() local541 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_add_pipe_to_gate()542 p_gate->pipe_inx_mask |= (UINT32) (1 << pipe_index); in nfa_hciu_add_pipe_to_gate()545 local_gate, pipe_id, pipe_index, p_gate->gate_owner); in nfa_hciu_add_pipe_to_gate()568 UINT8 pipe_index; in nfa_hciu_add_pipe_to_static_gate() local586 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_add_pipe_to_static_gate()587 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask |= (UINT32) (1 << pipe_index); in nfa_hciu_add_pipe_to_static_gate()848 UINT8 pipe_index; in nfa_hciu_release_pipe() local861 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_release_pipe()866 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask &= ~ (UINT32) (1 << pipe_index); in nfa_hciu_release_pipe()[all …]
193 static uint8_t pipe_index = HCI_DYNAMIC_PIPE_ID; in phHciNfc_Update_Pipe() local198 for (pipe_index = 0; in phHciNfc_Update_Pipe()199 (pipe_index + HCI_DYNAMIC_PIPE_ID) <= in phHciNfc_Update_Pipe()201 pipe_index++) in phHciNfc_Update_Pipe()214 host_gate_list[pipe_index]; in phHciNfc_Update_Pipe()218 host_gate_list[pipe_index]; in phHciNfc_Update_Pipe()229 uint8_t pipe_id = (uint8_t)(pipe_index + HCI_DYNAMIC_PIPE_ID); in phHciNfc_Update_Pipe()