Home
last modified time | relevance | path

Searched refs:netc_tb_tgs_gcl_t (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw.h625 status_t NETC_ConfigTGSAdminList(netc_cbdr_handle_t *handle, netc_tb_tgs_gcl_t *config);
636 status_t NETC_GetTGSOperationList(netc_cbdr_handle_t *handle, netc_tb_tgs_gcl_t *gcl, uint32_t leng…
Dfsl_netc_hw.c1021 status_t NETC_ConfigTGSAdminList(netc_cbdr_handle_t *handle, netc_tb_tgs_gcl_t *config) in NETC_ConfigTGSAdminList()
1074 status_t NETC_GetTGSOperationList(netc_cbdr_handle_t *handle, netc_tb_tgs_gcl_t *gcl, uint32_t leng… in NETC_GetTGSOperationList()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.h1158 status_t EP_TxTGSConfigAdminGcl(ep_handle_t *handle, netc_tb_tgs_gcl_t *config);
1185 status_t EP_TxtTGSGetOperGcl(ep_handle_t *handle, netc_tb_tgs_gcl_t *gcl, uint32_t length);
Dfsl_netc_switch.h1804 status_t SWT_TxTGSConfigAdminGcl(swt_handle_t *handle, netc_tb_tgs_gcl_t *config);
1817 status_t SWT_TxtTGSGetOperGcl(swt_handle_t *handle, netc_tb_tgs_gcl_t *gcl, uint32_t length);
Dfsl_netc_endpoint.c2087netc_tb_tgs_gcl_t wTgsList = {.cycleTime = 1000000U, .numEntries = 2U, .gcList = &gate[0]}; in EP_TxPortTGSEnable()
2107 status_t EP_TxTGSConfigAdminGcl(ep_handle_t *handle, netc_tb_tgs_gcl_t *config) in EP_TxTGSConfigAdminGcl()
2120 netc_tb_tgs_gcl_t emptyList = {.entryID = config->entryID, .numEntries = 0U}; in EP_TxTGSConfigAdminGcl()
2174 status_t EP_TxtTGSGetOperGcl(ep_handle_t *handle, netc_tb_tgs_gcl_t *gcl, uint32_t length) in EP_TxtTGSGetOperGcl()
Dfsl_netc_switch.c2210 netc_tb_tgs_gcl_t wTgsList = { in SWT_TxPortTGSEnable()
2229 status_t SWT_TxTGSConfigAdminGcl(swt_handle_t *handle, netc_tb_tgs_gcl_t *config) in SWT_TxTGSConfigAdminGcl()
2240 netc_tb_tgs_gcl_t emptyList = {.entryID = config->entryID, .numEntries = 0U}; in SWT_TxTGSConfigAdminGcl()
2299 status_t SWT_TxtTGSGetOperGcl(swt_handle_t *handle, netc_tb_tgs_gcl_t *gcl, uint32_t length) in SWT_TxtTGSGetOperGcl()
Dfsl_netc.h2879 } netc_tb_tgs_gcl_t; typedef