Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/nfp/
H A Dnfp_net.c174 nn_cfg_writeb(struct nfp_net_hw *hw, int off, uint8_t val) in nn_cfg_writeb() function
589 nn_cfg_writeb(hw, NFP_NET_CFG_RXR_VEC(0), 0); in nfp_configure_rx_interrupt()
598 nn_cfg_writeb(hw, NFP_NET_CFG_RXR_VEC(i), i + 1); in nfp_configure_rx_interrupt()
903 nn_cfg_writeb(hw, NFP_NET_CFG_LSC, 0xff); in nfp_net_close()
1361 nn_cfg_writeb(hw, NFP_NET_CFG_ICR(base + queue_id), in nfp_rx_queue_intr_enable()
1381 nn_cfg_writeb(hw, NFP_NET_CFG_ICR(base + queue_id), 0x1); in nfp_rx_queue_intr_disable()
1430 nn_cfg_writeb(hw, NFP_NET_CFG_ICR(NFP_NET_IRQ_LSC_IDX), in nfp_net_irq_unmask()
1630 nn_cfg_writeb(hw, NFP_NET_CFG_RXR_SZ(queue_idx), rte_log2_u32(nb_desc)); in nfp_net_rx_queue_setup()
2542 nn_cfg_writeb(hw, NFP_NET_CFG_RSS_KEY + i, key); in nfp_net_rss_hash_write()
2572 nn_cfg_writeb(hw, NFP_NET_CFG_RSS_KEY_SZ, rss_conf->rss_key_len); in nfp_net_rss_hash_write()
[all …]