Home
last modified time | relevance | path

Searched refs:num_of_bufs (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/mempool/dpaa2/
H A Ddpaa2_hw_mempool.c393 unsigned int num_of_bufs = 0; in rte_hw_mbuf_get_count() local
406 dpbp_node->token, &num_of_bufs); in rte_hw_mbuf_get_count()
413 DPAA2_MEMPOOL_DP_DEBUG("Free bufs = %u\n", num_of_bufs); in rte_hw_mbuf_get_count()
415 return num_of_bufs; in rte_hw_mbuf_get_count()
/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.h56 unsigned int num_of_bufs; member
H A Dena_ethdev.c2458 tx_info->num_of_bufs++; in ena_tx_map_mbuf()
2473 tx_info->num_of_bufs++; in ena_tx_map_mbuf()
2498 tx_info->num_of_bufs = 0; in ena_xmit_mbuf()
2504 ena_tx_ctx.num_bufs = tx_info->num_of_bufs; in ena_xmit_mbuf()
/f-stack/freebsd/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c2363 pkt->num_of_bufs); in al_dump_tx_pkt()
2364 for (i = 0; i < pkt->num_of_bufs; i++) { in al_dump_tx_pkt()
2393 tx_descs = pkt->num_of_bufs; in al_eth_tx_pkt_prepare()
2404 (pkt->meta != NULL), pkt->num_of_bufs); in al_eth_tx_pkt_prepare()
2537 for(buf_idx = 0; buf_idx < pkt->num_of_bufs; buf_idx++ ) { in al_eth_tx_pkt_prepare()
2547 if (buf_idx == (pkt->num_of_bufs - 1)) in al_eth_tx_pkt_prepare()
H A Dal_hal_eth.h404 uint8_t num_of_bufs; member