Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_enavar.h196 struct ena_tx_buffer { struct
297 struct ena_tx_buffer *tx_buffer_info; /* context of tx packet */
H A Dif_ena.c684 size = sizeof(struct ena_tx_buffer) * tx_ring->ring_size; in ena_setup_tx_resources()
736 size = sizeof(struct ena_tx_buffer) * tx_ring->ring_size; in ena_setup_tx_resources()
778 sizeof(struct ena_tx_buffer) * tx_ring->ring_size); in ena_free_tx_resources()
1214 struct ena_tx_buffer *tx_info = &tx_ring->tx_buffer_info[i]; in ena_free_tx_bufs()
1279 struct ena_tx_buffer *tx_info = NULL; in validate_tx_req_id()
1412 struct ena_tx_buffer *tx_info; in ena_tx_cleanup()
2796 struct ena_tx_buffer *tx_info; in ena_xmit_mbuf()
3416 struct ena_tx_buffer *tx_buf; in check_missing_comp_in_queue()