Home
last modified time | relevance | path

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

/dpdk/drivers/common/iavf/
H A Diavf_osdep.h85 #define NTOHL(a) rte_be_to_cpu_32(a) macro
/dpdk/drivers/net/ice/base/
H A Dice_dcb.c348 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()
H A Dice_osdep.h92 #define NTOHL(a) rte_be_to_cpu_32(a) macro