Home
last modified time | relevance | path

Searched refs:multicast_stop_work (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/cw1200/
Dcw1200.h259 struct work_struct multicast_stop_work; member
Dmain.c374 INIT_WORK(&priv->multicast_stop_work, cw1200_multicast_stop_work); in cw1200_init_common()
Dsta.c1636 &priv->multicast_stop_work); in __cw1200_sta_notify()
2096 cancel_work_sync(&priv->multicast_stop_work); in cw1200_multicast_start_work()
2110 container_of(work, struct cw1200_common, multicast_stop_work); in cw1200_multicast_stop_work()
Dwsm.c1705 &priv->multicast_stop_work); in wsm_get_tx()