Home
last modified time | relevance | path

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

/dpdk/drivers/net/nfp/
H A Dnfp_ctrl.h257 #define NFP_NET_CFG_RXR_SZ(_x) (NFP_NET_CFG_RXR_BASE + 0x200 + (_x)) macro
H A Dnfp_rxtx.c593 nn_cfg_writeb(hw, NFP_NET_CFG_RXR_SZ(queue_idx), rte_log2_u32(nb_desc)); in nfp_net_rx_queue_setup()