Searched refs:free_tx_ids (Results 1 – 4 of 4) sorted by relevance
657 tx_ring->free_tx_ids = malloc(size, M_DEVBUF, M_NOWAIT | M_ZERO); in ena_setup_tx_resources()658 if (unlikely(tx_ring->free_tx_ids == NULL)) in ena_setup_tx_resources()669 tx_ring->free_tx_ids[i] = i; in ena_setup_tx_resources()740 free(tx_ring->free_tx_ids, M_DEVBUF); in ena_setup_tx_resources()741 tx_ring->free_tx_ids = NULL; in ena_setup_tx_resources()810 free(tx_ring->free_tx_ids, M_DEVBUF); in ena_free_tx_resources()811 tx_ring->free_tx_ids = NULL; in ena_free_tx_resources()
318 uint16_t *free_tx_ids; member
292 tx_ring->free_tx_ids[next_to_clean] = req_id; in ena_tx_cleanup()1000 req_id = tx_ring->free_tx_ids[next_to_use]; in ena_xmit_mbuf()
406 req_id = tx_ring->free_tx_ids[ctx->nt]; in ena_netmap_tx_frame()860 ctx->ring->free_tx_ids[ctx->nt] = req_id; in ena_netmap_tx_clean_one()