Searched refs:DCB_PG_ATTR_TC_0 (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 42 for (i = DCB_PG_ATTR_TC_0; i < tc_max + DCB_PG_ATTR_TC_0; i++) { in ixgbe_copy_dcb_cfg() 43 src = &scfg->tc_config[i - DCB_PG_ATTR_TC_0]; in ixgbe_copy_dcb_cfg() 44 dst = &dcfg->tc_config[i - DCB_PG_ATTR_TC_0]; in ixgbe_copy_dcb_cfg()
|
/linux-6.12.1/net/dcb/ |
D | dcbnl.c | 75 [DCB_PG_ATTR_TC_0] = {.type = NLA_NESTED}, 618 for (i = DCB_PG_ATTR_TC_0; i <= DCB_PG_ATTR_TC_7; i++) { in __dcbnl_pg_getcfg() 644 i - DCB_PG_ATTR_TC_0, &prio, in __dcbnl_pg_getcfg() 649 i - DCB_PG_ATTR_TC_0, &prio, in __dcbnl_pg_getcfg() 827 for (i = DCB_PG_ATTR_TC_0; i <= DCB_PG_ATTR_TC_7; i++) { in __dcbnl_pg_setcfg() 861 i - DCB_PG_ATTR_TC_0, in __dcbnl_pg_setcfg() 866 i - DCB_PG_ATTR_TC_0, in __dcbnl_pg_setcfg() 1321 for (i = DCB_PG_ATTR_TC_0; i <= DCB_PG_ATTR_TC_7; i++) { in dcbnl_cee_pg_fill() 1333 ops->getpgtccfgrx(dev, i - DCB_PG_ATTR_TC_0, in dcbnl_cee_pg_fill() 1336 ops->getpgtccfgtx(dev, i - DCB_PG_ATTR_TC_0, in dcbnl_cee_pg_fill()
|
/linux-6.12.1/include/uapi/linux/ |
D | dcbnl.h | 548 DCB_PG_ATTR_TC_0, enumerator
|