Lines Matching refs:tx_info
169 struct ena_tx_buffer *tx_info,
399 struct ena_tx_buffer *tx_info = NULL; in validate_tx_req_id() local
402 tx_info = &tx_ring->tx_buffer_info[req_id]; in validate_tx_req_id()
403 if (likely(tx_info->mbuf)) in validate_tx_req_id()
407 if (tx_info) in validate_tx_req_id()
2407 struct ena_tx_buffer *tx_info, in ena_tx_map_mbuf() argument
2418 tx_info->mbuf = mbuf; in ena_tx_map_mbuf()
2419 ena_buf = tx_info->bufs; in ena_tx_map_mbuf()
2458 tx_info->num_of_bufs++; in ena_tx_map_mbuf()
2473 tx_info->num_of_bufs++; in ena_tx_map_mbuf()
2481 struct ena_tx_buffer *tx_info; in ena_xmit_mbuf() local
2497 tx_info = &tx_ring->tx_buffer_info[req_id]; in ena_xmit_mbuf()
2498 tx_info->num_of_bufs = 0; in ena_xmit_mbuf()
2500 ena_tx_map_mbuf(tx_ring, tx_info, mbuf, &push_header, &header_len); in ena_xmit_mbuf()
2502 ena_tx_ctx.ena_bufs = tx_info->bufs; in ena_xmit_mbuf()
2504 ena_tx_ctx.num_bufs = tx_info->num_of_bufs; in ena_xmit_mbuf()
2528 tx_info->tx_descs = nb_hw_desc; in ena_xmit_mbuf()
2550 struct ena_tx_buffer *tx_info; in ena_tx_cleanup() local
2560 tx_info = &tx_ring->tx_buffer_info[req_id]; in ena_tx_cleanup()
2562 mbuf = tx_info->mbuf; in ena_tx_cleanup()
2565 tx_info->mbuf = NULL; in ena_tx_cleanup()
2568 total_tx_descs += tx_info->tx_descs; in ena_tx_cleanup()