Searched refs:p_free_ccb_first (Results 1 – 3 of 3) sorted by relevance
1486 if (!l2cb.p_free_ccb_first) in l2cu_allocate_ccb()1492 p_ccb = l2cb.p_free_ccb_first; in l2cu_allocate_ccb()1493 l2cb.p_free_ccb_first = p_ccb->p_next_ccb; in l2cu_allocate_ccb()1501 if (p_ccb == l2cb.p_free_ccb_first) in l2cu_allocate_ccb()1502 l2cb.p_free_ccb_first = p_ccb->p_next_ccb; in l2cu_allocate_ccb()1505 for (p_prev = l2cb.p_free_ccb_first; p_prev != NULL; p_prev = p_prev->p_next_ccb) in l2cu_allocate_ccb()1725 if (!l2cb.p_free_ccb_first) in l2cu_release_ccb()1727 l2cb.p_free_ccb_first = p_ccb; in l2cu_release_ccb()
472 tL2C_CCB *p_free_ccb_first; /* Pointer to first free CCB */ member
821 l2cb.p_free_ccb_first = &l2cb.ccb_pool[0]; in l2c_init()