Linux Kernel
3.7.1
|
#include <gmac.h>
Data Fields | |
void(* | destroy )(struct cmac *) |
int(* | reset )(struct cmac *) |
int(* | interrupt_enable )(struct cmac *) |
int(* | interrupt_disable )(struct cmac *) |
int(* | interrupt_clear )(struct cmac *) |
int(* | interrupt_handler )(struct cmac *) |
int(* | enable )(struct cmac *, int) |
int(* | disable )(struct cmac *, int) |
int(* | loopback_enable )(struct cmac *) |
int(* | loopback_disable )(struct cmac *) |
int(* | set_mtu )(struct cmac *, int mtu) |
int(* | set_rx_mode )(struct cmac *, struct t1_rx_mode *rm) |
int(* | set_speed_duplex_fc )(struct cmac *, int speed, int duplex, int fc) |
int(* | get_speed_duplex_fc )(struct cmac *, int *speed, int *duplex, int *fc) |
struct cmac_statistics *(* | statistics_update )(struct cmac *, int) |
int(* | macaddress_get )(struct cmac *, u8 mac_addr[6]) |
int(* | macaddress_set )(struct cmac *, u8 mac_addr[6]) |
|
read |