Searched refs:current_bytes (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 2496 int current_bytes; in xe_migrate_access_memory() local 2500 current_bytes = min_t(int, bytes_left, in xe_migrate_access_memory() 2503 current_bytes = min_t(int, bytes_left, cursor.size); in xe_migrate_access_memory() 2505 pitch = xe_migrate_copy_pitch(xe, current_bytes); in xe_migrate_access_memory() 2507 current_bytes = min_t(int, current_bytes, U16_MAX * pitch); in xe_migrate_access_memory() 2509 current_bytes = min_t(int, current_bytes, in xe_migrate_access_memory() 2513 __fence = xe_migrate_vram(m, current_bytes, in xe_migrate_access_memory() 2531 buf += current_bytes; in xe_migrate_access_memory() 2532 offset += current_bytes; in xe_migrate_access_memory() 2534 bytes_left -= current_bytes; in xe_migrate_access_memory() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_acl.c | 1020 u64 current_bytes = 0; in mlxsw_sp_acl_rule_get_stats() local 1028 ¤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()
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_acl.c | 553 u64 current_bytes; in prestera_acl_rule_get_stats() local 559 ¤t_packets, ¤t_bytes); in prestera_acl_rule_get_stats() 564 *bytes = current_bytes; in prestera_acl_rule_get_stats()
|