Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.h192 } igc_rx_buffer_t; typedef
254 igc_rx_buffer_t *irr_arena;
255 igc_rx_buffer_t **irr_work_list;
256 igc_rx_buffer_t **irr_free_list;
H A Digc_ring.c286 igc_rx_buffer_t *buf = (igc_rx_buffer_t *)arg; in igc_rx_recycle()
336 igc_rx_buffer_t *buf = &ring->irr_arena[i]; in igc_rx_bufs_free()
349 igc_rx_buffer_t *buf = &ring->irr_arena[i]; in igc_rx_bufs_alloc()
395 kmem_free(ring->irr_arena, sizeof (igc_rx_buffer_t) * in igc_rx_data_free()
402 sizeof (igc_rx_buffer_t *)); in igc_rx_data_free()
408 sizeof (igc_rx_buffer_t *)); in igc_rx_data_free()
439 ring->irr_work_list = kmem_zalloc(sizeof (igc_rx_buffer_t *) * in igc_rx_data_alloc()
447 ring->irr_free_list = kmem_zalloc(sizeof (igc_rx_buffer_t *) * in igc_rx_data_alloc()
456 ring->irr_arena = kmem_zalloc(sizeof (igc_rx_buffer_t) * in igc_rx_data_alloc()
650 const igc_rx_buffer_t *buf = ring->irr_work_list[idx]; in igc_rx_copy()
[all …]