Home
last modified time | relevance | path

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

/dpdk/drivers/net/memif/
H A Drte_eth_memif.c705 int used_slots = 1; in memif_tx_one_zc() local
733 used_slots++; in memif_tx_one_zc()
738 return used_slots; in memif_tx_one_zc()
776 int used_slots; in eth_memif_tx_zc() local
791 slot += used_slots; in eth_memif_tx_zc()
792 n_free -= used_slots; in eth_memif_tx_zc()
799 slot += used_slots; in eth_memif_tx_zc()
807 slot += used_slots; in eth_memif_tx_zc()
815 slot += used_slots; in eth_memif_tx_zc()
823 slot += used_slots; in eth_memif_tx_zc()
[all …]