Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_common.c5997 u32 repc; in ice_stat_update_repc() local
6010 repc = rd32(hw, GLV_REPC(vsi_num)); in ice_stat_update_repc()
6011 no_desc = (repc & GLV_REPC_NO_DESC_CNT_M) >> GLV_REPC_NO_DESC_CNT_S; in ice_stat_update_repc()
6012 error_cnt = (repc & GLV_REPC_ERROR_CNT_M) >> GLV_REPC_ERROR_CNT_S; in ice_stat_update_repc()