Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c951 list_insert_tail(&ring->itr_free_list, buf); in igc_tx_bufs_alloc()
967 while (list_remove_head(&ring->itr_free_list) != NULL) in igc_tx_data_free()
977 list_destroy(&ring->itr_free_list); in igc_tx_data_free()
1022 list_create(&ring->itr_free_list, sizeof (igc_tx_buffer_t), in igc_tx_data_alloc()
1225 list_move_tail(&ring->itr_free_list, &to_free); in igc_tx_recycle()
1247 buf = list_remove_head(&ring->itr_free_list); in igc_tx_buffer_alloc()
1281 list_insert_tail(&ring->itr_free_list, buf); in igc_tx_ring_bind()
1714 list_move_tail(&ring->itr_free_list, &tx.itx_bufs); in igc_ring_tx()
H A Digc.h346 list_t itr_free_list; member