Searched refs:groupIdx (Results 1 – 2 of 2) sorted by relevance
1122 …c inline status_t EP_RxSetDefaultBDRGroup(ep_handle_t *handle, netc_hw_enetc_si_rxr_group groupIdx) in EP_RxSetDefaultBDRGroup() argument1124 if (((uint8_t)groupIdx >= handle->cfg.rxBdrGroupNum) && (groupIdx != kNETC_SiBDRGroupOne)) in EP_RxSetDefaultBDRGroup()1131 NETC_SISetDefaultRxBDRGroup(handle->hw.si, groupIdx); in EP_RxSetDefaultBDRGroup()
277 …c inline void NETC_SISetDefaultRxBDRGroup(ENETC_SI_Type *base, netc_hw_enetc_si_rxr_group groupIdx) in NETC_SISetDefaultRxBDRGroup() argument279 …= (base->SIMR & (~ENETC_SI_SIMR_DEFAULT_RX_GROUP_MASK)) | ENETC_SI_SIMR_DEFAULT_RX_GROUP(groupIdx); in NETC_SISetDefaultRxBDRGroup()