Lines Matching refs:pPipeInfo
166 phHciNfc_Pipe_Info_t *pPipeInfo = NULL;
173 pPipeInfo = psHciContext->p_pipe_list[NXP_PIPE_CONNECTIVITY];
175 && (NULL == pPipeInfo))
177 status = phHciNfc_Allocate_Resource((void **)&pPipeInfo,
179 if((NULL != pPipeInfo)
183 pPipeInfo->pipe.source.host_id =
186 pPipeInfo->pipe.source.gate_id =
189 pPipeInfo->pipe.dest.host_id =
192 pPipeInfo->pipe.dest.gate_id =
195 pPipeInfo->pipe.pipe_id = (uint8_t) NXP_PIPE_CONNECTIVITY;
199 NXP_PIPE_CONNECTIVITY, pPipeInfo);
202 psHciContext->p_pipe_list[NXP_PIPE_CONNECTIVITY] = pPipeInfo;
207 (void)phOsalNfc_FreeMemory(pPipeInfo);
253 phHciNfc_Pipe_Info_t *pPipeInfo
274 p_emulation_mgmt_info->p_uicc_pipe_info = pPipeInfo;
275 if ( NULL != pPipeInfo)
278 /* pPipeInfo->recv_resp = phHciNfc_Recv_Uicc_Response; */
279 pPipeInfo->recv_cmd = &phHciNfc_Recv_Uicc_Cmd;
280 pPipeInfo->recv_event = &phHciNfc_Recv_Uicc_Event;