Lines Matching refs:entryID
1542 status_t EP_RxIPFAddTableEntry(ep_handle_t *handle, netc_tb_ipf_config_t *config, uint32_t *entryID) in EP_RxIPFAddTableEntry() argument
1550 return NETC_AddIPFTableEntry(&cdbrHandle, config, entryID); in EP_RxIPFAddTableEntry()
1553 status_t EP_RxIPFUpdateTableEntry(ep_handle_t *handle, uint32_t entryID, netc_tb_ipf_cfge_t *cfg) in EP_RxIPFUpdateTableEntry() argument
1561 return NETC_UpdateIPFTableEntry(&cdbrHandle, entryID, cfg); in EP_RxIPFUpdateTableEntry()
1564 status_t EP_RxIPFDelTableEntry(ep_handle_t *handle, uint32_t entryID) in EP_RxIPFDelTableEntry() argument
1572 return NETC_DelIPFTableEntry(&cdbrHandle, entryID); in EP_RxIPFDelTableEntry()
1575 status_t EP_RxIPFResetMatchCounter(ep_handle_t *handle, uint32_t entryID) in EP_RxIPFResetMatchCounter() argument
1583 return NETC_ResetIPFMatchCounter(&cdbrHandle, entryID); in EP_RxIPFResetMatchCounter()
1586 status_t EP_RxIPFGetMatchedCount(ep_handle_t *handle, uint32_t entryID, uint64_t *count) in EP_RxIPFGetMatchedCount() argument
1594 return NETC_GetIPFMatchedCount(&cdbrHandle, entryID, count); in EP_RxIPFGetMatchedCount()
1619 status_t EP_RxPSFPDelSGITableEntry(ep_handle_t *handle, uint32_t entryID) in EP_RxPSFPDelSGITableEntry() argument
1627 return NETC_DelSGITableEntry(&cdbrHandle, entryID); in EP_RxPSFPDelSGITableEntry()
1630 status_t EP_RxPSFPGetSGIState(ep_handle_t *handle, uint32_t entryID, netc_tb_sgi_sgise_t *state) in EP_RxPSFPGetSGIState() argument
1638 return NETC_GetSGIState(&cdbrHandle, entryID, state); in EP_RxPSFPGetSGIState()
1652 status_t EP_RxPSFPDelSGCLTableEntry(ep_handle_t *handle, uint32_t entryID) in EP_RxPSFPDelSGCLTableEntry() argument
1660 return NETC_DelSGCLTableEntry(&cdbrHandle, entryID); in EP_RxPSFPDelSGCLTableEntry()
1674 status_t EP_RxPSFPGetSGCLState(ep_handle_t *handle, uint32_t entryID, netc_tb_sgcl_sgclse_t *state) in EP_RxPSFPGetSGCLState() argument
1682 return NETC_GetSGCLState(&cdbrHandle, entryID, state); in EP_RxPSFPGetSGCLState()
1718 status_t EP_RxPSFPDelRPTableEntry(ep_handle_t *handle, uint32_t entryID) in EP_RxPSFPDelRPTableEntry() argument
1726 return NETC_DelRPTableEntry(&cdbrHandle, entryID); in EP_RxPSFPDelRPTableEntry()
1729 status_t EP_RxPSFPGetRPStatistic(ep_handle_t *handle, uint32_t entryID, netc_tb_rp_stse_t *statis) in EP_RxPSFPGetRPStatistic() argument
1737 return NETC_GetRPStatistic(&cdbrHandle, entryID, statis); in EP_RxPSFPGetRPStatistic()
2120 netc_tb_tgs_gcl_t emptyList = {.entryID = config->entryID, .numEntries = 0U}; in EP_TxTGSConfigAdminGcl()
2137 cdbrHandle.buffer->tgs.request.entryID = config->entryID; in EP_TxTGSConfigAdminGcl()
2209 …s_t EP_RxPSFPAddISITableEntry(ep_handle_t *handle, netc_tb_isi_config_t *config, uint32_t *entryID) in EP_RxPSFPAddISITableEntry() argument
2211 assert((handle != NULL) && (config != NULL) && (entryID != NULL)); in EP_RxPSFPAddISITableEntry()
2217 return NETC_AddISITableEntry(&cdbrHandle, config, entryID); in EP_RxPSFPAddISITableEntry()
2220 status_t EP_RxPSFPDelISITableEntry(ep_handle_t *handle, uint32_t entryID) in EP_RxPSFPDelISITableEntry() argument
2228 return NETC_DelISITableEntry(&cdbrHandle, entryID); in EP_RxPSFPDelISITableEntry()
2253 status_t EP_RxPSFPDelISTableEntry(ep_handle_t *handle, uint32_t entryID) in EP_RxPSFPDelISTableEntry() argument
2261 return NETC_DelISTableEntry(&cdbrHandle, entryID); in EP_RxPSFPDelISTableEntry()
2264 …s_t EP_RxPSFPAddISFTableEntry(ep_handle_t *handle, netc_tb_isf_config_t *config, uint32_t *entryID) in EP_RxPSFPAddISFTableEntry() argument
2266 assert((handle != NULL) && (config != NULL) && (entryID != NULL)); in EP_RxPSFPAddISFTableEntry()
2272 return NETC_AddISFTableEntry(&cdbrHandle, config, entryID); in EP_RxPSFPAddISFTableEntry()
2275 status_t EP_RxPSFPUpdateISFTableEntry(ep_handle_t *handle, uint32_t entryID, netc_tb_isf_cfge_t *cf… in EP_RxPSFPUpdateISFTableEntry() argument
2283 return NETC_UpdateISFTableEntry(&cdbrHandle, entryID, cfg); in EP_RxPSFPUpdateISFTableEntry()
2286 status_t EP_RxPSFPDelISFTableEntry(ep_handle_t *handle, uint32_t entryID) in EP_RxPSFPDelISFTableEntry() argument
2294 return NETC_DelISFTableEntry(&cdbrHandle, entryID); in EP_RxPSFPDelISFTableEntry()
2297 status_t EP_RxPSFPAddISCTableEntry(ep_handle_t *handle, uint32_t entryID) in EP_RxPSFPAddISCTableEntry() argument
2305 return NETC_AddISCTableEntry(&cdbrHandle, entryID); in EP_RxPSFPAddISCTableEntry()
2308 status_t EP_RxPSFPGetISCStatistic(ep_handle_t *handle, uint32_t entryID, netc_tb_isc_stse_t *statis… in EP_RxPSFPGetISCStatistic() argument
2316 return NETC_GetISCStatistic(&cdbrHandle, entryID, statistic); in EP_RxPSFPGetISCStatistic()
2319 status_t EP_RxPSFPResetISCStatistic(ep_handle_t *handle, uint32_t entryID) in EP_RxPSFPResetISCStatistic() argument
2327 return NETC_ResetISCStatistic(&cdbrHandle, entryID); in EP_RxPSFPResetISCStatistic()