Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ice/
H A Dice_common.c5297 u32 repc; in ice_stat_update_repc() local
5310 repc = rd32(hw, GLV_REPC(vsi_num)); in ice_stat_update_repc()
5311 no_desc = (repc & GLV_REPC_NO_DESC_CNT_M) >> GLV_REPC_NO_DESC_CNT_S; in ice_stat_update_repc()
5312 error_cnt = (repc & GLV_REPC_ERROR_CNT_M) >> GLV_REPC_ERROR_CNT_S; in ice_stat_update_repc()