Home
last modified time | relevance | path

Searched refs:up2tc (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_idc.c212 u32 up2tc; in ice_get_qos_params() local
215 up2tc = rd32(&pf->hw, PRTDCB_TUP2TC); in ice_get_qos_params()
219 qos->up2tc[i] = (up2tc >> (i * 3)) & 0x7; in ice_get_qos_params()
H A Dice_dcb_lib.c36 u32 up2tc; in ice_is_pfc_causing_hung_q() local
56 up2tc = rd32(&pf->hw, PRTDCB_TUP2TC); in ice_is_pfc_causing_hung_q()
58 up_mapped_tc = (up2tc >> (i * 3)) & 0x7; in ice_is_pfc_causing_hung_q()
H A Dice_adminq_cmd.h952 __le32 up2tc; member
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_ets_strict.sh114 lldptool -T -i $swp3 -V ETS-CFG up2tc=0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7
115 defer lldptool -T -i $swp3 -V ETS-CFG up2tc=0:0,1:0,2:0,3:0,4:0,5:0,6:0,7:0
/linux/include/linux/net/intel/
H A Diidc.h61 u8 up2tc[IIDC_MAX_USER_PRIORITY]; member
/linux/drivers/infiniband/hw/irdma/
H A Dmain.c81 l2params->up2tc[i] = qos_info->up2tc[i]; in irdma_fill_qos_info()
H A Di40iw_if.c137 l2params.up2tc[i] = cdev_info->params.qos.prio_qos[i].tc; in i40iw_open()
H A Dtype.h697 u8 up2tc[IRDMA_MAX_USER_PRIORITY]; member
H A Dctrl.c83 l2p->up2tc[i] = i; in irdma_set_qos_info()
88 vsi->qos[i].traffic_class = l2p->up2tc[i]; in irdma_set_qos_info()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c9154 u8 up2tc = reg >> (i * IXGBE_RTRUP2TC_UP_SHIFT); in ixgbe_validate_rtr() local
9157 if (up2tc > tc) in ixgbe_validate_rtr()