Searched refs:c2h_work (Results 1 – 6 of 6) sorted by relevance
314 struct rtw_dev *rtwdev = container_of(work, struct rtw_dev, c2h_work); in rtw_c2h_work()1556 cancel_work_sync(&rtwdev->c2h_work); in rtw_core_stop()2160 INIT_WORK(&rtwdev->c2h_work, rtw_c2h_work); in rtw_core_init()
2084 struct work_struct c2h_work; member
377 ieee80211_queue_work(rtwdev->hw, &rtwdev->c2h_work); in rtw_fw_c2h_cmd_rx_irqsafe()
5865 wiphy_work_cancel(wiphy, &rtwdev->c2h_work); in rtw89_core_stop()6130 wiphy_work_init(&rtwdev->c2h_work, rtw89_fw_c2h_work); in rtw89_core_init()
7839 wiphy_work_queue(rtwdev->hw->wiphy, &rtwdev->c2h_work); in rtw89_fw_c2h_irqsafe()7880 c2h_work); in rtw89_fw_c2h_work()
6184 struct wiphy_work c2h_work; member