Lines Matching refs:tc_pct
557 u8 prio, pgid, tc_pct, up_map; in __dcbnl_pg_getcfg() local
604 tc_pct = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_getcfg()
611 &pgid, &tc_pct, &up_map); in __dcbnl_pg_getcfg()
616 &pgid, &tc_pct, &up_map); in __dcbnl_pg_getcfg()
643 tc_pct); in __dcbnl_pg_getcfg()
659 tc_pct = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_getcfg()
664 i - DCB_PG_ATTR_BW_ID_0, &tc_pct); in __dcbnl_pg_getcfg()
668 i - DCB_PG_ATTR_BW_ID_0, &tc_pct); in __dcbnl_pg_getcfg()
670 ret = nla_put_u8(skb, i, tc_pct); in __dcbnl_pg_getcfg()
776 u8 tc_pct; in __dcbnl_pg_setcfg() local
806 tc_pct = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_setcfg()
817 tc_pct = nla_get_u8(param_tb[DCB_TC_ATTR_PARAM_BW_PCT]); in __dcbnl_pg_setcfg()
828 prio, pgid, tc_pct, up_map); in __dcbnl_pg_setcfg()
833 prio, pgid, tc_pct, up_map); in __dcbnl_pg_setcfg()
841 tc_pct = nla_get_u8(pg_tb[i]); in __dcbnl_pg_setcfg()
847 i - DCB_PG_ATTR_BW_ID_0, tc_pct); in __dcbnl_pg_setcfg()
851 i - DCB_PG_ATTR_BW_ID_0, tc_pct); in __dcbnl_pg_setcfg()
1177 u8 pgid, up_map, prio, tc_pct; in dcbnl_cee_pg_fill() local
1193 tc_pct = DCB_ATTR_VALUE_UNDEFINED; in dcbnl_cee_pg_fill()
1198 &prio, &pgid, &tc_pct, &up_map); in dcbnl_cee_pg_fill()
1201 &prio, &pgid, &tc_pct, &up_map); in dcbnl_cee_pg_fill()
1206 nla_put_u8(skb, DCB_TC_ATTR_PARAM_BW_PCT, tc_pct)) in dcbnl_cee_pg_fill()
1212 tc_pct = DCB_ATTR_VALUE_UNDEFINED; in dcbnl_cee_pg_fill()
1216 &tc_pct); in dcbnl_cee_pg_fill()
1219 &tc_pct); in dcbnl_cee_pg_fill()
1220 if (nla_put_u8(skb, i, tc_pct)) in dcbnl_cee_pg_fill()