Searched refs:pending_req_q (Results 1 – 2 of 2) sorted by relevance
131 fixed_queue_free(p_clcb->pending_req_q, NULL); in gap_clcb_alloc()135 p_clcb->pending_req_q = fixed_queue_new(SIZE_MAX); in gap_clcb_alloc()155 while ((p_q = (tGAP_BLE_REQ *)fixed_queue_try_dequeue(p_clcb->pending_req_q)) != NULL) in gap_ble_dealloc_clcb()163 fixed_queue_free(p_clcb->pending_req_q, NULL); in gap_ble_dealloc_clcb()183 fixed_queue_enqueue(p_clcb->pending_req_q, p_q); in gap_ble_enqueue_request()199 tGAP_BLE_REQ *p_q = (tGAP_BLE_REQ *)fixed_queue_try_dequeue(p_clcb->pending_req_q);; in gap_ble_dequeue_request()
133 fixed_queue_t *pending_req_q; member