Searched refs:p_rx_msg (Results 1 – 10 of 10) sorted by relevance
75 if (p_lcb->p_rx_msg != NULL) in avct_lcb_msg_asmbl()77 GKI_freebuf(p_lcb->p_rx_msg); in avct_lcb_msg_asmbl()78 p_lcb->p_rx_msg = NULL; in avct_lcb_msg_asmbl()87 if (p_lcb->p_rx_msg != NULL) in avct_lcb_msg_asmbl()89 GKI_freebuf(p_lcb->p_rx_msg); in avct_lcb_msg_asmbl()92 p_lcb->p_rx_msg = p_buf; in avct_lcb_msg_asmbl()98 p_lcb->p_rx_msg->offset += p_lcb->p_rx_msg->len; in avct_lcb_msg_asmbl()101 p_lcb->p_rx_msg->len -= 1; in avct_lcb_msg_asmbl()109 if (p_lcb->p_rx_msg == NULL) in avct_lcb_msg_asmbl()118 buf_len = GKI_get_buf_size(p_lcb->p_rx_msg) - sizeof(BT_HDR); in avct_lcb_msg_asmbl()[all …]
378 if (p_lcb->p_rx_msg != NULL) in avct_lcb_dealloc()380 GKI_freebuf(p_lcb->p_rx_msg); in avct_lcb_dealloc()
81 BT_HDR *p_rx_msg; /* Message being reassembled */ member
196 p_ccb->p_tx_req = p_ccb->p_rx_msg; in mca_ccb_snd_rsp()197 p_ccb->p_rx_msg = NULL; in mca_ccb_snd_rsp()200 mca_free_buf ((void **)&p_ccb->p_rx_msg); in mca_ccb_snd_rsp()267 tMCA_CCB_MSG *p_rx_msg = NULL; in mca_ccb_hdl_req() local274 p_rx_msg = (tMCA_CCB_MSG *)p_pkt; in mca_ccb_hdl_req()300 else if (p_ccb->p_rx_msg) in mca_ccb_hdl_req()366 p_rx_msg->mdep_id = evt_data.create_ind.dep_id; in mca_ccb_hdl_req()367 if (!mca_is_valid_dep_id(p_ccb->p_rcb, p_rx_msg->mdep_id)) in mca_ccb_hdl_req()436 p_rx_msg->op_code = evt_data.hdr.op_code; in mca_ccb_hdl_req()437 p_rx_msg->mdl_id = evt_data.hdr.mdl_id; in mca_ccb_hdl_req()[all …]
435 if (p_ccb->p_tx_req || p_ccb->p_rx_msg || p_ccb->cong) in MCA_CreateMdl()519 if (p_ccb->p_rx_msg && (p_ccb->p_rx_msg->mdep_id == dep ) in MCA_CreateMdlRsp()520 … && (p_ccb->p_rx_msg->mdl_id == mdl_id) && (p_ccb->p_rx_msg->op_code == MCA_OP_MDL_CREATE_REQ)) in MCA_CreateMdlRsp()611 if (p_ccb->p_tx_req || p_ccb->p_rx_msg || p_ccb->cong) in MCA_ReconnectMdl()685 if (p_ccb->p_rx_msg && (p_ccb->p_rx_msg->mdl_id == mdl_id) && in MCA_ReconnectMdlRsp()686 (p_ccb->p_rx_msg->op_code == MCA_OP_MDL_RECONNECT_REQ)) in MCA_ReconnectMdlRsp()
308 mca_free_buf ((void **)&p_ccb->p_rx_msg); in mca_ccb_dealloc()
209 tMCA_CCB_MSG *p_rx_msg; /* Current message received/being processed */ member
1378 if (p_ccb->p_rx_msg != NULL) in avdt_msg_asmbl()1380 GKI_freebuf(p_ccb->p_rx_msg); in avdt_msg_asmbl()1381 p_ccb->p_rx_msg = NULL; in avdt_msg_asmbl()1390 if (p_ccb->p_rx_msg != NULL) in avdt_msg_asmbl()1392 GKI_freebuf(p_ccb->p_rx_msg); in avdt_msg_asmbl()1395 p_ccb->p_rx_msg = p_buf; in avdt_msg_asmbl()1401 p_ccb->p_rx_msg->offset += p_ccb->p_rx_msg->len; in avdt_msg_asmbl()1404 p_ccb->p_rx_msg->len -= 1; in avdt_msg_asmbl()1412 if (p_ccb->p_rx_msg == NULL) in avdt_msg_asmbl()1421 buf_len = GKI_get_buf_size(p_ccb->p_rx_msg) - sizeof(BT_HDR); in avdt_msg_asmbl()[all …]
64 if (p_ccb->p_rx_msg != NULL) in avdt_ccb_clear_ccb()66 GKI_freebuf(p_ccb->p_rx_msg); in avdt_ccb_clear_ccb()67 p_ccb->p_rx_msg = NULL; in avdt_ccb_clear_ccb()
437 BT_HDR *p_rx_msg; /* Current message being received */ member