Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c37 igc_tx_buffer_t *itx_cur_buf;
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()
972 kmem_free(ring->itr_arena, sizeof (igc_tx_buffer_t) * in igc_tx_data_free()
981 sizeof (igc_tx_buffer_t *)); in igc_tx_data_free()
1014 ring->itr_work_list = kmem_zalloc(sizeof (igc_tx_buffer_t *) * in igc_tx_data_alloc()
1022 list_create(&ring->itr_free_list, sizeof (igc_tx_buffer_t), in igc_tx_data_alloc()
1023 offsetof(igc_tx_buffer_t, itb_node)); in igc_tx_data_alloc()
1025 ring->itr_arena = kmem_zalloc(sizeof (igc_tx_buffer_t) * in igc_tx_data_alloc()
1122 igc_tx_buf_reset(igc_tx_buffer_t *buf) in igc_tx_buf_reset()
[all …]
H A Digc.h287 } igc_tx_buffer_t; typedef
344 igc_tx_buffer_t *itr_arena;
345 igc_tx_buffer_t **itr_work_list;