Home
last modified time | relevance | path

Searched refs:open_ifcs (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/microchip/wilc1000/
Dnetdev.c623 wl->open_ifcs++; in wilc_mac_open()
776 if (wl->open_ifcs > 0) in wilc_mac_close()
777 wl->open_ifcs--; in wilc_mac_close()
788 if (wl->open_ifcs == 0) { in wilc_mac_close()
Dnetdev.h216 u8 open_ifcs; member