Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_dcb.c1031 tlv->ouisubtype = I40E_HTONL(ouisubtype); in i40e_add_ieee_ets_tlv()
1106 tlv->ouisubtype = I40E_HTONL(ouisubtype); in i40e_add_ieee_etsrec_tlv()
1168 tlv->ouisubtype = I40E_HTONL(ouisubtype); in i40e_add_ieee_pfc_tlv()
1206 tlv->ouisubtype = I40E_HTONL(ouisubtype); in i40e_add_ieee_app_pri_tlv()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h77 #define I40E_HTONL(a) htonl(a) macro