Searched refs:p_free_ccb_last (Results 1 – 3 of 3) sorted by relevance
1397 if (p_ccb == l2cb.p_free_ccb_last) l2cb.p_free_ccb_last = p_prev; in l2cu_allocate_ccb()1608 l2cb.p_free_ccb_last = p_ccb; in l2cu_release_ccb()1613 p_ccb->p_prev_ccb = l2cb.p_free_ccb_last; in l2cu_release_ccb()1614 l2cb.p_free_ccb_last->p_next_ccb = p_ccb; in l2cu_release_ccb()1615 l2cb.p_free_ccb_last = p_ccb; in l2cu_release_ccb()
479 tL2C_CCB* p_free_ccb_last; /* Pointer to last free CCB */ member
883 l2cb.p_free_ccb_last = &l2cb.ccb_pool[MAX_L2CAP_CHANNELS - 1]; in l2c_init()