Home
last modified time | relevance | path

Searched refs:cpu_to_lel (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_bitmap.c495 mask = cpu_to_lel(mask); in bm_clear_surplus()
531 mask = cpu_to_lel(mask); in bm_set_surplus()
572 p_addr[last_word] &= cpu_to_lel(mask); in bm_count_bits()
H A Ddrbd_int.h1212 #define cpu_to_lel(A) cpu_to_le32(A) macro
1216 #define cpu_to_lel(A) cpu_to_le64(A) macro
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_bitmap.c495 mask = cpu_to_lel(mask); in bm_clear_surplus()
531 mask = cpu_to_lel(mask); in bm_set_surplus()
572 p_addr[last_word] &= cpu_to_lel(mask); in bm_count_bits()
H A Ddrbd_int.h1147 #define cpu_to_lel(A) cpu_to_le32(A) macro
1151 #define cpu_to_lel(A) cpu_to_le64(A) macro

Completed in 13 milliseconds