Home
last modified time | relevance | path

Searched refs:QueueBase (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.6.0/s32/drivers/s32k3/Eth_GMAC/src/
DGmac_Ip_Hw_Access.c781 void GMAC_SetTxQueueQuantumWeight(Gmac_Ip_QueueType * QueueBase, in GMAC_SetTxQueueQuantumWeight() argument
784 QueueBase->MTL_TXQ_QUANTUM_WEIGHT = Weight; in GMAC_SetTxQueueQuantumWeight()
793 void GMAC_SetTxQueueCreditBasedShaper(Gmac_Ip_QueueType * QueueBase, in GMAC_SetTxQueueCreditBasedShaper() argument
798 QueueBase->MTL_TXQ_SENDSLOPECREDIT = SendSlopeCredit; in GMAC_SetTxQueueCreditBasedShaper()
799 QueueBase->MTL_TXQ_HICREDIT = HighCredit; in GMAC_SetTxQueueCreditBasedShaper()
800 QueueBase->MTL_TXQ_LOCREDIT = (uint32)LowCredit; in GMAC_SetTxQueueCreditBasedShaper()
809 void GMAC_SetTxQueueOperationMode(Gmac_Ip_QueueType * QueueBase, in GMAC_SetTxQueueOperationMode() argument
817 QueueBase->MTL_TXQ_OPERATION_MODE = GMAC_MTL_TXQ0_OPERATION_MODE_TXQEN((uint32)QueueMode) | in GMAC_SetTxQueueOperationMode()
830 void GMAC_SetTxStoreAndForward(Gmac_Ip_QueueType * QueueBase) in GMAC_SetTxStoreAndForward() argument
832 QueueBase->MTL_TXQ_OPERATION_MODE |= GMAC_MTL_TXQ0_OPERATION_MODE_TSF_MASK; in GMAC_SetTxStoreAndForward()
[all …]
/hal_nxp-3.6.0/s32/drivers/s32k3/Eth_GMAC/include/
DGmac_Ip_Hw_Access.h304 void GMAC_SetTxQueueQuantumWeight(Gmac_Ip_QueueType * QueueBase,
315 void GMAC_SetTxQueueCreditBasedShaper(Gmac_Ip_QueueType * QueueBase,
327 void GMAC_SetTxQueueOperationMode(Gmac_Ip_QueueType * QueueBase,
335 void GMAC_SetTxStoreAndForward(Gmac_Ip_QueueType * QueueBase);
343 void GMAC_SetTxThreshold(Gmac_Ip_QueueType * QueueBase,
363 void GMAC_SetRxQueueOperationMode(Gmac_Ip_QueueType * QueueBase,