Home
last modified time | relevance | path

Searched refs:netc_tx_frame_info_t (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.h238 typedef status_t (*ep_reclaim_cb_t)(ep_handle_t *handle, uint8_t ring, netc_tx_frame_info_t *frameI…
1403 netc_tx_frame_info_t *EP_ReclaimTxDescCommon(ep_handle_t *handle,
Dfsl_netc_endpoint.c933 netc_tx_frame_info_t *EP_ReclaimTxDescCommon(ep_handle_t *handle, in EP_ReclaimTxDescCommon()
938 netc_tx_frame_info_t *frameInfo = NULL; in EP_ReclaimTxDescCommon()
1020 netc_tx_frame_info_t *frameInfo; in EP_ReclaimTxDescriptor()
1038 (void)memset(frameInfo, 0, sizeof(netc_tx_frame_info_t)); in EP_ReclaimTxDescriptor()
Dfsl_netc.h187 } netc_tx_frame_info_t; typedef
3630 netc_tx_frame_info_t *dirtyArray; /*!< Tx cleanup ring. */
3649 netc_tx_frame_info_t *dirtyBase; /*!< Tx cleanup ring base address. */
Dfsl_netc_switch.h130 typedef status_t (*swt_reclaim_cb_t)(swt_handle_t *handle, netc_tx_frame_info_t *frameInfo, void *u…
Dfsl_netc_switch.c768 netc_tx_frame_info_t *frameInfo; in SWT_ReclaimTxDescriptor()
796 (void)memset(frameInfo, 0, sizeof(netc_tx_frame_info_t)); in SWT_ReclaimTxDescriptor()