Searched refs:dev_up (Results 1 – 3 of 3) sorted by relevance
56 static int hostap_set_iface_flags(void *priv, int dev_up);349 static int hostap_set_iface_flags(void *priv, int dev_up) in hostap_set_iface_flags() argument359 if (linux_set_iface_flags(drv->ioctl_sock, ifname, dev_up) < 0) in hostap_set_iface_flags()362 if (dev_up) { in hostap_set_iface_flags()
291 je dev_up307 dev_up: label
3250 bool dev_up; in ena_destroy_device() local3259 dev_up = ENA_FLAG_ISSET(ENA_FLAG_DEV_UP, adapter); in ena_destroy_device()3260 if (dev_up) in ena_destroy_device()3273 if (!(ENA_FLAG_ISSET(ENA_FLAG_TRIGGER_RESET, adapter) && dev_up)) in ena_destroy_device()