Lines Matching refs:prio_tc
316 u8 prio_tc[MAX_USER_PRIORITY]; in ixgbe_dcbnl_set_all() local
333 ixgbe_dcb_unpack_map(dcb_cfg, DCB_TX_CONFIG, prio_tc); in ixgbe_dcbnl_set_all()
336 prio_type, prio_tc); in ixgbe_dcbnl_set_all()
339 netdev_set_prio_tc_map(netdev, i, prio_tc[i]); in ixgbe_dcbnl_set_all()
347 u8 prio_tc[MAX_USER_PRIORITY]; in ixgbe_dcbnl_set_all() local
349 ixgbe_dcb_unpack_map(dcb_cfg, DCB_TX_CONFIG, prio_tc); in ixgbe_dcbnl_set_all()
351 ixgbe_dcb_hw_pfc_config(hw, pfc_en, prio_tc); in ixgbe_dcbnl_set_all()
501 memcpy(ets->prio_tc, my_ets->prio_tc, sizeof(ets->prio_tc)); in ixgbe_dcbnl_ieee_getets()
525 adapter->ixgbe_ieee_ets->prio_tc[i] = in ixgbe_dcbnl_ieee_setets()
529 adapter->ixgbe_ieee_ets->prio_tc); in ixgbe_dcbnl_ieee_setets()
533 if (ets->prio_tc[i] > max_tc) in ixgbe_dcbnl_ieee_setets()
534 max_tc = ets->prio_tc[i]; in ixgbe_dcbnl_ieee_setets()
535 if (ets->prio_tc[i] != adapter->ixgbe_ieee_ets->prio_tc[i]) in ixgbe_dcbnl_ieee_setets()
588 u8 *prio_tc; in ixgbe_dcbnl_ieee_setpfc() local
601 prio_tc = adapter->ixgbe_ieee_ets->prio_tc; in ixgbe_dcbnl_ieee_setpfc()
606 err = ixgbe_dcb_hw_pfc_config(hw, pfc->pfc_en, prio_tc); in ixgbe_dcbnl_ieee_setpfc()