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

/freebsd-13-stable/sys/dev/ixl/
H A Di40e_dcb.h98 #define I40E_IEEE_ETS_PRIO_1_MASK (0x7 << I40E_IEEE_ETS_PRIO_1_SHIFT) macro
H A Di40e_dcb.c103 priority = (u8)((buf[offset] & I40E_IEEE_ETS_PRIO_1_MASK) >>
158 priority = (u8)((buf[offset] & I40E_IEEE_ETS_PRIO_1_MASK) >>

Completed in 106 milliseconds