Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Di40e_dcb.h116 #define I40E_IEEE_PFC_WILLING_MASK BIT(I40E_IEEE_PFC_WILLING_SHIFT) macro
H A Di40e_dcb.c203 dcbcfg->pfc.willing = (u8)((buf[0] & I40E_IEEE_PFC_WILLING_MASK) >> in i40e_parse_ieee_pfccfg_tlv()