Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h56 #define ntohs(val) OSAL_BE16_TO_CPU(val)
H A Dbcm_osal.h127 #define OSAL_BE16_TO_CPU(val) be16toh(val) macro
H A Decore_mcp.c4244 *(u16 *)lldp_mac_addr = OSAL_BE16_TO_CPU(*(u16 *)&lldp_mac.mac_upper); in ecore_mcp_get_lldp_mac()