Searched refs:event_buf (Results 1 – 2 of 2) sorted by relevance
889 rxq->event_buf = rte_malloc_socket("HN_EVENTS", HN_RXQ_EVENT_DEFAULT, in hn_rx_queue_alloc()891 if (!rxq->event_buf) { in hn_rx_queue_alloc()907 rte_free(rxq->event_buf); in hn_rx_queue_alloc()979 rte_free(rxq->event_buf); in hn_dev_rx_queue_setup()1002 rte_free(rxq->event_buf); in hn_rx_queue_free()1086 ret = rte_vmbus_chan_recv_raw(rxq->chan, rxq->event_buf, &len); in hn_process_events()1096 rxq->event_buf = rte_realloc(rxq->event_buf, rxq->event_sz, in hn_process_events()1098 if (rxq->event_buf) in hn_process_events()1112 pkt = (const struct vmbus_chanpkt_hdr *)rxq->event_buf; in hn_process_events()1113 data = (char *)rxq->event_buf + vmbus_chanpkt_getlen(pkt->hlen); in hn_process_events()
92 void *event_buf; member