Home
last modified time | relevance | path

Searched refs:sgi (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw.c709 handle->buffer->sgi.request.acfge = config->acfge; in NETC_AddOrUpdateSGITableEntry()
710 handle->buffer->sgi.request.cfge = config->cfge; in NETC_AddOrUpdateSGITableEntry()
711 handle->buffer->sgi.request.icfge = config->icfge; in NETC_AddOrUpdateSGITableEntry()
712 handle->buffer->sgi.request.entryID = config->entryID; in NETC_AddOrUpdateSGITableEntry()
713 handle->buffer->sgi.request.commonHeader.updateActions = in NETC_AddOrUpdateSGITableEntry()
715 handle->buffer->sgi.request.commonHeader.queryActions = 0U; in NETC_AddOrUpdateSGITableEntry()
737 handle->buffer->sgi.request.entryID = entryID; in NETC_DelSGITableEntry()
738 handle->buffer->sgi.request.commonHeader.updateActions = 0U; in NETC_DelSGITableEntry()
739 handle->buffer->sgi.request.commonHeader.queryActions = 0U; in NETC_DelSGITableEntry()
754 handle->buffer->sgi.request.entryID = entryID; in NETC_GetSGIState()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h3393 netc_tb_sgi_data_t sgi; /*!< Stream Gate Instance table data buffer */ member