Home
last modified time | relevance | path

Searched refs:PacketsThreshold (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip.h523 …h_Ip_SetRxCoalescingThresholds(uint8 CtrlIdx, uint8 RingIdx, uint16 PacketsThreshold, uint32 Timer…
539 …h_Ip_SetTxCoalescingThresholds(uint8 CtrlIdx, uint8 RingIdx, uint16 PacketsThreshold, uint32 Timer…
DNetc_Eth_Ip_Types.h1346 …uint8 PacketsThreshold; /*!< This value determines the minimum number of packets tran… member
1366 …uint16 PacketsThreshold; /*!< This value determines the minimum number of packets rec… member
/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c368 static uint8 Netc_Eth_Ip_CoalescingTxPacketsConversion (uint16 PacketsThreshold);
448 …ure->RxPacketsThreshold[u8RxBDIdx] = (*config->paCtrlRxRingConfig)[u8RxBDIdx].PacketsThreshold; in Netc_Eth_Ip_InitStateStructure()
464 …ure->TxPacketsThreshold[u8TxBDIdx] = (*config->paCtrlTxRingConfig)[u8TxBDIdx].PacketsThreshold; in Netc_Eth_Ip_InitStateStructure()
1063 static uint8 Netc_Eth_Ip_CoalescingTxPacketsConversion (uint16 PacketsThreshold) in Netc_Eth_Ip_CoalescingTxPacketsConversion() argument
1072 if (RegVal > PacketsThreshold) in Netc_Eth_Ip_CoalescingTxPacketsConversion()
4600 …h_Ip_SetTxCoalescingThresholds(uint8 CtrlIdx, uint8 RingIdx, uint16 PacketsThreshold, uint32 Timer… argument
4615 if (PacketsThreshold < Netc_Eth_Ip_apxState[CtrlIdx]->TxRingSize[RingIdx])
4630 if (PacketsThreshold != 0U)
4632 HwValueOfPackets = Netc_Eth_Ip_CoalescingTxPacketsConversion(PacketsThreshold);
4639 if ((PacketsThreshold == 0U) && (TimerThreshold != 0U))
[all …]