Lines Matching defs:mac
49 static inline int macidx(const struct cmac *mac) in macidx()
54 static void xaui_serdes_reset(struct cmac *mac) in xaui_serdes_reset()
78 void t3b_pcs_reset(struct cmac *mac) in t3b_pcs_reset()
87 int t3_mac_reset(struct cmac *mac) in t3_mac_reset()
168 static int t3b2_mac_reset(struct cmac *mac) in t3b2_mac_reset()
227 static void set_addr_filter(struct cmac *mac, int idx, const u8 *addr) in set_addr_filter()
240 int t3_mac_set_address(struct cmac *mac, unsigned int idx, u8 addr[6]) in t3_mac_set_address()
257 int t3_mac_set_num_ucast(struct cmac *mac, unsigned char n) in t3_mac_set_num_ucast()
265 static void disable_exact_filters(struct cmac *mac) in disable_exact_filters()
276 static void enable_exact_filters(struct cmac *mac) in enable_exact_filters()
301 int t3_mac_set_rx_mode(struct cmac *mac, struct t3_rx_mode *rm) in t3_mac_set_rx_mode()
347 int t3_mac_set_mtu(struct cmac *mac, unsigned int mtu) in t3_mac_set_mtu()
422 int t3_mac_set_speed_duplex_fc(struct cmac *mac, int speed, int duplex, int fc) in t3_mac_set_speed_duplex_fc()
469 int t3_mac_enable(struct cmac *mac, int which) in t3_mac_enable()
508 int t3_mac_disable(struct cmac *mac, int which) in t3_mac_disable()
537 int t3b2_mac_watchdog_task(struct cmac *mac) in t3b2_mac_watchdog_task()
631 const struct mac_stats *t3_mac_update_stats(struct cmac *mac) in t3_mac_update_stats()
633 #define RMON_READ(mac, addr) t3_read_reg(mac->adapter, addr + mac->offset) in t3_mac_update_stats() argument
634 #define RMON_UPDATE(mac, name, reg) \ in t3_mac_update_stats() argument
636 #define RMON_UPDATE64(mac, name, reg_lo, reg_hi) \ in t3_mac_update_stats() argument