Searched refs:temp_p_ccb (Results 1 – 3 of 3) sorted by relevance
421 tL2C_CCB *p_ccb = NULL, *temp_p_ccb = NULL; in l2cble_process_sig_cmd() local566 temp_p_ccb = l2cu_find_ccb_by_remote_cid(p_lcb, rcid); in l2cble_process_sig_cmd()567 if (temp_p_ccb) { in l2cble_process_sig_cmd()574 temp_p_ccb = l2cu_allocate_ccb(p_lcb, 0); in l2cble_process_sig_cmd()575 if (temp_p_ccb == NULL) { in l2cble_process_sig_cmd()582 temp_p_ccb->ecoc = true; in l2cble_process_sig_cmd()583 temp_p_ccb->remote_id = id; in l2cble_process_sig_cmd()584 temp_p_ccb->p_rcb = p_rcb; in l2cble_process_sig_cmd()585 temp_p_ccb->remote_cid = rcid; in l2cble_process_sig_cmd()587 temp_p_ccb->peer_conn_cfg.mtu = mtu; in l2cble_process_sig_cmd()[all …]
671 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2c_csm_w4_l2cap_connect_rsp() local675 l2cu_release_ccb(temp_p_ccb); in l2c_csm_w4_l2cap_connect_rsp()767 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_ccb->p_lcb, cid); in l2c_csm_w4_l2ca_connect_rsp() local770 temp_p_ccb->chnl_state = CST_OPEN; in l2c_csm_w4_l2ca_connect_rsp()772 l2cu_release_ccb(temp_p_ccb); in l2c_csm_w4_l2ca_connect_rsp()822 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_ccb->p_lcb, cid); in l2c_csm_w4_l2ca_connect_rsp() local823 l2cu_release_ccb(temp_p_ccb); in l2c_csm_w4_l2ca_connect_rsp()895 tL2C_CCB* temp_p_ccb; in l2c_csm_config() local1126 for (temp_p_ccb = p_lcb->ccb_queue.p_first_ccb; temp_p_ccb; in l2c_csm_config()1127 temp_p_ccb = temp_p_ccb->p_next_ccb) { in l2c_csm_config()[all …]
658 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in L2CA_ConnectCreditBasedRsp() local659 if (temp_p_ccb == NULL) { in L2CA_ConnectCreditBasedRsp()665 temp_p_ccb->local_conn_cfg = *p_cfg; in L2CA_ConnectCreditBasedRsp()666 temp_p_ccb->remote_credit_count = p_cfg->credits; in L2CA_ConnectCreditBasedRsp()