Searched refs:mac_enabled (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/amd/
H A Dau1000_eth.h102 int mac_enabled; /* whether MAC is currently enabled and running member in struct:au1000_private
H A Dau1000_eth.c155 if (force_reset || (!aup->mac_enabled)) {
162 aup->mac_enabled = 1;
519 aup->mac_enabled = 0;
1137 aup->mac_enabled = 0;
/drivers/net/wireless/
H A Dzd1201.h47 int mac_enabled; member in struct:zd1201
H A Dzd1201.c665 if (zd->mac_enabled)
670 zd->mac_enabled = 1;
682 if (!zd->mac_enabled)
692 zd->mac_enabled = 0;
698 if (!zd->mac_enabled)
751 if (!zd->mac_enabled)
792 if (!zd->mac_enabled || zd->monitor) {
1125 enabled_save = zd->mac_enabled;
1871 zd->was_enabled = zd->mac_enabled;
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c1324 bool mac_enabled = false; local
1359 mac_enabled = true;
1361 if (mac_enabled)
1367 if (mac_enabled)

Completed in 59 milliseconds