Home
last modified time | relevance | path

Searched refs:cpu_to_lel (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/block/drbd/
Ddrbd_bitmap.c497 mask = cpu_to_lel(mask); in bm_clear_surplus()
533 mask = cpu_to_lel(mask); in bm_set_surplus()
574 p_addr[last_word] &= cpu_to_lel(mask); in bm_count_bits()
Ddrbd_int.h1213 #define cpu_to_lel(A) cpu_to_le32(A) macro
1217 #define cpu_to_lel(A) cpu_to_le64(A) macro