Home
last modified time | relevance | path

Searched refs:rxZeroCopy (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.h284 bool rxZeroCopy; /*!< Enable/Disable zero-copy receive mode. */ member
303 bool rxZeroCopy : 1; /*!< Enable/Disable zero-copy receive mode. */ member
Dfsl_netc_endpoint.c62 handle->cfg.rxZeroCopy = config->rxZeroCopy; in EP_StoreConfig()
79 if (handle->cfg.rxZeroCopy) in EP_RxBufferFreeAll()
138 if (!config->rxZeroCopy) in EP_RxBufferAllocAll()
1404 assert((handle != NULL) && (frame != NULL) && (handle->cfg.rxZeroCopy)); in EP_ReceiveFrame()
Dfsl_netc_switch.h193 bool rxZeroCopy : 1; /*!< Enable zero-copy receive mode. */ member
280 bool rxZeroCopy; /*!< Enable zero-copy receive mode. */ member
Dfsl_netc_switch.c255 if (handle->cfg.rxZeroCopy) in SWT_RxBufferFreeAll()
585 handle->cfg.rxZeroCopy = config->rxZeroCopy; in SWT_StoreTransConfig()
650 if (!txRxConfig->rxZeroCopy) in SWT_ManagementTxRxConfig()
918 assert((handle != NULL) && (frame != NULL) && (handle->cfg.rxZeroCopy)); in SWT_ReceiveFrame()