Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip.h523 …CoalescingThresholds(uint8 CtrlIdx, uint8 RingIdx, uint16 PacketsThreshold, uint32 TimerThreshold);
539 …CoalescingThresholds(uint8 CtrlIdx, uint8 RingIdx, uint16 PacketsThreshold, uint32 TimerThreshold);
DNetc_Eth_Ip_Types.h1342 …uint32 TimerThreshold; /*!< Timer threshold, specified in units of NETC clock cycles. member
1362 …uint32 TimerThreshold; /*!< Timer threshold, specified in units of NETC clock cycles. member
/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c447 …ructure->RxTimerThreshold[u8RxBDIdx] = (*config->paCtrlRxRingConfig)[u8RxBDIdx].TimerThreshold; in Netc_Eth_Ip_InitStateStructure()
463 …ructure->TxTimerThreshold[u8TxBDIdx] = (*config->paCtrlTxRingConfig)[u8TxBDIdx].TimerThreshold; in Netc_Eth_Ip_InitStateStructure()
4600 …xCoalescingThresholds(uint8 CtrlIdx, uint8 RingIdx, uint16 PacketsThreshold, uint32 TimerThreshold) argument
4623 if (TimerThreshold != 0U)
4626 … netcSIsBase[CtrlIdx]->BDR_NUM[RingIdx].TBICR1 |= NETC_F3_SI0_TBICR1_ICTT(TimerThreshold);
4627 Netc_Eth_Ip_apxState[CtrlIdx]->TxTimerThreshold[RingIdx] = TimerThreshold;
4639 if ((PacketsThreshold == 0U) && (TimerThreshold != 0U))
4657 …xCoalescingThresholds(uint8 CtrlIdx, uint8 RingIdx, uint16 PacketsThreshold, uint32 TimerThreshold) argument
4685 if (TimerThreshold != 0U)
4687 … netcSIsBase[CtrlIdx]->BDR_NUM[RingIdx].RBICR1 |= NETC_F3_SI0_RBICR1_ICTT(TimerThreshold);
[all …]