Searched refs:current_bytes (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_migrate.c | 1882 int current_bytes; in xe_migrate_access_memory() local 1885 current_bytes = min_t(int, bytes_left, in xe_migrate_access_memory() 1888 current_bytes = min_t(int, bytes_left, cursor.size); in xe_migrate_access_memory() 1890 if (current_bytes & ~PAGE_MASK) { in xe_migrate_access_memory() 1893 current_bytes = min_t(int, current_bytes, S16_MAX * pitch); in xe_migrate_access_memory() 1896 __fence = xe_migrate_vram(m, current_bytes, in xe_migrate_access_memory() 1914 buf += current_bytes; in xe_migrate_access_memory() 1915 offset += current_bytes; in xe_migrate_access_memory() 1917 bytes_left -= current_bytes; in xe_migrate_access_memory() 1919 xe_res_next(&cursor, current_bytes); in xe_migrate_access_memory()
|
/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()
|