Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/nfp/
H A Dnfp_net_ctrl.h257 #define NFP_NET_CFG_RXR_SZ(_x) (NFP_NET_CFG_RXR_BASE + 0x200 + (_x)) macro
H A Dnfp_net.c1630 nn_cfg_writeb(hw, NFP_NET_CFG_RXR_SZ(queue_idx), rte_log2_u32(nb_desc)); in nfp_net_rx_queue_setup()