Searched refs:tx_buffer_info (Results 1 – 2 of 2) sorted by relevance
685 tx_ring->tx_buffer_info = kmem_zalloc(size, KM_SLEEP); in ena_setup_tx_resources()709 &tx_ring->tx_buffer_info[i].map); in ena_setup_tx_resources()731 tx_ring->tx_buffer_info[i].map); in ena_setup_tx_resources()737 kmem_free(tx_ring->tx_buffer_info, size); in ena_setup_tx_resources()738 tx_ring->tx_buffer_info = NULL; in ena_setup_tx_resources()769 tx_ring->tx_buffer_info[i].map); in ena_free_tx_resources()771 tx_ring->tx_buffer_info[i].map); in ena_free_tx_resources()772 m_freem(tx_ring->tx_buffer_info[i].mbuf); in ena_free_tx_resources()773 tx_ring->tx_buffer_info[i].mbuf = NULL; in ena_free_tx_resources()777 kmem_free(tx_ring->tx_buffer_info, in ena_free_tx_resources()[all …]
297 struct ena_tx_buffer *tx_buffer_info; /* context of tx packet */ member