Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.c345 uint16_t pauseTime) in FM_MAC_SetTxAutoPauseFrames() argument
353 pauseTime); in FM_MAC_SetTxAutoPauseFrames()
362 uint16_t pauseTime, in FM_MAC_SetTxPauseFrames() argument
372 pauseTime, in FM_MAC_SetTxPauseFrames()
H A Dfm_mac.h100 uint16_t pauseTime);
103 uint16_t pauseTime,
H A Ddtsec.c617 uint16_t pauseTime, in DtsecSetTxPauseFrames() argument
629 if (0 < pauseTime && pauseTime <= 320) in DtsecSetTxPauseFrames()
635 fman_dtsec_set_tx_pause_frames(p_Dtsec->p_MemMap, pauseTime); in DtsecSetTxPauseFrames()
641 static t_Error DtsecTxMacPause(t_Handle h_Dtsec, uint16_t pauseTime) in DtsecTxMacPause() argument
643 return DtsecSetTxPauseFrames(h_Dtsec, 0, pauseTime, 0); in DtsecTxMacPause()
H A Dtgec.c337 static t_Error TgecTxMacPause(t_Handle h_Tgec, uint16_t pauseTime) in TgecTxMacPause() argument
343 fman_tgec_set_tx_pause_frames(p_Tgec->p_MemMap, pauseTime); in TgecTxMacPause()
353 uint16_t pauseTime, in TgecSetTxPauseFrames() argument
363 fman_tgec_set_tx_pause_frames(p_Tgec->p_MemMap, pauseTime); in TgecSetTxPauseFrames()
H A Dmemac.c457 uint16_t pauseTime, in MemacSetTxPauseFrames() argument
484 fman_memac_set_tx_pause_frames(p_Memac->p_MemMap, priority, pauseTime, threshTime); in MemacSetTxPauseFrames()
492 uint16_t pauseTime) in MemacSetTxAutoPauseFrames() argument
494 return MemacSetTxPauseFrames(h_Memac, FM_MAC_NO_PFC, pauseTime, 0); in MemacSetTxAutoPauseFrames()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h525 uint16_t pauseTime);
559 uint16_t pauseTime,
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_memac.h393 uint8_t priority, uint16_t pauseTime, uint16_t threshTime);