Home
last modified time | relevance | path

Searched refs:I40E_HTONL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ixl/
H A Di40e_dcb.c1036 tlv->ouisubtype = I40E_HTONL(ouisubtype); in i40e_add_ieee_ets_tlv()
1111 tlv->ouisubtype = I40E_HTONL(ouisubtype); in i40e_add_ieee_etsrec_tlv()
1173 tlv->ouisubtype = I40E_HTONL(ouisubtype); in i40e_add_ieee_pfc_tlv()
1211 tlv->ouisubtype = I40E_HTONL(ouisubtype); in i40e_add_ieee_app_pri_tlv()
H A Di40e_osdep.h109 #define I40E_HTONL(a) htonl(a) macro