Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A 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()
H A Dnetdev.h216 u8 open_ifcs; member