Searched refs:fixed_queue_new (Results 1 – 24 of 24) sorted by relevance
65 btm_cb.page_queue = fixed_queue_new(QUEUE_SIZE_MAX); in btm_init()66 btm_cb.sec_pending_q = fixed_queue_new(QUEUE_SIZE_MAX); in btm_init()
116 btm_cb.sco_cb.sco_db[i].xmit_data_q = fixed_queue_new(QUEUE_SIZE_MAX); in btm_sco_init()
4564 p_cb->conn_pending_q = fixed_queue_new(QUEUE_SIZE_MAX); in btm_ble_init()
2797 btm_cb.sec_pending_q = fixed_queue_new(QUEUE_SIZE_MAX); in btm_sec_check_pending_reqs()
44 fixed_queue_t *fixed_queue_new(size_t capacity);
379 p_ccb->cmd_q = fixed_queue_new(QUEUE_SIZE_MAX); in avdt_ccb_alloc()380 p_ccb->rsp_q = fixed_queue_new(QUEUE_SIZE_MAX); in avdt_ccb_alloc()
617 p_scb->frag_q = fixed_queue_new(QUEUE_SIZE_MAX); in avdt_scb_alloc()
131 p_port->tx.queue = fixed_queue_new(QUEUE_SIZE_MAX); in port_set_defaults()132 p_port->rx.queue = fixed_queue_new(QUEUE_SIZE_MAX); in port_set_defaults()
178 p_mcb->cmd_q = fixed_queue_new(QUEUE_SIZE_MAX); in rfc_alloc_multiplexer_channel()
38 fixed_queue_t *fixed_queue_new(size_t capacity) in fixed_queue_new() function
115 gatt_cb.sign_op_queue = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_init()116 gatt_cb.srv_chg_clt_q = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_init()117 gatt_cb.pending_new_srv_start_q = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_init()
170 p_cmd->multi_rsp_q = fixed_queue_new(QUEUE_SIZE_MAX); in process_read_multi_rsp()291 p_cmd->multi_rsp_q = fixed_queue_new(QUEUE_SIZE_MAX); in process_read_multi_var_rsp()1411 prepare_record->queue = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_attr_process_prepare_write()
341 p_elem->svc_db.svc_buffer = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_alloc_hdl_buffer()1086 p_tcb->pending_enc_clcb = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_allocate_tcb_by_bdaddr()1087 p_tcb->pending_ind_q = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_allocate_tcb_by_bdaddr()
70 p_db->svc_buffer = fixed_queue_new(QUEUE_SIZE_MAX); in gatts_init_service_db()
316 p_lcb->tx_q = fixed_queue_new(QUEUE_SIZE_MAX); in avct_lcb_alloc()
1123 p_ccb->tx_queue = fixed_queue_new(QUEUE_SIZE_MAX); in gap_allocate_ccb()1124 p_ccb->rx_queue = fixed_queue_new(QUEUE_SIZE_MAX); in gap_allocate_ccb()
731 a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ = fixed_queue_new(QUEUE_SIZE_MAX); in btc_a2dp_sink_thread_init()
1630 a2dp_source_local_param.btc_aa_src_cb.TxAaQ = fixed_queue_new(QUEUE_SIZE_MAX); in btc_a2dp_source_thread_init()
170 hci_host_env.packet_queue = fixed_queue_new(QUEUE_SIZE_MAX); in hci_layer_init_env()
122 hci_hal_env.rx_q = fixed_queue_new(QUEUE_SIZE_MAX); in hci_hal_env_init()
107 p_lcb->le_sec_pending_q = fixed_queue_new(QUEUE_SIZE_MAX); in l2cu_allocate_lcb()1583 p_ccb->xmit_hold_q = fixed_queue_new(QUEUE_SIZE_MAX); in l2cu_allocate_ccb()1585 p_ccb->fcrb.srej_rcv_hold_q = fixed_queue_new(QUEUE_SIZE_MAX); in l2cu_allocate_ccb()1586 p_ccb->fcrb.retrans_q = fixed_queue_new(QUEUE_SIZE_MAX); in l2cu_allocate_ccb()1587 p_ccb->fcrb.waiting_for_ack_q = fixed_queue_new(QUEUE_SIZE_MAX); in l2cu_allocate_ccb()
753 p_ccb->fcrb.srej_rcv_hold_q = fixed_queue_new(QUEUE_SIZE_MAX); in l2c_fcr_proc_pdu()
160 if ((slot_data->queue = fixed_queue_new(queue_size)) == NULL) { in init_slot_data()
113 if ((slot_data->queue = fixed_queue_new(queue_size)) == NULL) { in init_slot_data()