Searched refs:nn_cfg_readq (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/nfp/ |
| H A D | nfp_common.c | 544 nn_cfg_readq(hw, NFP_NET_CFG_RXR_STATS(i)); in nfp_net_stats_get() 562 nn_cfg_readq(hw, NFP_NET_CFG_TXR_STATS(i)); in nfp_net_stats_get() 575 nn_cfg_readq(hw, NFP_NET_CFG_STATS_RX_FRAMES); in nfp_net_stats_get() 580 nn_cfg_readq(hw, NFP_NET_CFG_STATS_RX_OCTETS); in nfp_net_stats_get() 585 nn_cfg_readq(hw, NFP_NET_CFG_STATS_TX_FRAMES); in nfp_net_stats_get() 590 nn_cfg_readq(hw, NFP_NET_CFG_STATS_TX_OCTETS); in nfp_net_stats_get() 596 nn_cfg_readq(hw, NFP_NET_CFG_STATS_RX_ERRORS); in nfp_net_stats_get() 601 nn_cfg_readq(hw, NFP_NET_CFG_STATS_TX_ERRORS); in nfp_net_stats_get() 639 nn_cfg_readq(hw, NFP_NET_CFG_RXR_STATS(i)); in nfp_net_stats_reset() 651 nn_cfg_readq(hw, NFP_NET_CFG_TXR_STATS(i)); in nfp_net_stats_reset() [all …]
|
| H A D | nfp_common.h | 294 nn_cfg_readq(struct nfp_net_hw *hw, int off) in nn_cfg_readq() function
|