Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h520 u64 dropped_pkts : 48; member
665 u64 dropped_pkts : 48; member
Drvu_debugfs.c1606 (u64)sq_ctx->dropped_pkts); in print_nix_cn10k_sq_ctx()
2037 (u64)sq_ctx->dropped_pkts); in print_nix_sq_ctx()
/linux-6.12.1/drivers/hid/
Dhid-nintendo.c1430 unsigned int dropped_pkts; in joycon_parse_imu_report() local
1457 dropped_pkts = (delta - min(delta, dropped_threshold)) / in joycon_parse_imu_report()
1460 if (dropped_pkts > JC_IMU_DROPPED_PKT_WARNING) { in joycon_parse_imu_report()
1463 dropped_pkts); in joycon_parse_imu_report()