Triple-Speed Ethernet Intel® FPGA IP User Guide

ID 683402
Date 11/25/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

10.6.6. tse_mac_close()

Details
Prototype: int tse_mac_close(int iface)
Thread-safe: No
Available from ISR: No
Include: <triple_speed_ethernet_iniche.h>
Description: The tse_mac_close() closes the Triple-Speed Ethernet driver by performing the following operations:
  • Configure the admin and operation status of the NET structure of the Triple-Speed Ethernet driver instance to ALTERA_TSE_ADMIN_STATUS_DOWN.
  • De-register the SGDMA RX interrupt from the operating system.
  • Clear the RX_ENA bit in the command_config register to disable the RX datapath.
Parameter: iface—The index of the MAC interface. This argument is reserved for configurations that contain multiple MAC instances.
Return: SUCCESS if the close operations are successful. 
An error code if de-registration of SGDMA RX from the operating system failed.
See also: triple_speed_ethernet_init()