Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c295 struct r8192_priv *priv = container_of(data, struct r8192_priv, qos_activate); in _rtl92e_qos_activate()
335 schedule_work(&priv->qos_activate); in _rtl92e_qos_handle_probe_response()
342 schedule_work(&priv->qos_activate); in _rtl92e_qos_handle_probe_response()
403 schedule_work(&priv->qos_activate); in _rtl92e_qos_assoc_resp()
750 INIT_WORK(&priv->qos_activate, (void *)_rtl92e_qos_activate); in _rtl92e_init_priv_task()
1607 cancel_work_sync(&priv->qos_activate); in _rtl92e_cancel_deferred_work()
Drtl_core.h252 struct work_struct qos_activate; member
/linux-6.12.1/drivers/net/wireless/intel/ipw2x00/
Dipw2200.h1348 struct work_struct qos_activate; member
Dipw2200.c6810 schedule_work(&priv->qos_activate); in ipw_qos_handle_probe_response()
6824 schedule_work(&priv->qos_activate); in ipw_qos_handle_probe_response()
7044 schedule_work(&priv->qos_activate); in ipw_qos_association_resp()
7160 container_of(work, struct ipw_priv, qos_activate); in ipw_bg_qos_activate()
10621 INIT_WORK(&priv->qos_activate, ipw_bg_qos_activate); in ipw_setup_deferred_work()