Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.h283 bool txCacheMaintain; /*!< Enable/Disable Tx buffer cache maintain in driver. */ member
302 bool txCacheMaintain : 1; /*!< Enable/Disable Tx buffer cache maintain in driver. */ member
1357 bool txCacheMaintain);
Dfsl_netc_endpoint.c61 handle->cfg.txCacheMaintain = config->txCacheMaintain; in EP_StoreConfig()
748 bool txCacheMaintain) in EP_SendFrameCommon() argument
803 if (txCacheMaintain) in EP_SendFrameCommon()
930 handle->cfg.txCacheMaintain); in EP_SendFrame()
Dfsl_netc_switch.h190 bool txCacheMaintain : 1; /*!< Enable/Disable Tx buffer cache maintain in driver. */ member
279 bool txCacheMaintain; /*!< Enable/Disable Tx buffer cache maintain in driver. */ member
Dfsl_netc_switch.c584 handle->cfg.txCacheMaintain = config->txCacheMaintain; in SWT_StoreTransConfig()
763 handle->cfg.txCacheMaintain); in SWT_SendFrame()