Searched defs:entryID (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/ |
| D | fsl_netc_switch.c | 1059 …tus_t SWT_RxIPFAddTableEntry(swt_handle_t *handle, netc_tb_ipf_config_t *config, uint32_t *entryID) in SWT_RxIPFAddTableEntry() 1074 status_t SWT_RxIPFUpdateTableEntry(swt_handle_t *handle, uint32_t entryID, netc_tb_ipf_cfge_t *cfg) in SWT_RxIPFUpdateTableEntry() 1089 status_t SWT_RxIPFQueryTableEntry(swt_handle_t *handle, uint32_t entryID, netc_tb_ipf_config_t *con… in SWT_RxIPFQueryTableEntry() 1104 status_t SWT_RxIPFDelTableEntry(swt_handle_t *handle, uint32_t entryID) in SWT_RxIPFDelTableEntry() 1119 status_t SWT_RxIPFResetMatchCounter(swt_handle_t *handle, uint32_t entryID) in SWT_RxIPFResetMatchCounter() 1134 status_t SWT_RxIPFGetMatchedCount(swt_handle_t *handle, uint32_t entryID, uint64_t *count) in SWT_RxIPFGetMatchedCount() 1214 …s_t SWT_BridgeAddVFTableEntry(swt_handle_t *handle, netc_tb_vf_config_t *config, uint32_t *entryID) in SWT_BridgeAddVFTableEntry() 1246 status_t SWT_BridgeUpdateVFTableEntry(swt_handle_t *handle, uint32_t entryID, netc_tb_vf_cfge_t *cf… in SWT_BridgeUpdateVFTableEntry() 1351 status_t SWT_BridgeDelVFTableEntry(swt_handle_t *handle, uint32_t entryID) in SWT_BridgeDelVFTableEntry() 1377 …t SWT_BridgeAddFDBTableEntry(swt_handle_t *handle, netc_tb_fdb_config_t *config, uint32_t *entryID) in SWT_BridgeAddFDBTableEntry() [all …]
|
| D | fsl_netc_endpoint.c | 1542 status_t EP_RxIPFAddTableEntry(ep_handle_t *handle, netc_tb_ipf_config_t *config, uint32_t *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() 1564 status_t EP_RxIPFDelTableEntry(ep_handle_t *handle, uint32_t entryID) in EP_RxIPFDelTableEntry() 1575 status_t EP_RxIPFResetMatchCounter(ep_handle_t *handle, uint32_t entryID) in EP_RxIPFResetMatchCounter() 1586 status_t EP_RxIPFGetMatchedCount(ep_handle_t *handle, uint32_t entryID, uint64_t *count) in EP_RxIPFGetMatchedCount() 1619 status_t EP_RxPSFPDelSGITableEntry(ep_handle_t *handle, uint32_t 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() 1652 status_t EP_RxPSFPDelSGCLTableEntry(ep_handle_t *handle, uint32_t 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() 1718 status_t EP_RxPSFPDelRPTableEntry(ep_handle_t *handle, uint32_t entryID) in EP_RxPSFPDelRPTableEntry() [all …]
|
| D | fsl_netc.h | 1338 uint32_t entryID; member 1348 uint32_t entryID; /*!< Present only for commands which perform a query */ member 1414 uint32_t entryID; member 1425 uint32_t entryID; /*!< Only present for query command */ member 1539 uint32_t entryID; member 1546 uint32_t entryID; /*!< Only perform for query command */ member 1563 uint32_t entryID; member 1610 uint32_t entryID; member 1621 uint32_t entryID; /*!< Only perform for query command */ member 1718 uint32_t entryID; /* Access Key, activer when use Entry ID Match */ member [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/ |
| D | fsl_netc_hw.c | 254 … NETC_AddIPFTableEntry(netc_cbdr_handle_t *handle, netc_tb_ipf_config_t *config, uint32_t *entryID) in NETC_AddIPFTableEntry() 280 status_t NETC_UpdateIPFTableEntry(netc_cbdr_handle_t *handle, uint32_t entryID, netc_tb_ipf_cfge_t … in NETC_UpdateIPFTableEntry() 299 status_t NETC_QueryIPFTableEntry(netc_cbdr_handle_t *handle, uint32_t entryID, netc_tb_ipf_config_t… in NETC_QueryIPFTableEntry() 323 status_t NETC_DelIPFTableEntry(netc_cbdr_handle_t *handle, uint32_t entryID) in NETC_DelIPFTableEntry() 339 status_t NETC_ResetIPFMatchCounter(netc_cbdr_handle_t *handle, uint32_t entryID) in NETC_ResetIPFMatchCounter() 355 status_t NETC_GetIPFMatchedCount(netc_cbdr_handle_t *handle, uint32_t entryID, uint64_t *count) in NETC_GetIPFMatchedCount() 379 … NETC_AddISITableEntry(netc_cbdr_handle_t *handle, netc_tb_isi_config_t *config, uint32_t *entryID) in NETC_AddISITableEntry() 406 status_t NETC_QueryISITableEntry(netc_cbdr_handle_t *handle, uint32_t entryID, netc_tb_isi_config_t… in NETC_QueryISITableEntry() 467 status_t NETC_DelISITableEntry(netc_cbdr_handle_t *handle, uint32_t entryID) in NETC_DelISITableEntry() 509 status_t NETC_QueryISTableEntry(netc_cbdr_handle_t *handle, uint32_t entryID, netc_tb_is_config_t *… in NETC_QueryISTableEntry() [all …]
|