Searched refs:event_sz (Results 1 – 2 of 2) sorted by relevance
886 rxq->event_sz = HN_RXQ_EVENT_DEFAULT; in hn_rx_queue_alloc()1080 uint32_t len = rxq->event_sz; in hn_process_events()1093 rxq->event_sz = len + len / 4; in hn_process_events()1094 rxq->event_buf = rte_realloc(rxq->event_buf, rxq->event_sz, in hn_process_events()1099 rxq->event_sz = 0; in hn_process_events()
85 uint32_t event_sz; member