Searched refs:p_q (Results 1 – 2 of 2) sorted by relevance
70 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_enq_resolving_list_pending() local72 p_q->resolve_q_random_pseudo[p_q->q_next] = pseudo_bda; in btm_ble_enq_resolving_list_pending()73 p_q->resolve_q_action[p_q->q_next] = op_code; in btm_ble_enq_resolving_list_pending()74 p_q->q_next++; in btm_ble_enq_resolving_list_pending()75 p_q->q_next %= controller_get_interface()->get_ble_resolving_list_max_size(); in btm_ble_enq_resolving_list_pending()92 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_brcm_find_resolving_pending_entry() local94 for (uint8_t i = p_q->q_pending; i != p_q->q_next;) { in btm_ble_brcm_find_resolving_pending_entry()95 if (p_q->resolve_q_random_pseudo[i] == pseudo_addr && in btm_ble_brcm_find_resolving_pending_entry()96 action == p_q->resolve_q_action[i]) in btm_ble_brcm_find_resolving_pending_entry()118 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_deq_resolving_pending() local[all …]
1163 tL2C_CCB_Q* p_q = NULL; in l2cu_enqueue_ccb() local1167 if (p_ccb->p_lcb != NULL) p_q = &p_ccb->p_lcb->ccb_queue; in l2cu_enqueue_ccb()1169 if ((!p_ccb->in_use) || (p_q == NULL)) { in l2cu_enqueue_ccb()1179 if (!p_q->p_first_ccb) { in l2cu_enqueue_ccb()1180 p_q->p_first_ccb = p_q->p_last_ccb = p_ccb; in l2cu_enqueue_ccb()1183 p_ccb1 = p_q->p_first_ccb; in l2cu_enqueue_ccb()1190 if (p_ccb1 == p_q->p_first_ccb) in l2cu_enqueue_ccb()1191 p_q->p_first_ccb = p_ccb; in l2cu_enqueue_ccb()1207 p_q->p_last_ccb->p_next_ccb = p_ccb; in l2cu_enqueue_ccb()1210 p_ccb->p_prev_ccb = p_q->p_last_ccb; in l2cu_enqueue_ccb()[all …]