Lines Matching defs:tx_info
598 struct ena_tx_buffer *tx_info;
607 tx_info = &tx_ring->tx_buffer_info[i];
610 nm_info = &tx_info->nm_info;
620 if (tx_info->dmamap != NULL) {
621 bus_dmamap_destroy(tx_tag, tx_info->dmamap);
622 tx_info->dmamap = NULL;
1508 struct ena_tx_buffer *tx_info = &tx_ring->tx_buffer_info[i];
1510 if (tx_info->mbuf == NULL)
1524 bus_dmamap_sync(adapter->tx_buf_tag, tx_info->dmamap,
1526 bus_dmamap_unload(adapter->tx_buf_tag, tx_info->dmamap);
1528 m_free(tx_info->mbuf);
1529 tx_info->mbuf = NULL;