| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /****************************************************************************** |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * (C)Copyright 1998,1999 SysKonnect, |
|---|
| 4 | 5 | * a business unit of Schneider & Koch & Co. Datensysteme GmbH. |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 7 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 8 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 9 | | - * (at your option) any later version. |
|---|
| 10 | 6 | * |
|---|
| 11 | 7 | * The information in this file is provided "AS IS" without warranty. |
|---|
| 12 | 8 | * |
|---|
| .. | .. |
|---|
| 513 | 509 | void plc_config_mux(struct s_smc *smc, int mux); |
|---|
| 514 | 510 | void sm_lem_evaluate(struct s_smc *smc); |
|---|
| 515 | 511 | void mac_update_counter(struct s_smc *smc); |
|---|
| 516 | | -void sm_pm_ls_latch(struct s_smc *smc, int phy, int on_off); |
|---|
| 517 | 512 | void sm_ma_control(struct s_smc *smc, int mode); |
|---|
| 518 | 513 | void sm_mac_check_beacon_claim(struct s_smc *smc); |
|---|
| 519 | 514 | void config_mux(struct s_smc *smc, int mux); |
|---|
| .. | .. |
|---|
| 645 | 640 | #define dump_smt(smc,sm,text) |
|---|
| 646 | 641 | #endif |
|---|
| 647 | 642 | |
|---|
| 648 | | -char* addr_to_string(struct fddi_addr *addr); |
|---|
| 649 | 643 | #ifdef DEBUG |
|---|
| 650 | 644 | void dump_hex(char *p, int len); |
|---|
| 651 | 645 | #endif |
|---|
| .. | .. |
|---|
| 655 | 649 | /* PNMI default defines */ |
|---|
| 656 | 650 | #ifndef PNMI_INIT |
|---|
| 657 | 651 | #define PNMI_INIT(smc) /* Nothing */ |
|---|
| 658 | | -#endif |
|---|
| 659 | | -#ifndef PNMI_GET_ID |
|---|
| 660 | | -#define PNMI_GET_ID( smc, ndis_oid, buf, len, BytesWritten, BytesNeeded ) \ |
|---|
| 661 | | - ( 1 ? (-1) : (-1) ) |
|---|
| 662 | | -#endif |
|---|
| 663 | | -#ifndef PNMI_SET_ID |
|---|
| 664 | | -#define PNMI_SET_ID( smc, ndis_oid, buf, len, BytesRead, BytesNeeded, \ |
|---|
| 665 | | - set_type) ( 1 ? (-1) : (-1) ) |
|---|
| 666 | 652 | #endif |
|---|
| 667 | 653 | |
|---|
| 668 | 654 | /* |
|---|