Searched refs:DCB_PG_ATTR_TC_0 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/dcb/ |
D | dcbnl.c | 86 [DCB_PG_ATTR_TC_0] = {.type = NLA_NESTED}, 592 for (i = DCB_PG_ATTR_TC_0; i <= DCB_PG_ATTR_TC_7; i++) { in __dcbnl_pg_getcfg() 617 i - DCB_PG_ATTR_TC_0, &prio, in __dcbnl_pg_getcfg() 622 i - DCB_PG_ATTR_TC_0, &prio, in __dcbnl_pg_getcfg() 799 for (i = DCB_PG_ATTR_TC_0; i <= DCB_PG_ATTR_TC_7; i++) { in __dcbnl_pg_setcfg() 831 i - DCB_PG_ATTR_TC_0, in __dcbnl_pg_setcfg() 836 i - DCB_PG_ATTR_TC_0, in __dcbnl_pg_setcfg() 1177 for (i = DCB_PG_ATTR_TC_0; i <= DCB_PG_ATTR_TC_7; i++) { in dcbnl_cee_pg_fill() 1189 ops->getpgtccfgrx(dev, i - DCB_PG_ATTR_TC_0, in dcbnl_cee_pg_fill() 1192 ops->getpgtccfgtx(dev, i - DCB_PG_ATTR_TC_0, in dcbnl_cee_pg_fill()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 69 for (i = DCB_PG_ATTR_TC_0; i < tc_max + DCB_PG_ATTR_TC_0; i++) { in ixgbe_copy_dcb_cfg() 70 src = &scfg->tc_config[i - DCB_PG_ATTR_TC_0]; in ixgbe_copy_dcb_cfg() 71 dst = &dcfg->tc_config[i - DCB_PG_ATTR_TC_0]; in ixgbe_copy_dcb_cfg()
|
/linux-4.4.14/include/uapi/linux/ |
D | dcbnl.h | 524 DCB_PG_ATTR_TC_0, enumerator
|