Home
last modified time | relevance | path

Searched refs:accessType (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw.c271 cmdBd.req.accessType = kNETC_TernaryKeyMatch; in NETC_AddIPFTableEntry()
295 cmdBd.req.accessType = kNETC_EntryIDMatch; in NETC_UpdateIPFTableEntry()
312 cmdBd.req.accessType = kNETC_EntryIDMatch; in NETC_QueryIPFTableEntry()
335 cmdBd.req.accessType = kNETC_EntryIDMatch; in NETC_DelIPFTableEntry()
351 cmdBd.req.accessType = kNETC_EntryIDMatch; in NETC_ResetIPFMatchCounter()
369 cmdBd.req.accessType = kNETC_EntryIDMatch; in NETC_GetIPFMatchedCount()
396 cmdBd.req.accessType = kNETC_ExactKeyMatch; in NETC_AddISITableEntry()
419 cmdBd.req.accessType = kNETC_EntryIDMatch; in NETC_QueryISITableEntry()
450 cmdBd.req.accessType = kNETC_ExactKeyMatch; in NETC_QueryISITableEntryWithKey()
479 cmdBd.req.accessType = kNETC_EntryIDMatch; in NETC_DelISITableEntry()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_switch.c1235 cmdBd.req.accessType = kNETC_ExactKeyMatch; in SWT_BridgeAddVFTableEntry()
1265 cmdBd.req.accessType = kNETC_EntryIDMatch; in SWT_BridgeUpdateVFTableEntry()
1294 cmdBd.req.accessType = kNETC_Search; in SWT_BridgeSearchVFTableEntry()
1332 cmdBd.req.accessType = kNETC_ExactKeyMatch; in SWT_BridgeQueryVFTableEntry()
1368 cmdBd.req.accessType = kNETC_EntryIDMatch; in SWT_BridgeDelVFTableEntry()
1398 cmdBd.req.accessType = kNETC_ExactKeyMatch; in SWT_BridgeAddFDBTableEntry()
1428 cmdBd.req.accessType = kNETC_EntryIDMatch; in SWT_BridgeUpdateFDBTableEntry()
1457 cmdBd.req.accessType = kNETC_Search; in SWT_BridgeSearchFDBTableEntry()
1495 cmdBd.req.accessType = kNETC_ExactKeyMatch; in SWT_BridgeQueryFDBTableEntry()
1530 cmdBd.req.accessType = kNETC_EntryIDMatch; in SWT_BridgeDelFDBTableEntry()
[all …]
Dfsl_netc.h1032 …netc_tb_access_mode_t accessType : 2; /*!< Access table entry method, see @ref netc_tb_access_mode… member
Dfsl_netc_endpoint.c2146 cmdBd.req.accessType = kNETC_EntryIDMatch; in EP_TxTGSConfigAdminGcl()
/hal_nxp-latest/mcux/mcux-sdk/drivers/sysmpu/
Dfsl_sysmpu.h152 sysmpu_err_access_type_t accessType; /*!< Access error type. */ member
Dfsl_sysmpu.c329 errInform->accessType = (sysmpu_err_access_type_t)accessType_temp; in SYSMPU_GetDetailErrorAccessInfo()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcan/
Dfsl_flexcan.h612 …flexcan_memory_access_type_t accessType; /*!< The type of memory access that giving rise to the me… member
Dfsl_flexcan.c2674 errorStatus->accessType = (flexcan_memory_access_type_t)temp; in FLEXCAN_GetMemoryErrorReportStatus()