Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
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()
Dnetdev.h215 u8 open_ifcs; member