Searched refs:pauseTime (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h443 @Param[in] pauseTime Pause quanta value used with transmitted pause frames.
452 t_Error FM_MAC_SetTxAutoPauseFrames (t_Handle h_FmMac, uint16_t pauseTime);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.c164 p_DtsecDriverParam->pauseTime = DEFAULT_pauseTime;
738 static t_Error DtsecTxMacPause(t_Handle h_Dtsec, uint16_t pauseTime) argument
750 if (pauseTime)
754 if (pauseTime <= 320)
766 pauseTime += 2;
771 ptv |= pauseTime;
1537 p_DtsecDriverParam->pauseTime += 2;
1540 if (p_DtsecDriverParam->pauseTime)
1541 tmpReg32 |= (uint32_t)p_DtsecDriverParam->pauseTime;
H A Dfm_mac.c297 t_Error FM_MAC_SetTxAutoPauseFrames (t_Handle h_FmMac, uint16_t pauseTime) argument
304 return p_FmMacControllerDriver->f_FM_MAC_SetTxAutoPauseFrames(h_FmMac, pauseTime);
H A Dfm_mac.h88 t_Error (*f_FM_MAC_SetTxAutoPauseFrames) (t_Handle h_FmMac, uint16_t pauseTime);
H A Dtgec.h450 uint16_t pauseTime; member in struct:__anon8167
H A Dtgec.c99 p_TgecDriverParam->pauseTime = DEFAULT_pauseTime;
459 static t_Error TgecTxMacPause(t_Handle h_Tgec, uint16_t pauseTime) argument
471 ptv = (uint32_t)pauseTime;
1072 WRITE_UINT32(p_MemMap->pause_quant, p_TgecDriverParam->pauseTime);
H A Ddtsec.h550 uint16_t pauseTime; member in struct:__anon8161

Completed in 120 milliseconds