Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/ncsw/Peripherals/FM/MAC/
HDfm_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()
HDfm_mac.h105 t_Error (*f_FM_MAC_SetRxIgnorePauseFrames) (t_Handle h_FmMac, bool en); member
HDtgec.c904 p_FmMacControllerDriver->f_FM_MAC_SetRxIgnorePauseFrames = TgecRxIgnoreMacPause; in InitFmMacControllerDriver()
HDmemac.c1022 p_FmMacControllerDriver->f_FM_MAC_SetRxIgnorePauseFrames = MemacSetRxIgnorePauseFrames; in InitFmMacControllerDriver()
HDdtsec.c1388 p_FmMacControllerDriver->f_FM_MAC_SetRxIgnorePauseFrames = DtsecRxIgnoreMacPause; in InitFmMacControllerDriver()