Searched refs:netc_cbdr_handle_t (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/ |
| D | fsl_netc_hw.h | 147 } netc_cbdr_handle_t; typedef 287 status_t NETC_AddIPFTableEntry(netc_cbdr_handle_t *handle, netc_tb_ipf_config_t *config, uint32_t *… 298 status_t NETC_UpdateIPFTableEntry(netc_cbdr_handle_t *handle, uint32_t entryID, netc_tb_ipf_cfge_t … 309 status_t NETC_QueryIPFTableEntry(netc_cbdr_handle_t *handle, uint32_t entryID, netc_tb_ipf_config_t… 319 status_t NETC_DelIPFTableEntry(netc_cbdr_handle_t *handle, uint32_t entryID); 329 status_t NETC_ResetIPFMatchCounter(netc_cbdr_handle_t *handle, uint32_t entryID); 340 status_t NETC_GetIPFMatchedCount(netc_cbdr_handle_t *handle, uint32_t entryID, uint64_t *count); 350 status_t NETC_AddISITableEntry(netc_cbdr_handle_t *handle, netc_tb_isi_config_t *config, uint32_t *… 360 status_t NETC_DelISITableEntry(netc_cbdr_handle_t *handle, uint32_t entryID); 371 status_t NETC_QueryISITableEntry(netc_cbdr_handle_t *handle, uint32_t entryID, netc_tb_isi_config_t… [all …]
|
| D | fsl_netc_hw.c | 254 status_t NETC_AddIPFTableEntry(netc_cbdr_handle_t *handle, netc_tb_ipf_config_t *config, uint32_t *… 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 status_t NETC_AddISITableEntry(netc_cbdr_handle_t *handle, netc_tb_isi_config_t *config, uint32_t *… in NETC_AddISITableEntry() 406 status_t NETC_QueryISITableEntry(netc_cbdr_handle_t *handle, uint32_t entryID, netc_tb_isi_config_t… in NETC_QueryISITableEntry() 437 status_t NETC_QueryISITableEntryWithKey(netc_cbdr_handle_t *handle, netc_tb_isi_keye_t *keye, netc_… in NETC_QueryISITableEntryWithKey() 467 status_t NETC_DelISITableEntry(netc_cbdr_handle_t *handle, uint32_t entryID) in NETC_DelISITableEntry() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/ |
| D | fsl_netc_switch.c | 1032 static status_t SWT_GetIdleCmdBDRing(swt_handle_t *handle, netc_cbdr_handle_t *cdbrHandle) in SWT_GetIdleCmdBDRing() 1062 netc_cbdr_handle_t cdbrHandle; in SWT_RxIPFAddTableEntry() 1077 netc_cbdr_handle_t cdbrHandle; in SWT_RxIPFUpdateTableEntry() 1092 netc_cbdr_handle_t cdbrHandle; in SWT_RxIPFQueryTableEntry() 1107 netc_cbdr_handle_t cdbrHandle; in SWT_RxIPFDelTableEntry() 1122 netc_cbdr_handle_t cdbrHandle; in SWT_RxIPFResetMatchCounter() 1137 netc_cbdr_handle_t cdbrHandle; in SWT_RxIPFGetMatchedCount() 1219 netc_cbdr_handle_t cdbrHandle; in SWT_BridgeAddVFTableEntry() 1250 netc_cbdr_handle_t cdbrHandle; in SWT_BridgeUpdateVFTableEntry() 1280 netc_cbdr_handle_t cdbrHandle; in SWT_BridgeSearchVFTableEntry() [all …]
|
| D | fsl_netc_endpoint.c | 1545 netc_cbdr_handle_t cdbrHandle; in EP_RxIPFAddTableEntry() 1556 netc_cbdr_handle_t cdbrHandle; in EP_RxIPFUpdateTableEntry() 1567 netc_cbdr_handle_t cdbrHandle; in EP_RxIPFDelTableEntry() 1578 netc_cbdr_handle_t cdbrHandle; in EP_RxIPFResetMatchCounter() 1589 netc_cbdr_handle_t cdbrHandle; in EP_RxIPFGetMatchedCount() 1600 netc_cbdr_handle_t cdbrHandle; in EP_RxPSFPAddSGITableEntry() 1611 netc_cbdr_handle_t cdbrHandle; in EP_RxPSFPUpdateSGITableEntry() 1622 netc_cbdr_handle_t cdbrHandle; in EP_RxPSFPDelSGITableEntry() 1633 netc_cbdr_handle_t cdbrHandle; in EP_RxPSFPGetSGIState() 1644 netc_cbdr_handle_t cdbrHandle; in EP_RxPSFPAddSGCLTableEntry() [all …]
|