Lines Matching defs:handle
39 static void EP_GetBaseResource(ep_handle_t *handle, netc_hw_si_idx_t si) in EP_GetBaseResource()
50 static void EP_StoreConfig(ep_handle_t *handle, const ep_config_t *config) in EP_StoreConfig()
72 static void EP_RxBufferFreeAll(ep_handle_t *handle) in EP_RxBufferFreeAll()
106 static status_t EP_RxBufferAllocAll(ep_handle_t *handle, const ep_config_t *config, const netc_bdr_… in EP_RxBufferAllocAll()
182 static status_t EP_DescriptorInit(ep_handle_t *handle, const ep_config_t *config, const netc_bdr_co… in EP_DescriptorInit()
242 static status_t EP_SISetup(ep_handle_t *handle, in EP_SISetup()
320 static status_t EP_MSIXSetEntryTable(ep_handle_t *handle, const ep_config_t *config) in EP_MSIXSetEntryTable()
458 status_t EP_Init(ep_handle_t *handle, uint8_t *macAddr, const ep_config_t *config, const netc_bdr_c… in EP_Init()
677 status_t EP_Deinit(ep_handle_t *handle) in EP_Deinit()
694 status_t EP_Up(ep_handle_t *handle, netc_hw_mii_speed_t speed, netc_hw_mii_duplex_t duplex) in EP_Up()
716 status_t EP_Down(ep_handle_t *handle) in EP_Down()
724 status_t EP_SetPrimaryMacAddr(ep_handle_t *handle, uint8_t *macAddr) in EP_SetPrimaryMacAddr()
742 status_t EP_SendFrameCommon(ep_handle_t *handle, in EP_SendFrameCommon()
882 status_t EP_SendFrame(ep_handle_t *handle, uint8_t ring, netc_frame_struct_t *frame, void *context,… in EP_SendFrame()
933 netc_tx_frame_info_t *EP_ReclaimTxDescCommon(ep_handle_t *handle, in EP_ReclaimTxDescCommon()
1017 void EP_ReclaimTxDescriptor(ep_handle_t *handle, uint8_t ring) in EP_ReclaimTxDescriptor()
1043 status_t EP_GetRxFrameSizeCommon(ep_handle_t *handle, netc_rx_bdr_t *rxBdRing, uint32_t *length) in EP_GetRxFrameSizeCommon()
1112 status_t EP_GetRxFrameSize(ep_handle_t *handle, uint8_t ring, uint32_t *length) in EP_GetRxFrameSize()
1133 static void EP_GetRxFrameAttribute(ep_handle_t *handle, netc_rx_bd_t *rxDesc, netc_frame_attr_t *at… in EP_GetRxFrameAttribute()
1165 void EP_DropFrame(ep_handle_t *handle, netc_rx_bdr_t *rxBdRing, uint8_t ring) in EP_DropFrame()
1203 status_t EP_ReceiveFrameCopyCommon(ep_handle_t *handle, in EP_ReceiveFrameCopyCommon()
1300 status_t EP_ReceiveFrameCopy(ep_handle_t *handle, uint8_t ring, void *buffer, uint32_t length, netc… in EP_ReceiveFrameCopy()
1315 status_t EP_ReceiveFrameCommon(ep_handle_t *handle, in EP_ReceiveFrameCommon()
1402 status_t EP_ReceiveFrame(ep_handle_t *handle, uint8_t ring, netc_frame_struct_t *frame, netc_frame_… in EP_ReceiveFrame()
1507 status_t EP_CmdBDRInit(ep_handle_t *handle, const netc_cmd_bdr_config_t *config) in EP_CmdBDRInit()
1528 status_t EP_CmdBDRDeinit(ep_handle_t *handle) in EP_CmdBDRDeinit()
1534 status_t EP_RxIPFInit(ep_handle_t *handle, netc_ep_ipf_config_t *config) in EP_RxIPFInit()
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()
1597 status_t EP_RxPSFPAddSGITableEntry(ep_handle_t *handle, netc_tb_sgi_config_t *config) in EP_RxPSFPAddSGITableEntry()
1608 status_t EP_RxPSFPUpdateSGITableEntry(ep_handle_t *handle, netc_tb_sgi_config_t *config) in EP_RxPSFPUpdateSGITableEntry()
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()
1641 status_t EP_RxPSFPAddSGCLTableEntry(ep_handle_t *handle, netc_tb_sgcl_gcl_t *config) in EP_RxPSFPAddSGCLTableEntry()
1652 status_t EP_RxPSFPDelSGCLTableEntry(ep_handle_t *handle, uint32_t entryID) in EP_RxPSFPDelSGCLTableEntry()
1663 status_t EP_RxPSFPGetSGCLGateList(ep_handle_t *handle, netc_tb_sgcl_gcl_t *gcl, uint32_t length) in EP_RxPSFPGetSGCLGateList()
1674 status_t EP_RxPSFPGetSGCLState(ep_handle_t *handle, uint32_t entryID, netc_tb_sgcl_sgclse_t *state) in EP_RxPSFPGetSGCLState()
1685 status_t EP_RxPSFPAddRPTableEntry(ep_handle_t *handle, netc_tb_rp_config_t *config) in EP_RxPSFPAddRPTableEntry()
1696 status_t EP_RxPSFPUpdateRPTableEntry(ep_handle_t *handle, netc_tb_rp_config_t *config) in EP_RxPSFPUpdateRPTableEntry()
1707 status_t EP_RxPSFPAddOrUpdateRPTableEntry(ep_handle_t *handle, netc_tb_rp_config_t *config) in EP_RxPSFPAddOrUpdateRPTableEntry()
1718 status_t EP_RxPSFPDelRPTableEntry(ep_handle_t *handle, uint32_t 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()
1740 status_t EP_MsixSetGlobalMask(ep_handle_t *handle, bool mask) in EP_MsixSetGlobalMask()
1771 status_t EP_MsixSetEntryMask(ep_handle_t *handle, uint8_t entryIdx, bool mask) in EP_MsixSetEntryMask()
1788 status_t EP_MsixGetPendingStatus(ep_handle_t *handle, uint8_t pbaIdx, uint64_t *status) in EP_MsixGetPendingStatus()
1831 status_t EP_RxL2MFInit(ep_handle_t *handle, netc_si_l2mf_config_t *config) in EP_RxL2MFInit()
1843 status_t EP_RxL2MFAddHashEntry(ep_handle_t *handle, netc_packet_type_t type, uint8_t *macAddr) in EP_RxL2MFAddHashEntry()
1878 status_t EP_RxL2MFDelHashEntry(ep_handle_t *handle, netc_packet_type_t type, uint8_t *macAddr) in EP_RxL2MFDelHashEntry()
1932 status_t EP_RxL2MFAddEMTableEntry(ep_handle_t *handle, uint32_t idx, uint8_t *macAddr) in EP_RxL2MFAddEMTableEntry()
1956 status_t EP_RxL2MFDelEMTableEntry(ep_handle_t *handle, uint32_t idx) in EP_RxL2MFDelEMTableEntry()
1978 status_t EP_RxL2VFInit(ep_handle_t *handle, netc_si_l2vf_config_t *config) in EP_RxL2VFInit()
1984 status_t EP_RxL2VFAddHashEntry(ep_handle_t *handle, uint16_t vlanId) in EP_RxL2VFAddHashEntry()
2002 status_t EP_RxL2VFDelHashEntry(ep_handle_t *handle, uint16_t vlanId) in EP_RxL2VFDelHashEntry()
2028 status_t EP_RxL2VFAddEMTableEntry(ep_handle_t *handle, uint32_t idx, uint16_t vlanId, netc_vlan_tpi… in EP_RxL2VFAddEMTableEntry()
2050 status_t EP_RxL2VFDelEMTableEntry(ep_handle_t *handle, uint32_t idx) in EP_RxL2VFDelEMTableEntry()
2073 status_t EP_TxPortTGSEnable(ep_handle_t *handle, bool enable, uint8_t gateState) in EP_TxPortTGSEnable()
2107 status_t EP_TxTGSConfigAdminGcl(ep_handle_t *handle, netc_tb_tgs_gcl_t *config) in EP_TxTGSConfigAdminGcl()
2174 status_t EP_TxtTGSGetOperGcl(ep_handle_t *handle, netc_tb_tgs_gcl_t *gcl, uint32_t length) in EP_TxtTGSGetOperGcl()
2185 status_t EP_TxTrafficClassConfig(ep_handle_t *handle, netc_hw_tc_idx_t tcIdx, const netc_port_tx_tc… in EP_TxTrafficClassConfig()
2209 status_t EP_RxPSFPAddISITableEntry(ep_handle_t *handle, netc_tb_isi_config_t *config, uint32_t *ent… in EP_RxPSFPAddISITableEntry()
2220 status_t EP_RxPSFPDelISITableEntry(ep_handle_t *handle, uint32_t entryID) in EP_RxPSFPDelISITableEntry()
2231 status_t EP_RxPSFPAddISTableEntry(ep_handle_t *handle, netc_tb_is_config_t *config) in EP_RxPSFPAddISTableEntry()
2242 status_t EP_RxPSFPUpdateISTableEntry(ep_handle_t *handle, netc_tb_is_config_t *config) in EP_RxPSFPUpdateISTableEntry()
2253 status_t EP_RxPSFPDelISTableEntry(ep_handle_t *handle, uint32_t entryID) in EP_RxPSFPDelISTableEntry()
2264 status_t EP_RxPSFPAddISFTableEntry(ep_handle_t *handle, netc_tb_isf_config_t *config, uint32_t *ent… in EP_RxPSFPAddISFTableEntry()
2275 status_t EP_RxPSFPUpdateISFTableEntry(ep_handle_t *handle, uint32_t entryID, netc_tb_isf_cfge_t *cf… in EP_RxPSFPUpdateISFTableEntry()
2286 status_t EP_RxPSFPDelISFTableEntry(ep_handle_t *handle, uint32_t entryID) in EP_RxPSFPDelISFTableEntry()
2297 status_t EP_RxPSFPAddISCTableEntry(ep_handle_t *handle, uint32_t 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()
2319 status_t EP_RxPSFPResetISCStatistic(ep_handle_t *handle, uint32_t entryID) in EP_RxPSFPResetISCStatistic()
2330 void EP_PsiEnableInterrupt(ep_handle_t *handle, uint32_t mask, bool enable) in EP_PsiEnableInterrupt()
2339 uint32_t EP_PsiGetStatus(ep_handle_t *handle) in EP_PsiGetStatus()
2346 void EP_PsiClearStatus(ep_handle_t *handle, uint32_t mask) in EP_PsiClearStatus()
2356 status_t EP_PsiSendMsg(ep_handle_t *handle, uint16_t msg, netc_vsi_number_t vsi) in EP_PsiSendMsg()
2363 bool EP_PsiCheckTxBusy(ep_handle_t *handle, netc_vsi_number_t vsi) in EP_PsiCheckTxBusy()
2370 status_t EP_PsiSetRxBuffer(ep_handle_t *handle, netc_vsi_number_t vsi, uint64_t buffAddr) in EP_PsiSetRxBuffer()
2377 status_t EP_PsiGetRxMsg(ep_handle_t *handle, netc_vsi_number_t vsi, netc_psi_rx_msg_t *msgInfo) in EP_PsiGetRxMsg()
2384 void EP_VsiEnableInterrupt(ep_handle_t *handle, uint32_t mask, bool enable) in EP_VsiEnableInterrupt()
2391 uint32_t EP_VsiGetStatus(ep_handle_t *handle) in EP_VsiGetStatus()
2398 void EP_VsiClearStatus(ep_handle_t *handle, uint32_t mask) in EP_VsiClearStatus()
2405 status_t EP_VsiSendMsg(ep_handle_t *handle, uint64_t msgAddr, uint32_t msgLen) in EP_VsiSendMsg()
2412 void EP_VsiCheckTxStatus(ep_handle_t *handle, netc_vsi_msg_tx_status_t *status) in EP_VsiCheckTxStatus()
2419 status_t EP_VsiReceiveMsg(ep_handle_t *handle, uint16_t *msg) in EP_VsiReceiveMsg()