Searched refs:event_buf (Results 1 – 3 of 3) sorted by relevance
887 rxq->event_buf = rte_malloc_socket("HN_EVENTS", HN_RXQ_EVENT_DEFAULT, in hn_rx_queue_alloc()889 if (!rxq->event_buf) { in hn_rx_queue_alloc()905 rte_free(rxq->event_buf); in hn_rx_queue_alloc()977 rte_free(rxq->event_buf); in hn_dev_rx_queue_setup()1000 rte_free(rxq->event_buf); in hn_rx_queue_free()1084 ret = rte_vmbus_chan_recv_raw(rxq->chan, rxq->event_buf, &len); in hn_process_events()1094 rxq->event_buf = rte_realloc(rxq->event_buf, rxq->event_sz, in hn_process_events()1096 if (rxq->event_buf) in hn_process_events()1110 pkt = (const struct vmbus_chanpkt_hdr *)rxq->event_buf; in hn_process_events()1111 data = (char *)rxq->event_buf + vmbus_chanpkt_getlen(pkt->hlen); in hn_process_events()
90 void *event_buf; member
247 struct eth_event_enqueue_buffer *event_buf; member282 return dev_info->rx_queue[rx_queue_id].event_buf; in rxa_event_buf_get()1986 struct eth_event_enqueue_buffer *event_buf = in rxa_sw_del() local1987 dev_info->rx_queue[rx_queue_id].event_buf; in rxa_sw_del()1990 rte_free(event_buf->events); in rxa_sw_del()1991 rte_free(event_buf); in rxa_sw_del()2115 queue_info->event_buf = new_rx_buf; in rxa_add_queue()2981 struct eth_event_enqueue_buffer *event_buf; in rte_event_eth_rx_adapter_queue_stats_get() local3013 event_buf = queue_info->event_buf; in rte_event_eth_rx_adapter_queue_stats_get()3016 stats->rx_event_buf_count = event_buf->count; in rte_event_eth_rx_adapter_queue_stats_get()[all …]