Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/nfp/
H A Dnfp_net.c192 nn_cfg_readq(struct nfp_net_hw *hw, int off) in nn_cfg_readq() function
1060 nn_cfg_readq(hw, NFP_NET_CFG_RXR_STATS(i)); in nfp_net_stats_get()
1078 nn_cfg_readq(hw, NFP_NET_CFG_TXR_STATS(i)); in nfp_net_stats_get()
1091 nn_cfg_readq(hw, NFP_NET_CFG_STATS_RX_FRAMES); in nfp_net_stats_get()
1096 nn_cfg_readq(hw, NFP_NET_CFG_STATS_RX_OCTETS); in nfp_net_stats_get()
1101 nn_cfg_readq(hw, NFP_NET_CFG_STATS_TX_FRAMES); in nfp_net_stats_get()
1106 nn_cfg_readq(hw, NFP_NET_CFG_STATS_TX_OCTETS); in nfp_net_stats_get()
1112 nn_cfg_readq(hw, NFP_NET_CFG_STATS_RX_ERRORS); in nfp_net_stats_get()
1117 nn_cfg_readq(hw, NFP_NET_CFG_STATS_TX_ERRORS); in nfp_net_stats_get()
1155 nn_cfg_readq(hw, NFP_NET_CFG_RXR_STATS(i)); in nfp_net_stats_reset()
[all …]