Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c243 complete(&wilc->cfg_event); in wilc_wlan_txq_add_cfg_pkt()
249 complete(&wilc->cfg_event); in wilc_wlan_txq_add_cfg_pkt()
1144 complete(&wilc->cfg_event); in wilc_wlan_handle_rx_buff()
1172 complete(&wilc->cfg_event); in wilc_wlan_handle_rxq()
1501 if (!wait_for_completion_timeout(&wilc->cfg_event, in wilc_wlan_cfg_set()
1539 if (!wait_for_completion_timeout(&wilc->cfg_event, in wilc_wlan_cfg_get()
H A Dnetdev.h246 struct completion cfg_event; member