openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

tomahawk2_mac_flexport.h (650B)


      1 /*
      2 * 
      3 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      4 * 
      5 * Copyright 2007-2019 Broadcom Inc. All rights reserved.
      6 *
      7 * $File:  tomahawk2_mac_flexport.h
      8 */
      9 
     10 
     11 #ifndef TOMAHAWK2_MAC_FLEXPORT_H
     12 #define TOMAHAWK2_MAC_FLEXPORT_H
     13 
     14 extern int soc_tomahawk2_flex_mac_rx_port_down(
     15     int unit, soc_port_schedule_state_t *port_schedule_state);
     16 
     17 
     18 extern int soc_tomahawk2_flex_mac_tx_port_down(
     19     int unit, soc_port_schedule_state_t *port_schedule_state);
     20 
     21 
     22 extern int soc_tomahawk2_flex_mac_port_up(
     23     int unit, soc_port_schedule_state_t *port_schedule_state);
     24 
     25 
     26 #endif