Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/nfp/
H A Dnfp_net_ctrl.h240 #define NFP_NET_CFG_TXR_SZ(_x) (NFP_NET_CFG_TXR_BASE + 0x400 + (_x)) macro
H A Dnfp_net.c1786 nn_cfg_writeb(hw, NFP_NET_CFG_TXR_SZ(queue_idx), rte_log2_u32(nb_desc)); in nfp_net_tx_queue_setup()