Searched refs:rx_queue (Results 1 – 13 of 13) sorted by relevance
| /device/soc/esp/esp32/components/driver/ |
| D | twai.c | 86 QueueHandle_t rx_queue; member 139 if (xQueueSendFromISR(p_twai_obj->rx_queue, &frame, task_woken) == pdTRUE) { in twai_handle_rx_buffer_frames() 158 if (xQueueSendFromISR(p_twai_obj->rx_queue, &frame, task_woken) == pdTRUE) { in twai_handle_rx_buffer_frames() 326 if (p_obj->rx_queue != NULL) { in twai_free_driver_obj() 327 vQueueDelete(p_obj->rx_queue); in twai_free_driver_obj() 373 …p_obj->rx_queue = xQueueCreateStatic(rx_queue_len, sizeof(twai_hal_frame_t), p_obj->rx_queue_buff,… in twai_alloc_driver_obj() 375 if (p_obj->rx_queue == NULL || p_obj->alert_semphr == NULL) { in twai_alloc_driver_obj() 382 p_obj->rx_queue = xQueueCreate(rx_queue_len, sizeof(twai_hal_frame_t)); in twai_alloc_driver_obj() 384 …if ((tx_queue_len > 0 && p_obj->tx_queue == NULL) || p_obj->rx_queue == NULL || p_obj->alert_semph… in twai_alloc_driver_obj() 500 xQueueReset(p_twai_obj->rx_queue); in twai_start() [all …]
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/ |
| D | gap_conn.c | 310 if (fixed_queue_is_empty(p_ccb->rx_queue)) { in GAP_ConnReadData() 317 BT_HDR *p_buf = fixed_queue_try_peek_first(p_ccb->rx_queue); in GAP_ConnReadData() 335 osi_free(fixed_queue_dequeue(p_ccb->rx_queue, 0)); in GAP_ConnReadData() 407 p_buf = (BT_HDR *)fixed_queue_dequeue(p_ccb->rx_queue, 0); in GAP_ConnBTRead() 992 fixed_queue_enqueue(p_ccb->rx_queue, p_msg, FIXED_QUEUE_MAX_TIMEOUT); in gap_data_ind() 1124 p_ccb->rx_queue = fixed_queue_new(QUEUE_SIZE_MAX); in gap_allocate_ccb() 1156 while (!fixed_queue_is_empty(p_ccb->rx_queue)) { in gap_release_ccb() 1157 osi_free(fixed_queue_dequeue(p_ccb->rx_queue, 0)); in gap_release_ccb() 1159 fixed_queue_free(p_ccb->rx_queue, NULL); in gap_release_ccb() 1160 p_ccb->rx_queue = NULL; in gap_release_ccb()
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/include/ |
| D | gap_int.h | 75 fixed_queue_t *rx_queue; /* Queue of buffers waiting to be read */ member
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/ |
| D | etf.c | 45 list_move_tail(&item->head, &adapter_priv.rx_queue); in adapter_rec_handler() 105 INIT_LIST_HEAD(&adapter_priv.rx_queue); in adapter_init_msgbuf() 129 list_for_each_entry(item, &adapter_priv.rx_queue, head) { in adapter_deinit_msgbuf() 148 if (!list_empty(&adapter_priv.rx_queue)) { in adapter_handle_rx_queue() 149 item = list_first_entry(&adapter_priv.rx_queue, struct adapter_item, head); in adapter_handle_rx_queue()
|
| D | etf.h | 49 struct list_head rx_queue; member
|
| D | xradio.h | 201 struct sk_buff_head rx_queue; member
|
| D | ap.c | 89 while ((skb = skb_dequeue(&entry->rx_queue))) in xradio_sta_add() 2092 skb_queue_head_init(&entry->rx_queue); in xradio_alloc_link_id() 2194 skb_queue_purge(&priv->link_id_db[i].rx_queue); in xradio_link_id_gc_work()
|
| D | txrx.c | 3200 skb_queue_tail(&entry->rx_queue, skb);
|
| /device/soc/rockchip/rk3588/kernel/include/linux/ |
| D | stmmac.h | 173 struct stmmac_rx_queue rx_queue[MTL_MAX_RX_QUEUES]; member
|
| /device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| D | stmmac.h | 173 struct stmmac_rx_queue rx_queue[MTL_MAX_RX_QUEUES]; member
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/ |
| D | rx.c | 2094 unsigned int frag, unsigned int seq, int rx_queue, in ieee80211_reassemble_add() argument 2110 entry->rx_queue = rx_queue; in ieee80211_reassemble_add() 2121 int rx_queue, struct ieee80211_hdr *hdr) in ieee80211_reassemble_find() argument 2137 entry->rx_queue != rx_queue || in ieee80211_reassemble_find()
|
| D | ieee80211_i.h | 101 u8 rx_queue; member
|
| /device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/ |
| D | kernel.patch | 43333 struct stmmac_rx_queue *rx_q = &priv->rx_queue[queue]; 43409 struct stmmac_rx_queue *rx_q = &priv->rx_queue[queue];
|