HomeSort by: relevance | last modified time | path
    Searched refs:tx_buffer_info (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_ena.c 685 tx_ring->tx_buffer_info = kmem_zalloc(size, KM_SLEEP);
709 &tx_ring->tx_buffer_info[i].map);
731 tx_ring->tx_buffer_info[i].map);
737 kmem_free(tx_ring->tx_buffer_info, size);
738 tx_ring->tx_buffer_info = NULL;
769 tx_ring->tx_buffer_info[i].map);
771 tx_ring->tx_buffer_info[i].map);
772 m_freem(tx_ring->tx_buffer_info[i].mbuf);
773 tx_ring->tx_buffer_info[i].mbuf = NULL;
777 kmem_free(tx_ring->tx_buffer_info,
    [all...]
if_enavar.h 297 struct ena_tx_buffer *tx_buffer_info; /* context of tx packet */ member in union:ena_ring::__anon52cf4695020a

Completed in 12 milliseconds