Searched refs:NetDeviceIsInstRunning (Results 1 – 3 of 3) sorted by relevance
611 bool NetDeviceIsInstRunning(const struct NetDevice *netDevice);
760 …if (info->status == FALSE && NetDeviceIsInstRunning(netdev) && netdev->netDeviceIf->stop != NULL) { in WifiCmdSetNetdev()763 …} else if (info->status == TRUE && !NetDeviceIsInstRunning(netdev) && netdev->netDeviceIf->open !=… in WifiCmdSetNetdev()1223 if (NetDeviceIsInstRunning(netdev)) { in WifiResetEntranceCheck()
286 bool NetDeviceIsInstRunning(const struct NetDevice *netDevice) in NetDeviceIsInstRunning() function