Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mvneta/
H A Dmvneta_rxtx.c122 uint16_t nb_desc, nb_desc_burst, sent = 0; in mvneta_buffs_alloc() local
128 nb_desc_burst = in mvneta_buffs_alloc()
132 ret = mvneta_buffs_refill(priv, rxq, &nb_desc_burst); in mvneta_buffs_alloc()
133 if (unlikely(ret || !nb_desc_burst)) in mvneta_buffs_alloc()
136 sent += nb_desc_burst; in mvneta_buffs_alloc()
137 nb_desc -= nb_desc_burst; in mvneta_buffs_alloc()