Home
last modified time | relevance | path

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

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