Searched refs:p_ccb_pool (Results 1 – 5 of 5) sorted by relevance
865 l2cb.p_ccb_pool = list_new(osi_free_func); in l2c_init()866 if (l2cb.p_ccb_pool == NULL) { in l2c_init()937 for (p_node = list_begin(l2cb.p_ccb_pool); p_node; p_node = list_next(p_node)) { in l2c_free_p_ccb_pool()944 list_free(l2cb.p_ccb_pool); in l2c_free_p_ccb_pool()
1489 if (list_length(l2cb.p_ccb_pool) < MAX_L2CAP_CHANNELS) { in l2cu_allocate_ccb()1494 list_append(l2cb.p_ccb_pool, p_ccb); in l2cu_allocate_ccb()1508 if (list_foreach(l2cb.p_ccb_pool, l2cu_find_ccb_in_list, &tmp_cid) == NULL) { in l2cu_allocate_ccb()3279 p_node = (list_foreach(l2cb.p_ccb_pool, l2cu_find_ccb_in_list, &local_cid)); in l2cu_find_ccb_by_cid()3297 for (p_node = list_begin(l2cb.p_ccb_pool); p_node; p_node = list_next(p_node)) in l2cu_find_free_ccb()
288 list_foreach(l2cb.p_ccb_pool, L2CA_UcdDeregister_In_CCB_List, NULL); in L2CA_UcdDeregister()
872 list_foreach(l2cb.p_ccb_pool, l2c_chnl_allocation_in_ccb_list, NULL); in l2c_link_adjust_chnl_allocation()
485 list_t *p_ccb_pool; /* Channel Control Block pool */ member