Symbol: cmac
sys/dev/pci/cxgb/cxgb_adapter.h
109
struct cmac mac;
sys/dev/pci/cxgb/cxgb_common.h
661
int t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc);
sys/dev/pci/cxgb/cxgb_common.h
675
void mac_prep(struct cmac *mac, adapter_t *adapter, int index);
sys/dev/pci/cxgb/cxgb_common.h
695
int t3_mac_reset(struct cmac *mac);
sys/dev/pci/cxgb/cxgb_common.h
696
void t3b_pcs_reset(struct cmac *mac);
sys/dev/pci/cxgb/cxgb_common.h
697
int t3_mac_enable(struct cmac *mac, int which);
sys/dev/pci/cxgb/cxgb_common.h
698
int t3_mac_disable(struct cmac *mac, int which);
sys/dev/pci/cxgb/cxgb_common.h
699
int t3_mac_set_mtu(struct cmac *mac, unsigned int mtu);
sys/dev/pci/cxgb/cxgb_common.h
700
int t3_mac_set_rx_mode(struct cmac *mac, struct t3_rx_mode *rm);
sys/dev/pci/cxgb/cxgb_common.h
701
int t3_mac_set_address(struct cmac *mac, unsigned int idx, u8 addr[6]);
sys/dev/pci/cxgb/cxgb_common.h
702
int t3_mac_set_num_ucast(struct cmac *mac, unsigned char n);
sys/dev/pci/cxgb/cxgb_common.h
703
const struct mac_stats *t3_mac_update_stats(struct cmac *mac);
sys/dev/pci/cxgb/cxgb_common.h
704
int t3_mac_set_speed_duplex_fc(struct cmac *mac, int speed, int duplex,
sys/dev/pci/cxgb/cxgb_common.h
706
int t3b2_mac_watchdog_task(struct cmac *mac);
sys/dev/pci/cxgb/cxgb_common.h
771
const struct mac_stats *t3_vsc7323_update_stats(struct cmac *mac);
sys/dev/pci/cxgb/cxgb_main.c
1238
struct cmac *mac = &p->mac;
sys/dev/pci/cxgb/cxgb_main.c
1613
struct cmac *mac = &p->mac;
sys/dev/pci/cxgb/cxgb_main.c
907
struct cmac *mac = &adapter->port[port_id].mac;
sys/dev/pci/cxgb/cxgb_main.c
972
struct cmac *mac = &p->mac;
sys/dev/pci/cxgb/cxgb_offload.c
219
struct cmac *mac = &adapter->port[port].mac;
sys/dev/pci/cxgb/cxgb_t3_hw.c
1114
struct cmac *mac = &pi->mac;
sys/dev/pci/cxgb/cxgb_t3_hw.c
1156
int t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1590
struct cmac *mac;
sys/dev/pci/cxgb/cxgb_t3_hw.c
3595
void mac_prep(struct cmac *mac, adapter_t *adapter, int index)
sys/dev/pci/cxgb/cxgb_vsc7323.c
290
const struct mac_stats *t3_vsc7323_update_stats(struct cmac *mac)
sys/dev/pci/cxgb/cxgb_xgmac.c
168
static int t3b2_mac_reset(struct cmac *mac)
sys/dev/pci/cxgb/cxgb_xgmac.c
227
static void set_addr_filter(struct cmac *mac, int idx, const u8 *addr)
sys/dev/pci/cxgb/cxgb_xgmac.c
240
int t3_mac_set_address(struct cmac *mac, unsigned int idx, u8 addr[6])
sys/dev/pci/cxgb/cxgb_xgmac.c
257
int t3_mac_set_num_ucast(struct cmac *mac, unsigned char n)
sys/dev/pci/cxgb/cxgb_xgmac.c
265
static void disable_exact_filters(struct cmac *mac)
sys/dev/pci/cxgb/cxgb_xgmac.c
276
static void enable_exact_filters(struct cmac *mac)
sys/dev/pci/cxgb/cxgb_xgmac.c
301
int t3_mac_set_rx_mode(struct cmac *mac, struct t3_rx_mode *rm)
sys/dev/pci/cxgb/cxgb_xgmac.c
347
int t3_mac_set_mtu(struct cmac *mac, unsigned int mtu)
sys/dev/pci/cxgb/cxgb_xgmac.c
422
int t3_mac_set_speed_duplex_fc(struct cmac *mac, int speed, int duplex, int fc)
sys/dev/pci/cxgb/cxgb_xgmac.c
469
int t3_mac_enable(struct cmac *mac, int which)
sys/dev/pci/cxgb/cxgb_xgmac.c
49
static inline int macidx(const struct cmac *mac)
sys/dev/pci/cxgb/cxgb_xgmac.c
508
int t3_mac_disable(struct cmac *mac, int which)
sys/dev/pci/cxgb/cxgb_xgmac.c
537
int t3b2_mac_watchdog_task(struct cmac *mac)
sys/dev/pci/cxgb/cxgb_xgmac.c
54
static void xaui_serdes_reset(struct cmac *mac)
sys/dev/pci/cxgb/cxgb_xgmac.c
631
const struct mac_stats *t3_mac_update_stats(struct cmac *mac)
sys/dev/pci/cxgb/cxgb_xgmac.c
78
void t3b_pcs_reset(struct cmac *mac)
sys/dev/pci/cxgb/cxgb_xgmac.c
87
int t3_mac_reset(struct cmac *mac)