Home
last modified time | relevance | path

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

/drivers/net/wireless/microchip/wilc1000/
Dnetdev.c617 wl->open_ifcs++; in wilc_mac_open()
770 if (wl->open_ifcs > 0) in wilc_mac_close()
771 wl->open_ifcs--; in wilc_mac_close()
781 if (wl->open_ifcs == 0) { in wilc_mac_close()
Dnetdev.h223 u8 open_ifcs; member