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

  /src/sys/dev/pci/
if_enavar.h 196 struct ena_tx_buffer { struct
297 struct ena_tx_buffer *tx_buffer_info; /* context of tx packet */
if_ena.c 684 size = sizeof(struct ena_tx_buffer) * tx_ring->ring_size;
736 size = sizeof(struct ena_tx_buffer) * tx_ring->ring_size;
778 sizeof(struct ena_tx_buffer) * tx_ring->ring_size);
1214 struct ena_tx_buffer *tx_info = &tx_ring->tx_buffer_info[i];
1279 struct ena_tx_buffer *tx_info = NULL;
1412 struct ena_tx_buffer *tx_info;
2796 struct ena_tx_buffer *tx_info;
3416 struct ena_tx_buffer *tx_buf;

Completed in 15 milliseconds