Searched refs:fill_h2c_cmd (Results 1 – 4 of 4) sorted by relevance
827 cancel_work_sync(&rtlpriv->works.fill_h2c_cmd); in rtl_usb_stop()1033 container_of(work, struct rtl_works, fill_h2c_cmd); in rtl_fill_h2c_cmd_work_callback()1037 rtlpriv->cfg->ops->fill_h2c_cmd(hw, H2C_RA_MASK, 5, rtlpriv->rate_mask); in rtl_fill_h2c_cmd_work_callback()1071 INIT_WORK(&rtlpriv->works.fill_h2c_cmd, in rtl_usb_probe()
1739 void (*fill_h2c_cmd) (struct ieee80211_hw *hw, u8 element_id, member1874 struct work_struct fill_h2c_cmd; member
139 .fill_h2c_cmd = rtl92c_fill_h2c_cmd,
2206 schedule_work(&rtlpriv->works.fill_h2c_cmd); in rtl92cu_update_hal_rate_mask()