Searched refs:p_ccb_last (Results 1 – 3 of 3) sorted by relevance
390 bool avct_lcb_last_ccb(tAVCT_LCB* p_lcb, tAVCT_CCB* p_ccb_last) { in avct_lcb_last_ccb() argument398 fmt::ptr(p_ccb), fmt::ptr(p_ccb_last)); in avct_lcb_last_ccb()399 if (p_ccb->allocated && (p_ccb->p_lcb == p_lcb) && (p_ccb != p_ccb_last)) { in avct_lcb_last_ccb()
148 uint8_t avct_bcb_get_last_ccb_index(tAVCT_BCB* p_bcb, tAVCT_CCB* p_ccb_last);155 bool avct_lcb_last_ccb(tAVCT_LCB* p_lcb, tAVCT_CCB* p_ccb_last);
674 uint8_t avct_bcb_get_last_ccb_index(tAVCT_BCB* p_bcb, tAVCT_CCB* p_ccb_last) { in avct_bcb_get_last_ccb_index() argument680 if (p_ccb != p_ccb_last) return 0; in avct_bcb_get_last_ccb_index()