Searched refs:ICE_LLDP_TLV_TYPE_M (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ice/
H A Dice_dcb.h75 #define ICE_LLDP_TLV_TYPE_M (0x7F << ICE_LLDP_TLV_TYPE_S) macro
H A Dice_dcb.c673 subtype = (u8)((typelen & ICE_LLDP_TLV_TYPE_M) >>
748 type = ((typelen & ICE_LLDP_TLV_TYPE_M) >> ICE_LLDP_TLV_TYPE_S);

Completed in 74 milliseconds