Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip.h802 …CoalescingThresholds(uint8 CtrlIdx, uint8 RingIdx, uint16 PacketsThreshold, uint32 TimerThreshold);
818 …CoalescingThresholds(uint8 CtrlIdx, uint8 RingIdx, uint16 PacketsThreshold, uint32 TimerThreshold);
DNetc_Eth_Ip_Types.h1861 …uint32 TimerThreshold; /*!< Timer threshold, specified in units of NETC clock cycles. member
1881 …uint32 TimerThreshold; /*!< Timer threshold, specified in units of NETC clock cycles. member
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c968 …ructure->RxTimerThreshold[u8RxBDIdx] = (*config->paCtrlRxRingConfig)[u8RxBDIdx].TimerThreshold; in Netc_Eth_Ip_InitStateStructure()
984 …ructure->TxTimerThreshold[u8TxBDIdx] = (*config->paCtrlTxRingConfig)[u8TxBDIdx].TimerThreshold; in Netc_Eth_Ip_InitStateStructure()
7876 …xCoalescingThresholds(uint8 CtrlIdx, uint8 RingIdx, uint16 PacketsThreshold, uint32 TimerThreshold) argument
7899 if (TimerThreshold != 0U)
7902 … netcSIsBase[CtrlIdx]->BDR_NUM[RingIdx].TBICR1 |= NETC_F3_SI0_TBICR1_ICTT(TimerThreshold);
7903 Netc_Eth_Ip_apxState[CtrlIdx]->TxTimerThreshold[RingIdx] = TimerThreshold;
7915 if ((PacketsThreshold == 0U) && (TimerThreshold != 0U))
7933 …xCoalescingThresholds(uint8 CtrlIdx, uint8 RingIdx, uint16 PacketsThreshold, uint32 TimerThreshold) argument
7961 if (TimerThreshold != 0U)
7963 … netcSIsBase[CtrlIdx]->BDR_NUM[RingIdx].RBICR1 |= NETC_F3_SI0_RBICR1_ICTT(TimerThreshold);
[all …]