Home
last modified time | relevance | path

Searched refs:f_FM_MAC_SetRxIgnorePauseFrames (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.c386 if (p_FmMacControllerDriver->f_FM_MAC_SetRxIgnorePauseFrames) in FM_MAC_SetRxIgnorePauseFrames()
387 return p_FmMacControllerDriver->f_FM_MAC_SetRxIgnorePauseFrames(h_FmMac, en); in FM_MAC_SetRxIgnorePauseFrames()
H A Dfm_mac.h105 t_Error (*f_FM_MAC_SetRxIgnorePauseFrames) (t_Handle h_FmMac, bool en); member
H A Dtgec.c904 p_FmMacControllerDriver->f_FM_MAC_SetRxIgnorePauseFrames = TgecRxIgnoreMacPause; in InitFmMacControllerDriver()
H A Dmemac.c1022 p_FmMacControllerDriver->f_FM_MAC_SetRxIgnorePauseFrames = MemacSetRxIgnorePauseFrames; in InitFmMacControllerDriver()
H A Ddtsec.c1388 p_FmMacControllerDriver->f_FM_MAC_SetRxIgnorePauseFrames = DtsecRxIgnoreMacPause; in InitFmMacControllerDriver()