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

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

Completed in 111 milliseconds