Searched refs:GLV_REPC (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_common.c5670 * ice_stat_update_repc - read GLV_REPC stats from chip and update stat values
5676 * The GLV_REPC statistic register actually tracks two 16bit statistics, and
5679 * Read the GLV_REPC register associated with the given VSI, and update the
5682 * Because the statistics in GLV_REPC stick at 0xFFFF, the register must be
5686 * GLV_REPC. However, it does not give the finer grained detail about why the
5687 * packets are being dropped. The GLV_REPC values can be used to distinguish
5705 wr32(hw, GLV_REPC(vsi_num), 0);
5709 repc = rd32(hw, GLV_REPC(vsi_num));
5714 wr32(hw, GLV_REPC(vsi_num), 0);
H A Dice_hw_autogen.h8174 #define GLV_REPC(_i) (0x00295804 + ((_i) * 4)) /* _i=0...767 */ /* Reset Source: CORER */ macro

Completed in 262 milliseconds