Home
last modified time | relevance | path

Searched refs:mac_enable (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb/
Dvsc7326.c532 static int mac_enable(struct cmac *mac, int which) in mac_enable() function
676 .enable = mac_enable,
/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_mac.c500 if (mac_drv->mac_enable) { in hns_mac_start()
501 mac_drv->mac_enable(mac_cb->priv.mac, MAC_COMM_MODE_RX_AND_TX); in hns_mac_start()
Dhns_dsaf_mac.h344 void (*mac_enable)(void *mac_drv, enum mac_commom_mode mode); member
Dhns_dsaf_gmac.c671 mac_drv->mac_enable = hns_gmac_enable; in hns_gmac_config()
Dhns_dsaf_xgmac.c803 mac_drv->mac_enable = hns_xgmac_enable; in hns_xgmac_config()