Searched refs:NTOHL (Results 1 – 4 of 4) sorted by relevance
76 #define NTOHL(a) rte_be_to_cpu_32(a) macro
348 ouisubtype = NTOHL(tlv->ouisubtype); in ice_parse_ieee_tlv()522 ouisubtype = NTOHL(tlv->ouisubtype); in ice_parse_cee_tlv()580 ouisubtype = NTOHL(tlv->ouisubtype); in ice_parse_org_tlv()
84 #define NTOHL(a) rte_be_to_cpu_32(a) macro
82 #define NTOHL(x) (x) = ntohl((__uint32_t)(x)) macro