Searched refs:txTcCfg (Results 1 – 4 of 4) sorted by relevance
448 config->txTcCfg[i].enTcGate = true; in EP_GetDefaultConfig()449 config->txTcCfg[i].sduCfg.maxSduSized = 0x600U; in EP_GetDefaultConfig()450 config->txTcCfg[i].sduCfg.sduType = kNETC_MPDU; in EP_GetDefaultConfig()608 … EP_TxTrafficClassConfig(handle, (netc_hw_tc_idx_t)(uint32_t)(i - 1U), &config->txTcCfg[(i - 1U)]); in EP_Init()
258 …netc_port_tx_tc_config_t txTcCfg[8]; /*!< Tx traffic class related configuration, vaild only on EN… member
219 config->ports[i].txTcCfg[j].enTcGate = true; in SWT_GetDefaultConfig()220 config->ports[i].txTcCfg[j].sduCfg.maxSduSized = 0x600U; in SWT_GetDefaultConfig()221 config->ports[i].txTcCfg[j].sduCfg.sduType = kNETC_MPDU; in SWT_GetDefaultConfig()401 &config->ports[i].txTcCfg[(j - 1U)]); in SWT_Init()
148 … txTcCfg[8]; /*!< Port Tx traffic class related configuration, vaild only on port 0 ~ 3 */ member