Searched refs:PacketsThreshold (Results 1 – 3 of 3) sorted by relevance
523 …h_Ip_SetRxCoalescingThresholds(uint8 CtrlIdx, uint8 RingIdx, uint16 PacketsThreshold, uint32 Timer…539 …h_Ip_SetTxCoalescingThresholds(uint8 CtrlIdx, uint8 RingIdx, uint16 PacketsThreshold, uint32 Timer…
1346 …uint8 PacketsThreshold; /*!< This value determines the minimum number of packets tran… member1366 …uint16 PacketsThreshold; /*!< This value determines the minimum number of packets rec… member
368 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() argument1072 if (RegVal > PacketsThreshold) in Netc_Eth_Ip_CoalescingTxPacketsConversion()4600 …h_Ip_SetTxCoalescingThresholds(uint8 CtrlIdx, uint8 RingIdx, uint16 PacketsThreshold, uint32 Timer… argument4615 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 …]