Searched refs:DCB_PG_ATTR_TC_0 (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 68 for (i = DCB_PG_ATTR_TC_0; i < tc_max + DCB_PG_ATTR_TC_0; i++) { in ixgbe_copy_dcb_cfg() 69 src = &scfg->tc_config[i - DCB_PG_ATTR_TC_0]; in ixgbe_copy_dcb_cfg() 70 dst = &dcfg->tc_config[i - DCB_PG_ATTR_TC_0]; in ixgbe_copy_dcb_cfg()
|
/linux-3.4.99/net/dcb/ |
D | dcbnl.c | 91 [DCB_PG_ATTR_TC_0] = {.type = NLA_NESTED}, 755 for (i = DCB_PG_ATTR_TC_0; i <= DCB_PG_ATTR_TC_7; i++) { in __dcbnl_pg_getcfg() 780 i - DCB_PG_ATTR_TC_0, &prio, in __dcbnl_pg_getcfg() 785 i - DCB_PG_ATTR_TC_0, &prio, in __dcbnl_pg_getcfg() 967 for (i = DCB_PG_ATTR_TC_0; i <= DCB_PG_ATTR_TC_7; i++) { in __dcbnl_pg_setcfg() 999 i - DCB_PG_ATTR_TC_0, in __dcbnl_pg_setcfg() 1004 i - DCB_PG_ATTR_TC_0, in __dcbnl_pg_setcfg() 1330 for (i = DCB_PG_ATTR_TC_0; i <= DCB_PG_ATTR_TC_7; i++) { in dcbnl_cee_pg_fill() 1342 ops->getpgtccfgrx(dev, i - DCB_PG_ATTR_TC_0, in dcbnl_cee_pg_fill() 1345 ops->getpgtccfgtx(dev, i - DCB_PG_ATTR_TC_0, in dcbnl_cee_pg_fill()
|
/linux-3.4.99/include/linux/ |
D | dcbnl.h | 441 DCB_PG_ATTR_TC_0, enumerator
|