Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw.c650 handle->buffer->isc.request.entryID = entryID; in NETC_AddISCTableEntry()
651 handle->buffer->isc.request.commonHeader.updateActions = 0U; in NETC_AddISCTableEntry()
652 handle->buffer->isc.request.commonHeader.queryActions = 0U; in NETC_AddISCTableEntry()
668 handle->buffer->isc.request.entryID = entryID; in NETC_GetISCStatistic()
669 handle->buffer->isc.request.commonHeader.updateActions = 0U; in NETC_GetISCStatistic()
670 handle->buffer->isc.request.commonHeader.queryActions = 0U; in NETC_GetISCStatistic()
681 *statistic = handle->buffer->isc.response.stse; in NETC_GetISCStatistic()
691 handle->buffer->isc.request.entryID = entryID; in NETC_ResetISCStatistic()
692 handle->buffer->isc.request.commonHeader.updateActions = 1U; in NETC_ResetISCStatistic()
693 handle->buffer->isc.request.commonHeader.queryActions = 0U; in NETC_ResetISCStatistic()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h3392 netc_tb_isc_data_t isc; /*!< Ingress Stream Count table data buffer */ member