Lines Matching refs:tx_buffer_info
240 if (tx_ring->tx_buffer_info) { in ena_setup_tx_resources()
249 tx_ring->tx_buffer_info = vzalloc_node(size, node); in ena_setup_tx_resources()
250 if (!tx_ring->tx_buffer_info) { in ena_setup_tx_resources()
251 tx_ring->tx_buffer_info = vzalloc(size); in ena_setup_tx_resources()
252 if (!tx_ring->tx_buffer_info) in ena_setup_tx_resources()
289 vfree(tx_ring->tx_buffer_info); in ena_setup_tx_resources()
290 tx_ring->tx_buffer_info = NULL; in ena_setup_tx_resources()
305 vfree(tx_ring->tx_buffer_info); in ena_free_tx_resources()
306 tx_ring->tx_buffer_info = NULL; in ena_free_tx_resources()
704 struct ena_tx_buffer *tx_info = &tx_ring->tx_buffer_info[i]; in ena_free_tx_bufs()
800 tx_info = &tx_ring->tx_buffer_info[req_id]; in validate_tx_req_id()
838 tx_info = &tx_ring->tx_buffer_info[req_id]; in ena_clean_tx_irq()
2626 tx_info = &tx_ring->tx_buffer_info[req_id]; in ena_start_xmit()
3433 tx_buf = &tx_ring->tx_buffer_info[i]; in check_missing_comp_in_tx_queue()