Home
last modified time | relevance | path

Searched refs:__le32_to_cpup (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Drx_common.h35 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_hash_offset)); in efx_rx_buf_hash()
Dptp.c1980 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_ts_offset)); in efx_rx_buf_timestamp_minor()
/linux-6.1.9/drivers/net/ethernet/sfc/
Drx_common.h35 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_hash_offset)); in efx_rx_buf_hash()
Dptp.c2073 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_ts_offset)); in efx_rx_buf_timestamp_minor()
/linux-6.1.9/include/linux/byteorder/
Dgeneric.h101 #define le32_to_cpup __le32_to_cpup
/linux-6.1.9/drivers/usb/serial/
Dgarmin_gps.c211 return __le32_to_cpup((__le32 *)(usbPacket)); in getLayerId()
216 return __le32_to_cpup((__le32 *)(usbPacket+4)); in getPacketId()
221 return __le32_to_cpup((__le32 *)(usbPacket+8)); in getDataLength()
1273 garmin_data_p->serial_num = __le32_to_cpup( in garmin_read_int_callback()
/linux-6.1.9/include/uapi/linux/byteorder/
Dbig_endian.h57 static __always_inline __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup() function
Dlittle_endian.h57 static __always_inline __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup() function
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/
Diwl-nvm-parse.c378 __le32_to_cpup((const __le32 *)nvm_ch_flags + ch_idx); in iwl_init_channel_map()
1416 ch_flags = (u16)__le32_to_cpup(channels + ch_idx); in iwl_parse_nvm_mcc_info()
/linux-6.1.9/drivers/net/ethernet/sfc/falcon/
Drx.c65 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_hash_offset)); in ef4_rx_buf_hash()