Searched refs:DCB_PG_ATTR_TC_0 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/dcb/ |
D | dcbnl.c | 89 [DCB_PG_ATTR_TC_0] = {.type = NLA_NESTED}, 595 for (i = DCB_PG_ATTR_TC_0; i <= DCB_PG_ATTR_TC_7; i++) { in __dcbnl_pg_getcfg() 620 i - DCB_PG_ATTR_TC_0, &prio, in __dcbnl_pg_getcfg() 625 i - DCB_PG_ATTR_TC_0, &prio, in __dcbnl_pg_getcfg() 802 for (i = DCB_PG_ATTR_TC_0; i <= DCB_PG_ATTR_TC_7; i++) { in __dcbnl_pg_setcfg() 834 i - DCB_PG_ATTR_TC_0, in __dcbnl_pg_setcfg() 839 i - DCB_PG_ATTR_TC_0, in __dcbnl_pg_setcfg() 1180 for (i = DCB_PG_ATTR_TC_0; i <= DCB_PG_ATTR_TC_7; i++) { in dcbnl_cee_pg_fill() 1192 ops->getpgtccfgrx(dev, i - DCB_PG_ATTR_TC_0, in dcbnl_cee_pg_fill() 1195 ops->getpgtccfgtx(dev, i - DCB_PG_ATTR_TC_0, in dcbnl_cee_pg_fill()
|
/linux-4.1.27/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.1.27/include/uapi/linux/ |
D | dcbnl.h | 520 DCB_PG_ATTR_TC_0, enumerator
|