Searched refs:netc_hw_enetc_si_config_t (Results 1 – 5 of 5) sorted by relevance
56 netc_hw_enetc_si_config_t vsi0Config = { .txRingUse = 3U, .rxRingUse = 3U}; in NETC_SocPreInitVsi()57 netc_hw_enetc_si_config_t vsi1Config = { .txRingUse = 4U, .rxRingUse = 4U}; in NETC_SocPreInitVsi()
87 status_t NETC_EnetcConfigureSI(NETC_ENETC_Type *base, uint8_t si, const netc_hw_enetc_si_config_t *…
51 status_t NETC_EnetcConfigureSI(NETC_ENETC_Type *base, uint8_t si, const netc_hw_enetc_si_config_t *… in NETC_EnetcConfigureSI()
256 netc_hw_enetc_si_config_t siConfig; /*!< Station interface configuration. */
3470 } netc_hw_enetc_si_config_t; typedef