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

/freebsd-12-stable/sys/dev/ixl/
H A Di40e_dcb.h96 #define I40E_IEEE_ETS_PRIO_0_MASK (0x7 << I40E_IEEE_ETS_PRIO_0_SHIFT) macro
H A Di40e_dcb.c106 priority = (u8)((buf[offset] & I40E_IEEE_ETS_PRIO_0_MASK) >>
161 priority = (u8)((buf[offset] & I40E_IEEE_ETS_PRIO_0_MASK) >>

Completed in 161 milliseconds