Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/memif/
H A Drte_eth_memif.c697 int used_slots = 1; in memif_tx_one_zc() local
724 used_slots++; in memif_tx_one_zc()
729 return used_slots; in memif_tx_one_zc()
767 int used_slots; in eth_memif_tx_zc() local
782 slot += used_slots; in eth_memif_tx_zc()
783 n_free -= used_slots; in eth_memif_tx_zc()
790 slot += used_slots; in eth_memif_tx_zc()
798 slot += used_slots; in eth_memif_tx_zc()
806 slot += used_slots; in eth_memif_tx_zc()
814 slot += used_slots; in eth_memif_tx_zc()
[all …]