Searched refs:PacketsThreshold (Results 1 – 3 of 3) sorted by relevance
802 …h_Ip_SetRxCoalescingThresholds(uint8 CtrlIdx, uint8 RingIdx, uint16 PacketsThreshold, uint32 Timer…818 …h_Ip_SetTxCoalescingThresholds(uint8 CtrlIdx, uint8 RingIdx, uint16 PacketsThreshold, uint32 Timer…
1865 …uint8 PacketsThreshold; /*!< This value determines the minimum number of packets tran… member1885 …uint16 PacketsThreshold; /*!< This value determines the minimum number of packets rec… member
442 static uint8 Netc_Eth_Ip_CoalescingTxPacketsConversion (uint16 PacketsThreshold);969 …ure->RxPacketsThreshold[u8RxBDIdx] = (*config->paCtrlRxRingConfig)[u8RxBDIdx].PacketsThreshold; in Netc_Eth_Ip_InitStateStructure()985 …ure->TxPacketsThreshold[u8TxBDIdx] = (*config->paCtrlTxRingConfig)[u8TxBDIdx].PacketsThreshold; in Netc_Eth_Ip_InitStateStructure()1923 static uint8 Netc_Eth_Ip_CoalescingTxPacketsConversion (uint16 PacketsThreshold) in Netc_Eth_Ip_CoalescingTxPacketsConversion() argument1932 if (RegVal > PacketsThreshold) in Netc_Eth_Ip_CoalescingTxPacketsConversion()7876 …h_Ip_SetTxCoalescingThresholds(uint8 CtrlIdx, uint8 RingIdx, uint16 PacketsThreshold, uint32 Timer… argument7891 if (PacketsThreshold < Netc_Eth_Ip_apxState[CtrlIdx]->TxRingSize[RingIdx])7906 if (PacketsThreshold != 0U)7908 HwValueOfPackets = Netc_Eth_Ip_CoalescingTxPacketsConversion(PacketsThreshold);7915 if ((PacketsThreshold == 0U) && (TimerThreshold != 0U))[all …]