Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpaa2-ethtool.c178 u64 portal_busy = 0, pull_err = 0; in dpaa2_eth_get_ethtool_stats() local
219 pull_err += ch_stats->pull_err; in dpaa2_eth_get_ethtool_stats()
223 *(data + i++) = pull_err; in dpaa2_eth_get_ethtool_stats()
Ddpaa2-eth.h246 __u64 pull_err; member
Ddpaa2-eth.c910 ch->stats.pull_err++; in pull_channel()