Searched refs:e100_private (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/net/e100/ |
D | e100_config.h | 153 extern void e100_config_init(struct e100_private *bdp); 154 extern void e100_config_init_82557(struct e100_private *bdp); 155 extern unsigned char e100_force_config(struct e100_private *bdp); 156 extern unsigned char e100_config(struct e100_private *bdp); 157 extern void e100_config_fc(struct e100_private *bdp); 158 extern void e100_config_promisc(struct e100_private *bdp, unsigned char enable); 159 extern void e100_config_brdcast_dsbl(struct e100_private *bdp); 160 extern void e100_config_mulcast_enbl(struct e100_private *bdp, 162 extern void e100_config_ifs(struct e100_private *bdp); 163 extern void e100_config_force_dplx(struct e100_private *bdp); [all …]
|
D | e100_eeprom.c | 56 void e100_eeprom_cleanup(struct e100_private *adapter); 57 u16 e100_eeprom_calculate_chksum(struct e100_private *adapter); 58 static void e100_eeprom_write_word(struct e100_private *adapter, u16 reg, 60 void e100_eeprom_write_block(struct e100_private *adapter, u16 start, u16 *data, 62 u16 e100_eeprom_size(struct e100_private *adapter); 63 u16 e100_eeprom_read(struct e100_private *adapter, u16 reg); 65 static void shift_out_bits(struct e100_private *adapter, u16 data, u16 count); 66 static u16 shift_in_bits(struct e100_private *adapter); 67 static void raise_clock(struct e100_private *adapter, u16 *x); 68 static void lower_clock(struct e100_private *adapter, u16 *x); [all …]
|
D | e100_test.c | 31 extern u16 e100_eeprom_read(struct e100_private *, u16); 32 extern int e100_wait_exec_cmplx(struct e100_private *, u32,u8, u8); 33 extern void e100_phy_reset(struct e100_private *bdp); 34 extern void e100_phy_autoneg(struct e100_private *bdp); 35 extern void e100_phy_set_loopback(struct e100_private *bdp); 36 extern void e100_force_speed_duplex(struct e100_private *bdp); 43 static u8 e100_diag_rcv_loopback_pkt(struct e100_private *); 44 static void e100_diag_config_loopback(struct e100_private *, u8, u8, u8 *,u8 *); 45 static u8 e100_diag_loopback_alloc(struct e100_private *); 46 static void e100_diag_loopback_cu_ru_exec(struct e100_private *); [all …]
|
D | e100_phy.h | 147 extern unsigned char e100_phy_init(struct e100_private *bdp); 148 extern unsigned char e100_update_link_state(struct e100_private *bdp); 149 extern unsigned char e100_phy_check(struct e100_private *bdp); 150 extern void e100_phy_set_speed_duplex(struct e100_private *bdp, 152 extern void e100_phy_autoneg(struct e100_private *bdp); 153 extern void e100_phy_reset(struct e100_private *bdp); 154 extern void e100_phy_set_loopback(struct e100_private *bdp); 155 extern int e100_mdi_write(struct e100_private *, u32, u32, u16); 156 extern int e100_mdi_read(struct e100_private *, u32, u32, u16 *);
|
D | e100_main.c | 77 extern void e100_force_speed_duplex_to_phy(struct e100_private *bdp); 97 static void e100_get_speed_duplex_caps(struct e100_private *); 110 static unsigned char e100_setup_filter(struct e100_private *bdp); 111 static void e100_do_wol(struct pci_dev *pcid, struct e100_private *bdp); 114 extern void e100_config_wol(struct e100_private *bdp); 131 static unsigned char e100_delayed_exec_non_cu_cmd(struct e100_private *, 133 static void e100_free_nontx_list(struct e100_private *); 135 static inline void e100_tx_skb_free(struct e100_private *bdp, tcb_t *tcb); 156 static unsigned char e100_asf_enabled(struct e100_private *bdp); 181 static u8 e100_D101M_checksum(struct e100_private *, struct sk_buff *); [all …]
|
D | e100_config.c | 46 static void e100_config_long_rx(struct e100_private *bdp, unsigned char enable); 64 e100_config_init_82557(struct e100_private *bdp) in e100_config_init_82557() 108 e100_config_init_82558(struct e100_private *bdp) in e100_config_init_82558() 140 e100_config_init_82550(struct e100_private *bdp) in e100_config_init_82550() 164 e100_config_init(struct e100_private *bdp) in e100_config_init() 188 e100_force_config(struct e100_private *bdp) in e100_force_config() 220 e100_config(struct e100_private *bdp) in e100_config() 271 e100_config_fc(struct e100_private *bdp) in e100_config_fc() 325 e100_config_promisc(struct e100_private *bdp, unsigned char enable) in e100_config_promisc() 377 e100_config_mulcast_enbl(struct e100_private *bdp, unsigned char enable) in e100_config_mulcast_enbl() [all …]
|
D | e100_phy.c | 30 void e100_handle_zlock(struct e100_private *bdp); 49 e100_mdi_write(struct e100_private *bdp, u32 reg_addr, u32 phy_addr, u16 data) in e100_mdi_write() 100 e100_mdi_read(struct e100_private *bdp, u32 reg_addr, u32 phy_addr, u16 *data) in e100_mdi_read() 136 e100_phy_valid(struct e100_private *bdp, unsigned int phy_address) in e100_phy_valid() 154 e100_phy_address_detect(struct e100_private *bdp) in e100_phy_address_detect() 184 e100_phy_id_detect(struct e100_private *bdp) in e100_phy_id_detect() 208 e100_phy_isolate(struct e100_private *bdp) in e100_phy_isolate() 231 e100_phy_specific_setup(struct e100_private *bdp) in e100_phy_specific_setup() 318 e100_phy_fix_squelch(struct e100_private *bdp) in e100_phy_fix_squelch() 384 e100_fix_polarity(struct e100_private *bdp) in e100_fix_polarity() [all …]
|
D | e100.h | 866 struct e100_private { struct 966 extern void e100_isolate_driver(struct e100_private *bdp); argument 967 extern unsigned char e100_hw_init(struct e100_private *); 968 extern void e100_sw_reset(struct e100_private *bdp, u32 reset_cmd); 969 extern u8 e100_start_cu(struct e100_private *bdp, tcb_t *tcb); 970 extern void e100_free_non_tx_cmd(struct e100_private *bdp, 972 extern nxmit_cb_entry_t *e100_alloc_non_tx_cmd(struct e100_private *bdp); 973 extern unsigned char e100_exec_non_cu_cmd(struct e100_private *bdp, 975 extern unsigned char e100_selftest(struct e100_private *bdp, u32 *st_timeout, 977 extern unsigned char e100_get_link_state(struct e100_private *bdp); [all …]
|