Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl.c804 u64 current_bytes; in mlxsw_sp_acl_rule_get_stats() local
809 &current_packets, &current_bytes); in mlxsw_sp_acl_rule_get_stats()
814 *bytes = current_bytes - rule->last_bytes; in mlxsw_sp_acl_rule_get_stats()
817 rule->last_bytes = current_bytes; in mlxsw_sp_acl_rule_get_stats()
/Linux-v4.19/drivers/input/touchscreen/
Dhideep.c531 const u8 *current_bytes = (const u8 *)current_ucode; in hideep_verify_nvm() local
534 if (ucode_bytes[i] != current_bytes[i]) in hideep_verify_nvm()
539 current_bytes[i]); in hideep_verify_nvm()