Searched refs:p_free_ccb_last (Results 1 – 3 of 3) sorted by relevance
1501 if (p_ccb == l2cb.p_free_ccb_last) in l2cu_allocate_ccb()1502 l2cb.p_free_ccb_last = p_prev; in l2cu_allocate_ccb()1727 l2cb.p_free_ccb_last = p_ccb; in l2cu_release_ccb()1734 p_ccb->p_prev_ccb = l2cb.p_free_ccb_last; in l2cu_release_ccb()1735 l2cb.p_free_ccb_last->p_next_ccb = p_ccb; in l2cu_release_ccb()1736 l2cb.p_free_ccb_last = p_ccb; in l2cu_release_ccb()
448 tL2C_CCB *p_free_ccb_last; /* Pointer to last free CCB */ member
872 l2cb.p_free_ccb_last = &l2cb.ccb_pool[MAX_L2CAP_CHANNELS - 1]; in l2c_init()