Home
last modified time | relevance | path

Searched refs:gcl (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw.c847 status_t NETC_GetSGCLGateList(netc_cbdr_handle_t *handle, netc_tb_sgcl_gcl_t *gcl, uint32_t length) in NETC_GetSGCLGateList() argument
851 if (gcl->gcList == NULL) in NETC_GetSGCLGateList()
856 handle->buffer->sgcl.request.entryID = gcl->entryID; in NETC_GetSGCLGateList()
876 gcl->cycleTime = handle->buffer->sgcl.request.cfge.cycleTime; in NETC_GetSGCLGateList()
878 gcl->numEntries = (uint32_t)handle->buffer->sgcl.request.cfge.listLength + 1U; in NETC_GetSGCLGateList()
879 gcl->extOipv = handle->buffer->sgcl.request.cfge.extOipv; in NETC_GetSGCLGateList()
880 gcl->extIpv = handle->buffer->sgcl.request.cfge.extIpv; in NETC_GetSGCLGateList()
881 gcl->extCtd = handle->buffer->sgcl.request.cfge.extCtd; in NETC_GetSGCLGateList()
882 gcl->extGtst = handle->buffer->sgcl.request.cfge.extGtst; in NETC_GetSGCLGateList()
883 … (void)memcpy(gcl->gcList, &handle->buffer->sgcl.request.cfge.ges[0], gcl->numEntries * 8U); in NETC_GetSGCLGateList()
[all …]
Dfsl_netc_hw.h561 status_t NETC_GetSGCLGateList(netc_cbdr_handle_t *handle, netc_tb_sgcl_gcl_t *gcl, uint32_t length);
636 status_t NETC_GetTGSOperationList(netc_cbdr_handle_t *handle, netc_tb_tgs_gcl_t *gcl, uint32_t leng…
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c3507 status_t ENET_QOS_EstProgramGcl(ENET_QOS_Type *base, enet_qos_est_gcl_t *gcl, uint32_t ptpClk_Hz) in ENET_QOS_EstProgramGcl() argument
3509 assert(gcl != NULL); in ENET_QOS_EstProgramGcl()
3517 if (!gcl->enable) in ENET_QOS_EstProgramGcl()
3523 if (gcl->numEntries > ENET_QOS_EST_DEP) in ENET_QOS_EstProgramGcl()
3528 if (gcl->opList == NULL) in ENET_QOS_EstProgramGcl()
3533 gateOp = gcl->opList; in ENET_QOS_EstProgramGcl()
3535 for (i = 0; i < gcl->numEntries; i++) in ENET_QOS_EstProgramGcl()
3554 gateOp = gcl->opList; in ENET_QOS_EstProgramGcl()
3556 for (i = 0; i < gcl->numEntries; i++) in ENET_QOS_EstProgramGcl()
3569 data = (uint32_t)(gcl->baseTime >> 32U); in ENET_QOS_EstProgramGcl()
[all …]
Dfsl_enet_qos.h1439 status_t ENET_QOS_EstProgramGcl(ENET_QOS_Type *base, enet_qos_est_gcl_t *gcl, uint32_t ptpClk_Hz);
1451 status_t ENET_QOS_EstReadGcl(ENET_QOS_Type *base, enet_qos_est_gcl_t *gcl, uint32_t listLen, bool h…
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c1663 status_t EP_RxPSFPGetSGCLGateList(ep_handle_t *handle, netc_tb_sgcl_gcl_t *gcl, uint32_t length) in EP_RxPSFPGetSGCLGateList() argument
1665 assert((handle != NULL) && (gcl != NULL)); in EP_RxPSFPGetSGCLGateList()
1671 return NETC_GetSGCLGateList(&cdbrHandle, gcl, length); in EP_RxPSFPGetSGCLGateList()
2174 status_t EP_TxtTGSGetOperGcl(ep_handle_t *handle, netc_tb_tgs_gcl_t *gcl, uint32_t length) in EP_TxtTGSGetOperGcl() argument
2176 assert((handle != NULL) && (gcl != NULL)); in EP_TxtTGSGetOperGcl()
2182 return NETC_GetTGSOperationList(&cdbrHandle, gcl, length); in EP_TxtTGSGetOperGcl()
Dfsl_netc_endpoint.h936 status_t EP_RxPSFPGetSGCLGateList(ep_handle_t *handle, netc_tb_sgcl_gcl_t *gcl, uint32_t length);
1185 status_t EP_TxtTGSGetOperGcl(ep_handle_t *handle, netc_tb_tgs_gcl_t *gcl, uint32_t length);
Dfsl_netc_switch.h1165 status_t SWT_RxPSFPGetSGCLGateList(swt_handle_t *handle, netc_tb_sgcl_gcl_t *gcl, uint32_t length);
1817 status_t SWT_TxtTGSGetOperGcl(swt_handle_t *handle, netc_tb_tgs_gcl_t *gcl, uint32_t length);
Dfsl_netc_switch.c2049 status_t SWT_RxPSFPGetSGCLGateList(swt_handle_t *handle, netc_tb_sgcl_gcl_t *gcl, uint32_t length) in SWT_RxPSFPGetSGCLGateList() argument
2051 assert((handle != NULL) && (gcl != NULL)); in SWT_RxPSFPGetSGCLGateList()
2056 return NETC_GetSGCLGateList(&cdbrHandle, gcl, length); in SWT_RxPSFPGetSGCLGateList()
2299 status_t SWT_TxtTGSGetOperGcl(swt_handle_t *handle, netc_tb_tgs_gcl_t *gcl, uint32_t length) in SWT_TxtTGSGetOperGcl() argument
2301 assert((handle != NULL) && (gcl != NULL)); in SWT_TxtTGSGetOperGcl()
2306 return NETC_GetTGSOperationList(&cdbrHandle, gcl, length); in SWT_TxtTGSGetOperGcl()