Lines Matching refs:tc_pct

566 	u8 prio, pgid, tc_pct, up_map;  in __dcbnl_pg_getcfg()  local
611 tc_pct = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_getcfg()
618 &pgid, &tc_pct, &up_map); in __dcbnl_pg_getcfg()
623 &pgid, &tc_pct, &up_map); in __dcbnl_pg_getcfg()
650 tc_pct); in __dcbnl_pg_getcfg()
666 tc_pct = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_getcfg()
671 i - DCB_PG_ATTR_BW_ID_0, &tc_pct); in __dcbnl_pg_getcfg()
675 i - DCB_PG_ATTR_BW_ID_0, &tc_pct); in __dcbnl_pg_getcfg()
677 ret = nla_put_u8(skb, i, tc_pct); in __dcbnl_pg_getcfg()
783 u8 tc_pct; in __dcbnl_pg_setcfg() local
810 tc_pct = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_setcfg()
821 tc_pct = nla_get_u8(param_tb[DCB_TC_ATTR_PARAM_BW_PCT]); in __dcbnl_pg_setcfg()
832 prio, pgid, tc_pct, up_map); in __dcbnl_pg_setcfg()
837 prio, pgid, tc_pct, up_map); in __dcbnl_pg_setcfg()
845 tc_pct = nla_get_u8(pg_tb[i]); in __dcbnl_pg_setcfg()
851 i - DCB_PG_ATTR_BW_ID_0, tc_pct); in __dcbnl_pg_setcfg()
855 i - DCB_PG_ATTR_BW_ID_0, tc_pct); in __dcbnl_pg_setcfg()
1169 u8 pgid, up_map, prio, tc_pct; in dcbnl_cee_pg_fill() local
1185 tc_pct = DCB_ATTR_VALUE_UNDEFINED; in dcbnl_cee_pg_fill()
1190 &prio, &pgid, &tc_pct, &up_map); in dcbnl_cee_pg_fill()
1193 &prio, &pgid, &tc_pct, &up_map); in dcbnl_cee_pg_fill()
1198 nla_put_u8(skb, DCB_TC_ATTR_PARAM_BW_PCT, tc_pct)) in dcbnl_cee_pg_fill()
1204 tc_pct = DCB_ATTR_VALUE_UNDEFINED; in dcbnl_cee_pg_fill()
1208 &tc_pct); in dcbnl_cee_pg_fill()
1211 &tc_pct); in dcbnl_cee_pg_fill()
1212 if (nla_put_u8(skb, i, tc_pct)) in dcbnl_cee_pg_fill()