Searched refs:DCB_PG_ATTR_TC_0 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/dcb/ |
D | dcbnl.c | 86 [DCB_PG_ATTR_TC_0] = {.type = NLA_NESTED}, 588 for (i = DCB_PG_ATTR_TC_0; i <= DCB_PG_ATTR_TC_7; i++) { in __dcbnl_pg_getcfg() 613 i - DCB_PG_ATTR_TC_0, &prio, in __dcbnl_pg_getcfg() 618 i - DCB_PG_ATTR_TC_0, &prio, in __dcbnl_pg_getcfg() 794 for (i = DCB_PG_ATTR_TC_0; i <= DCB_PG_ATTR_TC_7; i++) { in __dcbnl_pg_setcfg() 826 i - DCB_PG_ATTR_TC_0, in __dcbnl_pg_setcfg() 831 i - DCB_PG_ATTR_TC_0, in __dcbnl_pg_setcfg() 1182 for (i = DCB_PG_ATTR_TC_0; i <= DCB_PG_ATTR_TC_7; i++) { in dcbnl_cee_pg_fill() 1194 ops->getpgtccfgrx(dev, i - DCB_PG_ATTR_TC_0, in dcbnl_cee_pg_fill() 1197 ops->getpgtccfgtx(dev, i - DCB_PG_ATTR_TC_0, in dcbnl_cee_pg_fill()
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 44 for (i = DCB_PG_ATTR_TC_0; i < tc_max + DCB_PG_ATTR_TC_0; i++) { in ixgbe_copy_dcb_cfg() 45 src = &scfg->tc_config[i - DCB_PG_ATTR_TC_0]; in ixgbe_copy_dcb_cfg() 46 dst = &dcfg->tc_config[i - DCB_PG_ATTR_TC_0]; in ixgbe_copy_dcb_cfg()
|
/Linux-v4.19/include/uapi/linux/ |
D | dcbnl.h | 538 DCB_PG_ATTR_TC_0, enumerator
|