Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw.h190 uint32_t nicvf_qsize_cq_roundup(uint32_t val);
H A Dnicvf_hw.c681 nicvf_qsize_cq_roundup(uint32_t val) in nicvf_qsize_cq_roundup() function
/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c1317 nb_desc = nicvf_qsize_cq_roundup(nb_desc); in nicvf_dev_rx_queue_setup()