Searched refs:qos_activate (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_core.h | 262 struct work_struct qos_activate; member
|
H A D | rtl_core.c | 325 struct r8192_priv *priv = container_of(data, struct r8192_priv, qos_activate); in _rtl92e_qos_activate() 365 schedule_work(&priv->qos_activate); in _rtl92e_qos_handle_probe_response() 372 schedule_work(&priv->qos_activate); in _rtl92e_qos_handle_probe_response() 433 schedule_work(&priv->qos_activate); in _rtl92e_qos_assoc_resp() 837 INIT_WORK(&priv->qos_activate, (void *)_rtl92e_qos_activate); in _rtl92e_init_priv_task() 1865 cancel_work_sync(&priv->qos_activate); in _rtl92e_cancel_deferred_work()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_core.c | 387 qos_activate); in _rtl92e_qos_activate() 430 schedule_work(&priv->qos_activate); in _rtl92e_qos_handle_probe_response() 432 "QoS parameters change call qos_activate\n"); in _rtl92e_qos_handle_probe_response() 439 schedule_work(&priv->qos_activate); in _rtl92e_qos_handle_probe_response() 441 "QoS was disabled call qos_activate\n"); in _rtl92e_qos_handle_probe_response() 505 schedule_work(&priv->qos_activate); in _rtl92e_qos_assoc_resp() 1009 INIT_WORK_RSL(&priv->qos_activate, (void *)_rtl92e_qos_activate, dev); in _rtl92e_init_priv_task() 2138 cancel_work_sync(&priv->qos_activate); in _rtl92e_cancel_deferred_work()
|
H A D | rtl_core.h | 406 struct work_struct qos_activate; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ |
H A D | r8192U_core.c | 1755 qos_activate); in rtl8192_qos_activate() 1821 schedule_work(&priv->qos_activate); in rtl8192_qos_handle_probe_response() 1823 "QoS parameters change call qos_activate\n"); in rtl8192_qos_handle_probe_response() 1830 schedule_work(&priv->qos_activate); in rtl8192_qos_handle_probe_response() 1832 "QoS was disabled call qos_activate\n"); in rtl8192_qos_handle_probe_response() 1900 schedule_work(&priv->qos_activate); in rtl8192_qos_association_resp() 2215 INIT_WORK(&priv->qos_activate, rtl8192_qos_activate); in rtl8192_init_priv_task() 4772 cancel_work_sync(&priv->qos_activate); in rtl8192_cancel_deferred_work()
|
H A D | r8192U.h | 882 struct work_struct qos_activate; member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ |
H A D | r8192U_core.c | 1579 qos_activate); in rtl8192_qos_activate() 1645 schedule_work(&priv->qos_activate); in rtl8192_qos_handle_probe_response() 1647 "QoS parameters change call qos_activate\n"); in rtl8192_qos_handle_probe_response() 1654 schedule_work(&priv->qos_activate); in rtl8192_qos_handle_probe_response() 1656 "QoS was disabled call qos_activate\n"); in rtl8192_qos_handle_probe_response() 1724 schedule_work(&priv->qos_activate); in rtl8192_qos_association_resp() 2039 INIT_WORK(&priv->qos_activate, rtl8192_qos_activate); in rtl8192_init_priv_task() 4585 cancel_work_sync(&priv->qos_activate); in rtl8192_cancel_deferred_work()
|
H A D | r8192U.h | 882 struct work_struct qos_activate; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 6856 schedule_work(&priv->qos_activate); in ipw_qos_handle_probe_response() 6858 "qos_activate\n"); in ipw_qos_handle_probe_response() 6869 IPW_DEBUG_QOS("QoS was disabled call qos_activate\n"); in ipw_qos_handle_probe_response() 6870 schedule_work(&priv->qos_activate); in ipw_qos_handle_probe_response() 7090 schedule_work(&priv->qos_activate); in ipw_qos_association_resp() 7206 container_of(work, struct ipw_priv, qos_activate); in ipw_bg_qos_activate() 10672 INIT_WORK(&priv->qos_activate, ipw_bg_qos_activate); in ipw_setup_deferred_work()
|
H A D | ipw2200.h | 1349 struct work_struct qos_activate; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 6810 schedule_work(&priv->qos_activate); in ipw_qos_handle_probe_response() 6812 "qos_activate\n"); in ipw_qos_handle_probe_response() 6823 IPW_DEBUG_QOS("QoS was disabled call qos_activate\n"); 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() 10626 INIT_WORK(&priv->qos_activate, ipw_bg_qos_activate); in ipw_setup_deferred_work()
|
H A D | ipw2200.h | 1348 struct work_struct qos_activate; member
|
Completed in 61 milliseconds