Searched refs:p_ccb_pool (Results 1 – 5 of 5) sorted by relevance
837 l2cb.p_ccb_pool = list_new(osi_free_func); in l2c_init()838 if (l2cb.p_ccb_pool == NULL) { in l2c_init()909 for (p_node = list_begin(l2cb.p_ccb_pool); p_node; p_node = list_next(p_node)) { in l2c_free_p_ccb_pool()916 list_free(l2cb.p_ccb_pool); in l2c_free_p_ccb_pool()
1485 if (list_length(l2cb.p_ccb_pool) < MAX_L2CAP_CHANNELS) { in l2cu_allocate_ccb()1490 list_append(l2cb.p_ccb_pool, p_ccb); in l2cu_allocate_ccb()1504 if (list_foreach(l2cb.p_ccb_pool, l2cu_find_ccb_in_list, &tmp_cid) == NULL) { in l2cu_allocate_ccb()3261 p_node = (list_foreach(l2cb.p_ccb_pool, l2cu_find_ccb_in_list, &local_cid)); in l2cu_find_ccb_by_cid()3279 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()
866 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