Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/prestera/
Dprestera_acl.c340 u64 current_bytes; in prestera_acl_rule_get_stats() local
344 &current_bytes); in prestera_acl_rule_get_stats()
349 *bytes = current_bytes; in prestera_acl_rule_get_stats()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl.c923 u64 current_bytes = 0; in mlxsw_sp_acl_rule_get_stats() local
931 &current_bytes); in mlxsw_sp_acl_rule_get_stats()
944 *bytes = current_bytes - rule->last_bytes; in mlxsw_sp_acl_rule_get_stats()
948 rule->last_bytes = current_bytes; in mlxsw_sp_acl_rule_get_stats()
/Linux-v5.15/drivers/input/touchscreen/
Dhideep.c535 const u8 *current_bytes = (const u8 *)current_ucode; in hideep_verify_nvm() local
538 if (ucode_bytes[i] != current_bytes[i]) in hideep_verify_nvm()
543 current_bytes[i]); in hideep_verify_nvm()