|
void * | mac_drv_get_space (struct s_smc *smc, u_int size) |
|
void * | mac_drv_get_desc_mem (struct s_smc *smc, u_int size) |
|
unsigned long | mac_drv_virt2phys (struct s_smc *smc, void *virt) |
|
unsigned long | dma_master (struct s_smc *smc, void *virt, int len, int flag) |
|
void | dma_complete (struct s_smc *smc, volatile union s_fp_descr *descr, int flag) |
|
void | mac_drv_tx_complete (struct s_smc *smc, volatile struct s_smt_fp_txd *txd) |
|
void | llc_restart_tx (struct s_smc *smc) |
|
void | mac_drv_rx_complete (struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, int frag_count, int len) |
|
void | mac_drv_requeue_rxd (struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, int frag_count) |
|
void | mac_drv_fill_rxd (struct s_smc *smc) |
|
void | mac_drv_clear_rxd (struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, int frag_count) |
|
int | mac_drv_rx_init (struct s_smc *smc, int len, int fc, char *look_ahead, int la_len) |
|
void | dump_data (unsigned char *Data, int length) |
|
u_int | mac_drv_check_space (void) |
|
int | mac_drv_init (struct s_smc *smc) |
|
void | hwm_tx_frag (struct s_smc *smc, char far *virt, u_long phys, int len, int frame_status) |
|
int | hwm_tx_init (struct s_smc *smc, u_char fc, int frag_count, int frame_len, int frame_status) |
|
void | fddi_isr (struct s_smc *smc) |
|
void | hwm_rx_frag (struct s_smc *smc, char far *virt, u_long phys, int len, int frame_status) |
|
void | mac_drv_rx_mode (struct s_smc *smc, int mode) |
|
void | mac_drv_clear_rx_queue (struct s_smc *smc) |
|
void | enable_tx_irq (struct s_smc *smc, u_short queue) |
|
| MODULE_DEVICE_TABLE (pci, skfddi_pci_tbl) |
|
| MODULE_LICENSE ("GPL") |
|
| MODULE_AUTHOR ("Mirko Lindner <[email protected]>") |
|
void | smt_timer_poll (struct s_smc *smc) |
|
void | ring_status_indication (struct s_smc *smc, u_long status) |
|
unsigned long | smt_get_time (void) |
|
void | smt_stat_counter (struct s_smc *smc, int stat) |
|
void | cfm_state_change (struct s_smc *smc, int c_state) |
|
void | ecm_state_change (struct s_smc *smc, int e_state) |
|
void | rmt_state_change (struct s_smc *smc, int r_state) |
|
void | drv_reset_indication (struct s_smc *smc) |
|
| module_init (skfd_init) |
|
| module_exit (skfd_exit) |
|