diff --git a/osi/core/libnvethernetrm.export b/osi/core/libnvethernetrm.export index 88934be..2383430 100644 --- a/osi/core/libnvethernetrm.export +++ b/osi/core/libnvethernetrm.export @@ -26,23 +26,7 @@ osi_init_core_ops osi_write_phy_reg osi_read_phy_reg -osi_poll_for_mac_reset_complete osi_hw_core_init osi_hw_core_deinit -osi_start_mac -osi_stop_mac -osi_common_isr -osi_set_mode -osi_set_speed -osi_pad_calibrate -osi_get_mac_version -osi_get_hw_features -osi_config_rxcsum_offload -osi_l2_filter -osi_l3l4_filter -osi_config_fw_err_pkts -osi_ptp_configuration -osi_adjust_time -osi_adjust_freq -osi_set_systime_to_mac -osi_read_mmc +osi_get_core +osi_handle_ioctl diff --git a/osi/dma/libnvethernetcl.export b/osi/dma/libnvethernetcl.export index 2cc1dbe..776b13f 100644 --- a/osi/dma/libnvethernetcl.export +++ b/osi/dma/libnvethernetcl.export @@ -1,6 +1,6 @@ ################################### tell Emacs this is a -*- makefile-gmake -*- # -# Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -23,10 +23,6 @@ # libnvethernetcl interface export # ############################################################################### -osi_disable_chan_tx_intr -osi_enable_chan_tx_intr -osi_disable_chan_rx_intr -osi_enable_chan_rx_intr osi_start_dma osi_stop_dma osi_get_refill_rx_desc_cnt @@ -40,3 +36,5 @@ osi_hw_dma_deinit osi_init_dma_ops osi_dma_get_systime_from_mac osi_is_mac_enabled +osi_get_dma +osi_handle_dma_intr