Searched refs:temp_p_ccb (Results 1 – 3 of 3) sorted by relevance
213 tL2C_CCB* temp_p_ccb = NULL; in l2cble_handle_connect_rsp_neg() local216 temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2cble_handle_connect_rsp_neg()217 l2c_csm_execute(temp_p_ccb, L2CEVT_L2CAP_CREDIT_BASED_CONNECT_RSP_NEG, in l2cble_handle_connect_rsp_neg()242 tL2C_CCB *p_ccb = NULL, *temp_p_ccb = NULL; in l2cble_process_sig_cmd() local411 temp_p_ccb = l2cu_find_ccb_by_remote_cid(p_lcb, rcid); in l2cble_process_sig_cmd()412 if (temp_p_ccb) { in l2cble_process_sig_cmd()419 temp_p_ccb = l2cu_allocate_ccb( in l2cble_process_sig_cmd()421 if (temp_p_ccb == NULL) { in l2cble_process_sig_cmd()428 temp_p_ccb->ecoc = true; in l2cble_process_sig_cmd()429 temp_p_ccb->remote_id = id; in l2cble_process_sig_cmd()[all …]
741 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2c_csm_w4_l2cap_connect_rsp() local749 l2cu_release_ccb(temp_p_ccb); in l2c_csm_w4_l2cap_connect_rsp()860 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2c_csm_w4_l2ca_connect_rsp() local861 if (temp_p_ccb) { in l2c_csm_w4_l2ca_connect_rsp()864 temp_p_ccb->chnl_state = CST_OPEN; in l2c_csm_w4_l2ca_connect_rsp()866 l2cu_release_ccb(temp_p_ccb); in l2c_csm_w4_l2ca_connect_rsp()923 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2c_csm_w4_l2ca_connect_rsp() local924 l2cu_release_ccb(temp_p_ccb); in l2c_csm_w4_l2ca_connect_rsp()996 tL2C_CCB* temp_p_ccb; in l2c_csm_config() local1251 for (temp_p_ccb = p_lcb->ccb_queue.p_first_ccb; temp_p_ccb; in l2c_csm_config()[all …]
689 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in L2CA_ConnectCreditBasedRsp() local690 if (temp_p_ccb == NULL) { in L2CA_ConnectCreditBasedRsp()696 temp_p_ccb->local_conn_cfg = *p_cfg; in L2CA_ConnectCreditBasedRsp()697 temp_p_ccb->remote_credit_count = p_cfg->credits; in L2CA_ConnectCreditBasedRsp()