Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.c619 wl->open_ifcs++; in wilc_mac_open()
729 if (wl->open_ifcs > 0) in wilc_mac_close()
730 wl->open_ifcs--; in wilc_mac_close()
740 if (wl->open_ifcs == 0) { in wilc_mac_close()
H A Dnetdev.h215 u8 open_ifcs; member