link.h (699B)
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-2020 Broadcom Inc. All rights reserved. 6 * 7 * File: link.h 8 * Purpose: LINK internal definitions to the BCM library. 9 */ 10 11 #ifndef _BCM_INT_DFE_LINK_H_ 12 #define _BCM_INT_DFE_LINK_H_ 13 14 int bcm_dfe_linkscan_enable_set(int unit, int us); 15 int bcm_dfe_linkscan_mode_set(int unit, bcm_port_t port, int mode); 16 int bcm_dfe_linkscan_mode_get(int unit, bcm_port_t port, int *mode); 17 int bcm_dfe_linkscan_mode_set_pbm(int unit, bcm_pbmp_t pbm, int mode); 18 int bcm_dfe_linkscan_detach(int unit); 19 20 #endif /*_BCM_INT_DFE_LINK_H_*/