#include "h/types.h"
#include "h/fddi.h"
#include "h/smc.h"
#include "h/supern_2.h"
#include <linux/bitrev.h>
Go to the source code of this file.
|
| void | mac_update_counter (struct s_smc *smc) |
| |
| void | set_formac_tsync (struct s_smc *smc, long sync_bw) |
| |
| void | formac_tx_restart (struct s_smc *smc) |
| |
| void | mac2_irq (struct s_smc *smc, u_short code_s2u, u_short code_s2l) |
| |
| void | mac3_irq (struct s_smc *smc, u_short code_s3u, u_short code_s3l) |
| |
| int | init_fplus (struct s_smc *smc) |
| |
| void | config_mux (struct s_smc *smc, int mux) |
| |
| void | sm_mac_check_beacon_claim (struct s_smc *smc) |
| |
| void | sm_ma_control (struct s_smc *smc, int mode) |
| |
| int | sm_mac_get_tx_state (struct s_smc *smc) |
| |
| void | mac_clear_multicast (struct s_smc *smc) |
| |
| int | mac_add_multicast (struct s_smc *smc, struct fddi_addr *addr, int can) |
| |
| void | mac_update_multicast (struct s_smc *smc) |
| |
| void | mac_set_rx_mode (struct s_smc *smc, int mode) |
| |
| void | rtm_irq (struct s_smc *smc) |
| |
| void | rtm_set_timer (struct s_smc *smc) |
| |
| void | formac_reinit_tx (struct s_smc *smc) |
| |
| #define MA smc->hw.fddi_home_addr |
| #define MS2BCLK |
( |
|
x | ) |
((x)*12500L) |
| #define RX_MODE_ALL_MULTI 0x2 |
| #define US2BCLK |
( |
|
x | ) |
((x)*1250L) |