Searched refs:event_sz (Results 1 – 2 of 2) sorted by relevance
888 rxq->event_sz = HN_RXQ_EVENT_DEFAULT; in hn_rx_queue_alloc()1082 uint32_t len = rxq->event_sz; in hn_process_events()1095 rxq->event_sz = len + len / 4; in hn_process_events()1096 rxq->event_buf = rte_realloc(rxq->event_buf, rxq->event_sz, in hn_process_events()1101 rxq->event_sz = 0; in hn_process_events()
87 uint32_t event_sz; member