Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c2367 int current_bytes; in xe_migrate_access_memory() local
2371 current_bytes = min_t(int, bytes_left, in xe_migrate_access_memory()
2374 current_bytes = min_t(int, bytes_left, cursor.size); in xe_migrate_access_memory()
2376 pitch = xe_migrate_copy_pitch(xe, current_bytes); in xe_migrate_access_memory()
2378 current_bytes = min_t(int, current_bytes, U16_MAX * pitch); in xe_migrate_access_memory()
2380 current_bytes = min_t(int, current_bytes, in xe_migrate_access_memory()
2384 __fence = xe_migrate_vram(m, current_bytes, in xe_migrate_access_memory()
2402 buf += current_bytes; in xe_migrate_access_memory()
2403 offset += current_bytes; in xe_migrate_access_memory()
2405 bytes_left -= current_bytes; in xe_migrate_access_memory()
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c1020 u64 current_bytes = 0; in mlxsw_sp_acl_rule_get_stats() local
1028 &current_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()
/linux/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()
/linux/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()