Lines Matching refs:tx_buffer_info
608 tx_ring->tx_buffer_info = malloc(size, M_DEVBUF, M_NOWAIT | M_ZERO); in ena_setup_tx_resources()
609 if (unlikely(tx_ring->tx_buffer_info == NULL)) in ena_setup_tx_resources()
636 &tx_ring->tx_buffer_info[i].map); in ena_setup_tx_resources()
671 tx_ring->tx_buffer_info[i].map); in ena_setup_tx_resources()
676 free(tx_ring->tx_buffer_info, M_DEVBUF); in ena_setup_tx_resources()
677 tx_ring->tx_buffer_info = NULL; in ena_setup_tx_resources()
706 m_freem(tx_ring->tx_buffer_info[i].mbuf); in ena_free_tx_resources()
707 tx_ring->tx_buffer_info[i].mbuf = NULL; in ena_free_tx_resources()
709 tx_ring->tx_buffer_info[i].map); in ena_free_tx_resources()
711 tx_ring->tx_buffer_info[i].map); in ena_free_tx_resources()
716 free(tx_ring->tx_buffer_info, M_DEVBUF); in ena_free_tx_resources()
717 tx_ring->tx_buffer_info = NULL; in ena_free_tx_resources()
1158 struct ena_tx_buffer *tx_info = &tx_ring->tx_buffer_info[i]; in ena_free_tx_bufs()
1227 tx_info = &tx_ring->tx_buffer_info[req_id]; in validate_tx_req_id()
1365 tx_info = &tx_ring->tx_buffer_info[req_id]; in ena_tx_cleanup()
2779 tx_info = &tx_ring->tx_buffer_info[req_id]; in ena_xmit_mbuf()
3392 tx_buf = &tx_ring->tx_buffer_info[i]; in check_missing_comp_in_queue()