Searched refs:tx_event_alloc (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/include/bulk_transfer/
H A Dbulk_net.h57 struct stack_allocator tx_event_alloc; member in struct:bulk_e10k
/barrelfish-master/lib/bulk_transfer/backends/net/
H A Dbulk_net_e10k.c405 stack_alloc_free(&txe->bu->tx_event_alloc, txe);
424 txe = stack_alloc_alloc(&bu->tx_event_alloc);
571 stack_alloc_init(&bu->tx_event_alloc, ring_size);
578 stack_alloc_free(&bu->tx_event_alloc, txe + i);

Completed in 97 milliseconds