Home | History | Annotate | Download | only in pci

Lines Matching refs:tx_buffer_info

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,
779 tx_ring->tx_buffer_info = NULL;
1214 struct ena_tx_buffer *tx_info = &tx_ring->tx_buffer_info[i];
1283 tx_info = &tx_ring->tx_buffer_info[req_id];
1423 tx_info = &tx_ring->tx_buffer_info[req_id];
2825 tx_info = &tx_ring->tx_buffer_info[req_id];
3423 tx_buf = &tx_ring->tx_buffer_info[i];