Home
last modified time | relevance | path

Searched refs:netc_host_reason_t (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c1065 else if ((netc_host_reason_t)rxDesc->writeback.hr != kNETC_TimestampResp) in EP_GetRxFrameSizeCommon()
1067 if ((netc_host_reason_t)rxDesc->writeback.hr != kNETC_RegularFrame) in EP_GetRxFrameSizeCommon()
1140 attr->hostReason = (netc_host_reason_t)rxDesc->writeback.hr; in EP_GetRxFrameAttribute()
1435 else if ((netc_host_reason_t)rxDesc->writeback.hr == kNETC_TimestampResp) in EP_ReceiveFrame()
1442 if ((netc_host_reason_t)rxDesc->writeback.hr != kNETC_RegularFrame) in EP_ReceiveFrame()
Dfsl_netc.h145 } netc_host_reason_t; typedef
170 netc_host_reason_t hostReason;
1318netc_host_reason_t hr : 4; /*!< Host Reason metadata when frame is redirected/copied to
1506netc_host_reason_t hr : 4; /*!< Host Reason when frame is redirected (fa = 01b) to the switch mana…
Dfsl_netc_switch.c859 …if ((rxDesc->resp.isReady != 0U) && ((netc_host_reason_t)rxDesc->resp.hr == kNETC_TimestampResp) && in SWT_GetTimestampRefResp()
960 else if ((netc_host_reason_t)rxDesc->writeback.hr == kNETC_TimestampResp) in SWT_ReceiveFrame()
967 if ((netc_host_reason_t)rxDesc->writeback.hr == kNETC_RegularFrame) in SWT_ReceiveFrame()