Lines Matching refs:temp_p_ccb
671 tL2C_CCB* temp_p_ccb = l2cu_find_ccb_by_cid(p_lcb, cid); in l2c_csm_w4_l2cap_connect_rsp() local
675 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() local
770 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() local
823 l2cu_release_ccb(temp_p_ccb); in l2c_csm_w4_l2ca_connect_rsp()
895 tL2C_CCB* temp_p_ccb; in l2c_csm_config() local
1126 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()
1128 if ((temp_p_ccb->in_use) && (temp_p_ccb->reconfig_started)) { in l2c_csm_config()
1129 (*temp_p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb)( in l2c_csm_config()
1130 temp_p_ccb->local_cid, false); in l2c_csm_config()
1131 l2cu_release_ccb(temp_p_ccb); in l2c_csm_config()