Lines Matching defs:up
211 * updated before calling this routine to use current up-to maps.
216 int up;
222 for (*pfc_up = 0, up = 0; up < IXGBE_DCB_MAX_USER_PRIORITY; up++) {
223 if (tc_config[map[up]].pfc != ixgbe_dcb_pfc_disabled)
224 *pfc_up |= 1 << up;
267 u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up)
270 u8 prio_mask = 1 << up;
293 u8 up;
295 for (up = 0; up < IXGBE_DCB_MAX_USER_PRIORITY; up++)
296 map[up] = ixgbe_dcb_get_tc_from_up(cfg, direction, up);