Home
last modified time | relevance | path

Searched refs:current_bytes (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c898 u64 current_bytes = 0; in mlxsw_sp_acl_rule_get_stats() local
906 &current_bytes); in mlxsw_sp_acl_rule_get_stats()
919 *bytes = current_bytes - rule->last_bytes; in mlxsw_sp_acl_rule_get_stats()
923 rule->last_bytes = current_bytes; in mlxsw_sp_acl_rule_get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H A Dprestera_acl.c553 u64 current_bytes; in prestera_acl_rule_get_stats() local
559 &current_packets, &current_bytes); in prestera_acl_rule_get_stats()
564 *bytes = current_bytes; in prestera_acl_rule_get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c1019 u64 current_bytes = 0; in mlxsw_sp_acl_rule_get_stats() local
1027 &current_bytes); in mlxsw_sp_acl_rule_get_stats()
1040 *bytes = current_bytes - rule->last_bytes; in mlxsw_sp_acl_rule_get_stats()
1044 rule->last_bytes = current_bytes; in mlxsw_sp_acl_rule_get_stats()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A 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()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dhideep.c541 const u8 *current_bytes = (const u8 *)current_ucode; in hideep_verify_nvm() local
544 if (ucode_bytes[i] != current_bytes[i]) in hideep_verify_nvm()
549 current_bytes[i]); in hideep_verify_nvm()

Completed in 8 milliseconds