Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c1882 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 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()