Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.h132 struct ena_tx_buffer { struct
221 struct ena_tx_buffer *tx_buffer_info;
411 struct ena_tx_buffer *tx_info, bool is_xdp);
430 struct ena_tx_buffer *tx_info,
435 struct ena_tx_buffer *tx_info);
H A Dena_xdp.c10 struct ena_tx_buffer *tx_info; in validate_xdp_req_id()
20 struct ena_tx_buffer *tx_info, in ena_xdp_tx_map_frame()
81 struct ena_tx_buffer *tx_info; in ena_xdp_xmit_frame()
373 struct ena_tx_buffer *tx_info; in ena_clean_xdp_irq()
H A Dena_netdev.c93 struct ena_tx_buffer *tx_info, in ena_xmit_common()
243 size = sizeof(struct ena_tx_buffer) * tx_ring->ring_size; in ena_setup_tx_resources()
660 struct ena_tx_buffer *tx_info) in ena_unmap_tx_buff()
701 struct ena_tx_buffer *tx_info = &tx_ring->tx_buffer_info[i]; in ena_free_tx_bufs()
771 struct ena_tx_buffer *tx_info, bool is_xdp) in handle_invalid_req_id()
794 struct ena_tx_buffer *tx_info; in validate_tx_req_id()
818 struct ena_tx_buffer *tx_info; in ena_clean_tx_irq()
2452 struct ena_tx_buffer *tx_info, in ena_tx_map_skb()
2559 struct ena_tx_buffer *tx_info; in ena_start_xmit()
3339 struct ena_tx_buffer *tx_buf; in check_missing_comp_in_tx_queue()