Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/iavf/
H A Diavf_osdep.h76 #define NTOHL(a) rte_be_to_cpu_32(a) macro
/f-stack/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.h84 #define NTOHL(a) rte_be_to_cpu_32(a) macro
/f-stack/freebsd/net/
H A Dpfvar.h82 #define NTOHL(x) (x) = ntohl((__uint32_t)(x)) macro