Home
last modified time | relevance | path

Searched refs:itr_arena (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c904 igc_tx_buffer_t *buf = &ring->itr_arena[i]; in igc_tx_bufs_free()
929 igc_tx_buffer_t *buf = &ring->itr_arena[i]; in igc_tx_bufs_alloc()
970 if (ring->itr_arena != NULL) { in igc_tx_data_free()
972 kmem_free(ring->itr_arena, sizeof (igc_tx_buffer_t) * in igc_tx_data_free()
974 ring->itr_arena = NULL; in igc_tx_data_free()
1025 ring->itr_arena = kmem_zalloc(sizeof (igc_tx_buffer_t) * in igc_tx_data_alloc()
1027 if (ring->itr_arena == NULL) { in igc_tx_data_alloc()
H A Digc.h344 igc_tx_buffer_t *itr_arena; member