Searched refs:p_ccb_tmp (Results 1 – 1 of 1) sorted by relevance
184 tMCA_CCB* p_ccb_tmp; in mca_ccb_by_bd() local189 p_ccb_tmp = &mca_cb.ccb[i * MCA_NUM_LINKS]; in mca_ccb_by_bd()190 for (i = 0; i < MCA_NUM_LINKS; i++, p_ccb_tmp++) { in mca_ccb_by_bd()191 if (p_ccb_tmp->state != MCA_CCB_NULL_ST && in mca_ccb_by_bd()192 p_ccb_tmp->peer_addr == bd_addr) { in mca_ccb_by_bd()193 p_ccb = p_ccb_tmp; in mca_ccb_by_bd()215 tMCA_CCB* p_ccb_tmp; in mca_ccb_alloc() local221 p_ccb_tmp = &mca_cb.ccb[i * MCA_NUM_LINKS]; in mca_ccb_alloc()222 for (i = 0; i < MCA_NUM_LINKS; i++, p_ccb_tmp++) { in mca_ccb_alloc()223 if (p_ccb_tmp->state == MCA_CCB_NULL_ST) { in mca_ccb_alloc()[all …]