Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_tlv.c165 *(__le32 *)&mac_addr[0] = FM10K_CPU_TO_LE32(attr[1]); in fm10k_tlv_attr_get_mac_vlan()
344 le32_ptr[i] = FM10K_CPU_TO_LE32(attr[i]); in fm10k_tlv_attr_get_le_struct()
640 STATIC const __le32 test_le[2] = { FM10K_CPU_TO_LE32(0x12345678),
641 FM10K_CPU_TO_LE32(0x9abcdef0)};
H A Dfm10k_osdep.h77 #define FM10K_CPU_TO_LE32 rte_cpu_to_le_32 macro
H A Dfm10k_pf.c347 mac_update.mac_lower = FM10K_CPU_TO_LE32(((u32)mac[2] << 24) | in fm10k_update_xc_addr_pf()