Searched refs:current_bytes (Results 1 – 4 of 4) sorted by relevance
1020 u64 current_bytes = 0; in mlxsw_sp_acl_rule_get_stats() local1028 ¤t_bytes); in mlxsw_sp_acl_rule_get_stats()1041 *bytes = current_bytes - rule->last_bytes; in mlxsw_sp_acl_rule_get_stats()1045 rule->last_bytes = current_bytes; in mlxsw_sp_acl_rule_get_stats()
553 u64 current_bytes; in prestera_acl_rule_get_stats() local559 ¤t_packets, ¤t_bytes); in prestera_acl_rule_get_stats()564 *bytes = current_bytes; in prestera_acl_rule_get_stats()
541 const u8 *current_bytes = (const u8 *)current_ucode; in hideep_verify_nvm() local544 if (ucode_bytes[i] != current_bytes[i]) in hideep_verify_nvm()549 current_bytes[i]); in hideep_verify_nvm()
3169 uint64_t current_bytes; /* bytes transferred since the beginning */ in migration_update_counters() local3180 current_bytes = migration_transferred_bytes(); in migration_update_counters()3181 transferred = current_bytes - s->iteration_initial_bytes; in migration_update_counters()