Lines Matching refs:cmac
88 void (*destroy)(struct cmac *);
89 int (*reset)(struct cmac *);
90 int (*interrupt_enable)(struct cmac *);
91 int (*interrupt_disable)(struct cmac *);
92 int (*interrupt_clear)(struct cmac *);
93 int (*interrupt_handler)(struct cmac *);
95 int (*enable)(struct cmac *, int);
96 int (*disable)(struct cmac *, int);
98 int (*loopback_enable)(struct cmac *);
99 int (*loopback_disable)(struct cmac *);
101 int (*set_mtu)(struct cmac *, int mtu);
102 int (*set_rx_mode)(struct cmac *, struct t1_rx_mode *rm);
104 int (*set_speed_duplex_fc)(struct cmac *, int speed, int duplex, int fc);
105 int (*get_speed_duplex_fc)(struct cmac *, int *speed, int *duplex,
108 const struct cmac_statistics *(*statistics_update)(struct cmac *, int);
110 int (*macaddress_get)(struct cmac *, u8 mac_addr[6]);
111 int (*macaddress_set)(struct cmac *, const u8 mac_addr[6]);
116 struct cmac { struct
125 struct cmac *(*create)(adapter_t *adapter, int index); argument