Home
last modified time | relevance | path

Searched refs:newVal (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.c144 t_Error FM_MAC_ConfigLoopback (t_Handle h_FmMac, bool newVal) in FM_MAC_ConfigLoopback() argument
151 return p_FmMacControllerDriver->f_FM_MAC_ConfigLoopback(h_FmMac, newVal); in FM_MAC_ConfigLoopback()
158 t_Error FM_MAC_ConfigMaxFrameLength (t_Handle h_FmMac, uint16_t newVal) in FM_MAC_ConfigMaxFrameLength() argument
185 t_Error FM_MAC_ConfigPadAndCrc (t_Handle h_FmMac, bool newVal) in FM_MAC_ConfigPadAndCrc() argument
192 return p_FmMacControllerDriver->f_FM_MAC_ConfigPadAndCrc(h_FmMac, newVal); in FM_MAC_ConfigPadAndCrc()
199 t_Error FM_MAC_ConfigHalfDuplex (t_Handle h_FmMac, bool newVal) in FM_MAC_ConfigHalfDuplex() argument
206 return p_FmMacControllerDriver->f_FM_MAC_ConfigHalfDuplex(h_FmMac,newVal); in FM_MAC_ConfigHalfDuplex()
213 t_Error FM_MAC_ConfigTbiPhyAddr (t_Handle h_FmMac, uint8_t newVal) in FM_MAC_ConfigTbiPhyAddr() argument
220 return p_FmMacControllerDriver->f_FM_MAC_ConfigTbiPhyAddr(h_FmMac,newVal); in FM_MAC_ConfigTbiPhyAddr()
227 t_Error FM_MAC_ConfigLengthCheck (t_Handle h_FmMac, bool newVal) in FM_MAC_ConfigLengthCheck() argument
[all …]
H A Dfm_mac.h77 t_Error (*f_FM_MAC_ConfigLoopback) (t_Handle h_FmMac, bool newVal);
78 t_Error (*f_FM_MAC_ConfigMaxFrameLength) (t_Handle h_FmMac, uint16_t newVal);
80 t_Error (*f_FM_MAC_ConfigPadAndCrc) (t_Handle h_FmMac, bool newVal);
81 t_Error (*f_FM_MAC_ConfigHalfDuplex) (t_Handle h_FmMac, bool newVal);
82 t_Error (*f_FM_MAC_ConfigLengthCheck) (t_Handle h_FmMac, bool newVal);
83 t_Error (*f_FM_MAC_ConfigTbiPhyAddr) (t_Handle h_FmMac, uint8_t newVal);
116 t_Error (*f_FM_MAC_SetPromiscuous) (t_Handle h_FmMac, bool newVal);
H A Dmemac.c303 static t_Error MemacSetPromiscuous(t_Handle h_Memac, bool newVal) in MemacSetPromiscuous() argument
310 fman_memac_set_promiscuous(p_Memac->p_MemMap, newVal); in MemacSetPromiscuous()
342 static t_Error MemacConfigLoopback(t_Handle h_Memac, bool newVal) in MemacConfigLoopback() argument
349 p_Memac->p_MemacDriverParam->loopback_enable = newVal; in MemacConfigLoopback()
356 static t_Error MemacConfigWan(t_Handle h_Memac, bool newVal) in MemacConfigWan() argument
363 p_Memac->p_MemacDriverParam->wan_mode_enable = newVal; in MemacConfigWan()
377 p_Memac->p_MemacDriverParam->max_frame_length = newVal; in MemacConfigMaxFrameLength()
384 static t_Error MemacConfigPad(t_Handle h_Memac, bool newVal) in MemacConfigPad() argument
391 p_Memac->p_MemacDriverParam->pad_enable = newVal; in MemacConfigPad()
398 static t_Error MemacConfigLengthCheck(t_Handle h_Memac, bool newVal) in MemacConfigLengthCheck() argument
[all …]
H A Dtgec.c215 static t_Error TgecSetPromiscuous(t_Handle h_Tgec, bool newVal) in TgecSetPromiscuous() argument
222 fman_tgec_set_promiscuous(p_Tgec->p_MemMap, newVal); in TgecSetPromiscuous()
234 static t_Error TgecConfigLoopback(t_Handle h_Tgec, bool newVal) in TgecConfigLoopback() argument
241 p_Tgec->p_TgecDriverParam->loopback_enable = newVal; in TgecConfigLoopback()
248 static t_Error TgecConfigWan(t_Handle h_Tgec, bool newVal) in TgecConfigWan() argument
255 p_Tgec->p_TgecDriverParam->wan_mode_enable = newVal; in TgecConfigWan()
262 static t_Error TgecConfigMaxFrameLength(t_Handle h_Tgec, uint16_t newVal) in TgecConfigMaxFrameLength() argument
269 p_Tgec->p_TgecDriverParam->max_frame_length = newVal; in TgecConfigMaxFrameLength()
276 static t_Error TgecConfigLengthCheck(t_Handle h_Tgec, bool newVal) in TgecConfigLengthCheck() argument
280 UNUSED(newVal); in TgecConfigLengthCheck()
[all …]
H A Ddtsec.c452 static t_Error DtsecConfigLoopback(t_Handle h_Dtsec, bool newVal) in DtsecConfigLoopback() argument
460 p_Dtsec->p_DtsecDriverParam->loopback = newVal; in DtsecConfigLoopback()
474 p_Dtsec->p_DtsecDriverParam->maximum_frame = newVal; in DtsecConfigMaxFrameLength()
481 static t_Error DtsecConfigPadAndCrc(t_Handle h_Dtsec, bool newVal) in DtsecConfigPadAndCrc() argument
488 p_Dtsec->p_DtsecDriverParam->tx_pad_crc = newVal; in DtsecConfigPadAndCrc()
502 p_Dtsec->p_DtsecDriverParam->halfdup_on = newVal; in DtsecConfigHalfDuplex()
516 p_Dtsec->p_DtsecDriverParam->tbi_phy_addr = newVal; in DtsecConfigTbiPhyAddr()
530 p_Dtsec->p_DtsecDriverParam->rx_len_check = newVal; in DtsecConfigLengthCheck()
1022 static t_Error DtsecSetPromiscuous(t_Handle h_Dtsec, bool newVal) in DtsecSetPromiscuous() argument
1029 fman_dtsec_set_uc_promisc(p_Dtsec->p_MemMap, newVal); in DtsecSetPromiscuous()
[all …]
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h336 t_Error FM_MAC_ConfigMaxFrameLength(t_Handle h_FmMac, uint16_t newVal);
395 t_Error FM_MAC_ConfigTbiPhyAddr(t_Handle h_FmMac, uint8_t newVal);
H A Dfm_port_ext.h1023 t_Error FM_PORT_ConfigIMMaxRxBufLength(t_Handle h_FmPort, uint16_t newVal);
1039 t_Error FM_PORT_ConfigIMRxBdRingLength(t_Handle h_FmPort, uint16_t newVal);
1055 t_Error FM_PORT_ConfigIMTxBdRingLength(t_Handle h_FmPort, uint16_t newVal);
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c497 t_Error FM_PORT_ConfigIMMaxRxBufLength(t_Handle h_FmPort, uint16_t newVal) in FM_PORT_ConfigIMMaxRxBufLength() argument
505 p_FmPort->im.mrblr = newVal; in FM_PORT_ConfigIMMaxRxBufLength()
510 t_Error FM_PORT_ConfigIMRxBdRingLength(t_Handle h_FmPort, uint16_t newVal) in FM_PORT_ConfigIMRxBdRingLength() argument
518 p_FmPort->im.bdRingSize = newVal; in FM_PORT_ConfigIMRxBdRingLength()
523 t_Error FM_PORT_ConfigIMTxBdRingLength(t_Handle h_FmPort, uint16_t newVal) in FM_PORT_ConfigIMTxBdRingLength() argument
531 p_FmPort->im.bdRingSize = newVal; in FM_PORT_ConfigIMTxBdRingLength()