Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_dcb.c1027 tlv->typelength = I40E_HTONS(typelength); in i40e_add_ieee_ets_tlv()
1102 tlv->typelength = I40E_HTONS(typelength); in i40e_add_ieee_etsrec_tlv()
1164 tlv->typelength = I40E_HTONS(typelength); in i40e_add_ieee_pfc_tlv()
1234 tlv->typelength = I40E_HTONS(typelength); in i40e_add_ieee_app_pri_tlv()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h76 #define I40E_HTONS(a) htons(a) macro