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/ |
| D | fsl_netc_hw.h | 625 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…
|
| D | fsl_netc_hw.c | 1021 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/ |
| D | fsl_netc_endpoint.h | 1158 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);
|
| D | fsl_netc_switch.h | 1804 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);
|
| D | fsl_netc_endpoint.c | 2087 … netc_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()
|
| D | fsl_netc_switch.c | 2210 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()
|
| D | fsl_netc.h | 2879 } netc_tb_tgs_gcl_t; typedef
|