Home
last modified time | relevance | path

Searched refs:gcList (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw.c805 …ig->numEntries > NETC_TB_SGCL_MAX_ENTRY) || (config->numEntries == 0U) || (config->gcList == NULL)) in NETC_AddSGCLTableEntry()
821 … (void)memcpy(&handle->buffer->sgcl.request.cfge.ges[0], config->gcList, config->numEntries * 8U); in NETC_AddSGCLTableEntry()
851 if (gcl->gcList == NULL) in NETC_GetSGCLGateList()
883 … (void)memcpy(gcl->gcList, &handle->buffer->sgcl.request.cfge.ges[0], gcl->numEntries * 8U); in NETC_GetSGCLGateList()
1026 …g->numEntries > NETC_TB_TGS_MAX_ENTRY) || ((config->numEntries != 0U) && (config->gcList == NULL))) in NETC_ConfigTGSAdminList()
1039 (void)memcpy((void *)&handle->buffer->tgs.request.cfge.adminGcl[0], (void *)config->gcList, in NETC_ConfigTGSAdminList()
1080 if (gcl->gcList == NULL) in NETC_GetTGSOperationList()
1112 (void)memcpy(gcl->gcList, &resOlseBase->operGcl[0], (gcl->numEntries * 8U)); in NETC_GetTGSOperationList()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h2025 netc_sgcl_gate_entry_t *gcList; /*!< Pointer to stream gate control list array */ member
2878 netc_tgs_gate_entry_t *gcList; /*!< Pointer to time gate control list array */ member
Dfsl_netc_endpoint.c2087 … netc_tb_tgs_gcl_t wTgsList = {.cycleTime = 1000000U, .numEntries = 2U, .gcList = &gate[0]}; in EP_TxPortTGSEnable()
Dfsl_netc_switch.c2211 …ID = (netc_tb_tgs_entry_id_t)portIdx, .cycleTime = 1000000U, .numEntries = 2U, .gcList = &gate[0]}; in SWT_TxPortTGSEnable()