Searched refs:itr_arena (Results 1 – 2 of 2) sorted by relevance
904 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()
344 igc_tx_buffer_t *itr_arena; member