Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_hw_stats.c119 &tti->frame_drop.frames); in fbnic_reset_tti_stats()
123 &tti->frame_drop.bytes); in fbnic_reset_tti_stats()
143 &tti->frame_drop.frames); in fbnic_get_tti_stats32()
161 &tti->frame_drop.bytes); in fbnic_get_tti_stats()
H A Dfbnic_hw_stats.h93 struct fbnic_hw_stat cm_drop, frame_drop, tbi_drop; member
H A Dfbnic_netdev.c411 fbd->hw_stats.tti.frame_drop.frames.value + in fbnic_get_stats64()
H A Dfbnic_ethtool.c34 FBNIC_HW_STAT("tti_frame_drop_frames", tti.frame_drop.frames),
35 FBNIC_HW_STAT("tti_frame_drop_bytes", tti.frame_drop.bytes),
/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-debug.c221 &debug->frame_drop[RKISP1_MAINPATH]); in rkisp1_debug_init()
223 &debug->frame_drop[RKISP1_SELFPATH]); in rkisp1_debug_init()
H A Drkisp1-common.h481 unsigned long frame_drop[2]; member