Searched refs:rxZeroCopy (Results 1 – 4 of 4) sorted by relevance
284 bool rxZeroCopy; /*!< Enable/Disable zero-copy receive mode. */ member303 bool rxZeroCopy : 1; /*!< Enable/Disable zero-copy receive mode. */ member
62 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()
193 bool rxZeroCopy : 1; /*!< Enable zero-copy receive mode. */ member280 bool rxZeroCopy; /*!< Enable zero-copy receive mode. */ member
255 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()