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

/freebsd-current/sys/dev/ixl/
H A Di40e_dcb.c1024 u8 priority0, priority1, maxtcwilling = 0; local
1047 maxtcwilling = BIT(I40E_IEEE_ETS_WILLING_SHIFT);
1048 maxtcwilling |= etscfg->maxtcs & I40E_IEEE_ETS_MAXTC_MASK;
1049 buf[offset] = maxtcwilling;
/freebsd-current/sys/dev/ice/
H A Dice_dcb.c1360 u8 maxtcwilling = 0; local
1381 maxtcwilling = BIT(ICE_IEEE_ETS_WILLING_S);
1382 maxtcwilling |= etscfg->maxtcs & ICE_IEEE_ETS_MAXTC_M;
1383 buf[0] = maxtcwilling;

Completed in 76 milliseconds