Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb/
Dvsc7326.c528 static int mac_enable(struct cmac *mac, int which) in mac_enable() function
672 .enable = mac_enable,
/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_mac.c546 if (mac_drv->mac_enable) { in hns_mac_start()
547 mac_drv->mac_enable(mac_cb->priv.mac, MAC_COMM_MODE_RX_AND_TX); in hns_mac_start()
1071 mac_ctrl_drv->mac_enable(mac_cb->priv.mac, mode); in hns_mac_enable()
Dhns_dsaf_mac.h347 void (*mac_enable)(void *mac_drv, enum mac_commom_mode mode); member
Dhns_dsaf_gmac.c725 mac_drv->mac_enable = hns_gmac_enable; in hns_gmac_config()
Dhns_dsaf_xgmac.c804 mac_drv->mac_enable = hns_xgmac_enable; in hns_xgmac_config()