Searched refs:nn_cfg_writeb (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/nfp/ |
| H A D | nfp_common.c | 318 nn_cfg_writeb(hw, NFP_NET_CFG_RXR_VEC(0), 0); in nfp_configure_rx_interrupt() 328 nn_cfg_writeb(hw, NFP_NET_CFG_RXR_VEC(i), i + 1); in nfp_configure_rx_interrupt() 818 nn_cfg_writeb(hw, NFP_NET_CFG_ICR(base + queue_id), in nfp_rx_queue_intr_enable() 839 nn_cfg_writeb(hw, NFP_NET_CFG_ICR(base + queue_id), 0x1); in nfp_rx_queue_intr_disable() 888 nn_cfg_writeb(hw, NFP_NET_CFG_ICR(NFP_NET_IRQ_LSC_IDX), in nfp_net_irq_unmask() 1143 nn_cfg_writeb(hw, NFP_NET_CFG_RSS_KEY + i, key); in nfp_net_rss_hash_write() 1173 nn_cfg_writeb(hw, NFP_NET_CFG_RSS_KEY_SZ, rss_conf->rss_key_len); in nfp_net_rss_hash_write()
|
| H A D | nfp_common.h | 276 nn_cfg_writeb(struct nfp_net_hw *hw, int off, uint8_t val) in nn_cfg_writeb() function
|
| H A D | nfp_rxtx.c | 593 nn_cfg_writeb(hw, NFP_NET_CFG_RXR_SZ(queue_idx), rte_log2_u32(nb_desc)); in nfp_net_rx_queue_setup() 790 nn_cfg_writeb(hw, NFP_NET_CFG_TXR_SZ(queue_idx), rte_log2_u32(nb_desc)); in nfp_net_tx_queue_setup()
|
| H A D | nfp_ethdev.c | 320 nn_cfg_writeb(hw, NFP_NET_CFG_LSC, 0xff); in nfp_net_close() 589 nn_cfg_writeb(hw, NFP_NET_CFG_LSC, NFP_NET_IRQ_LSC_IDX); in nfp_net_init()
|
| H A D | nfp_ethdev_vf.c | 455 nn_cfg_writeb(hw, NFP_NET_CFG_LSC, NFP_NET_IRQ_LSC_IDX); in nfp_netvf_init()
|