Searched defs:hdd_wmm_qos_context (Results 1 – 1 of 1) sorted by relevance
130 struct hdd_wmm_qos_context { struct131 struct list_head node;132 uint32_t handle;133 uint32_t flow_id;134 struct hdd_adapter *adapter;135 sme_ac_enum_type ac_type;136 hdd_wlan_wmm_status_e status;137 struct work_struct implicit_qos_work;138 uint32_t magic;139 bool is_inactivity_timer_running;[all …]