Searched refs:netc_frame_attr_t (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/ |
| D | fsl_netc_endpoint.h | 1439 netc_frame_attr_t *attr, 1460 …ceiveFrame(ep_handle_t *handle, uint8_t ring, netc_frame_struct_t *frame, netc_frame_attr_t *attr); 1492 netc_frame_attr_t *attr, 1508 …ameCopy(ep_handle_t *handle, uint8_t ring, void *buffer, uint32_t length, netc_frame_attr_t *attr);
|
| D | fsl_netc_endpoint.c | 1133 static void EP_GetRxFrameAttribute(ep_handle_t *handle, netc_rx_bd_t *rxDesc, netc_frame_attr_t *at… in EP_GetRxFrameAttribute() 1137 (void)memset(attr, 0, sizeof(netc_frame_attr_t)); in EP_GetRxFrameAttribute() 1208 netc_frame_attr_t *attr, in EP_ReceiveFrameCopyCommon() 1300 …rameCopy(ep_handle_t *handle, uint8_t ring, void *buffer, uint32_t length, netc_frame_attr_t *attr) in EP_ReceiveFrameCopy() 1319 netc_frame_attr_t *attr, in EP_ReceiveFrameCommon() 1402 …eceiveFrame(ep_handle_t *handle, uint8_t ring, netc_frame_struct_t *frame, netc_frame_attr_t *attr) in EP_ReceiveFrame()
|
| D | fsl_netc_switch.h | 2044 status_t SWT_ReceiveFrame(swt_handle_t *handle, netc_frame_struct_t *frame, netc_frame_attr_t *attr… 2058 …SWT_ReceiveFrameCopy(swt_handle_t *handle, void *buffer, uint32_t length, netc_frame_attr_t *attr);
|
| D | fsl_netc_switch.c | 889 … SWT_ReceiveFrameCopy(swt_handle_t *handle, void *buffer, uint32_t length, netc_frame_attr_t *attr) in SWT_ReceiveFrameCopy() 916 status_t SWT_ReceiveFrame(swt_handle_t *handle, netc_frame_struct_t *frame, netc_frame_attr_t *attr) in SWT_ReceiveFrame()
|
| D | fsl_netc.h | 175 } netc_frame_attr_t; typedef
|