Searched refs:qc (Results 1 – 7 of 7) sorted by relevance
67 u8 *qc = ieee80211_get_qos_ctl((void *) skb->data); in mps_qos_null_tx() local69 qc[0] |= IEEE80211_QOS_CTL_EOSP; in mps_qos_null_tx()196 u8 *qc; in ieee80211_mps_set_frame_flags() local218 qc = ieee80211_get_qos_ctl(hdr); in ieee80211_mps_set_frame_flags()224 qc[1] |= (IEEE80211_QOS_CTL_MESH_PS_LEVEL >> 8); in ieee80211_mps_set_frame_flags()283 u8 *qc = ieee80211_get_qos_ctl(hdr); in mps_set_sta_peer_pm() local374 u8 *qc; in mpsp_trigger_send() local392 qc = ieee80211_get_qos_ctl(nullfunc); in mpsp_trigger_send()394 qc[1] |= (IEEE80211_QOS_CTL_RSPI >> 8); in mpsp_trigger_send()396 qc[0] |= IEEE80211_QOS_CTL_EOSP; in mpsp_trigger_send()[all …]
190 u8 *qc = ieee80211_get_qos_ctl(hdr); in ieee80211_frame_acked() local191 u16 tid = qc[0] & 0xf; in ieee80211_frame_acked()994 u8 *qc; in __ieee80211_tx_status() local996 qc = ieee80211_get_qos_ctl(hdr); in __ieee80211_tx_status()997 tid = qc[0] & 0xf; in __ieee80211_tx_status()1003 u8 *qc = ieee80211_get_qos_ctl(hdr); in __ieee80211_tx_status() local1005 tid = qc[0] & 0xf; in __ieee80211_tx_status()
475 u8 *qc; in mesh_fast_tx_cache() local572 qc = ieee80211_get_qos_ctl(hdr); in mesh_fast_tx_cache()573 qc[1] |= IEEE80211_QOS_CTL_MESH_CONTROL_PRESENT >> 8; in mesh_fast_tx_cache()
297 void ieee80211_mpsp_trigger_process(u8 *qc, struct sta_info *sta,
911 u8 *qc = ieee80211_get_qos_ctl(hdr); in ieee80211_parse_qos() local913 tid = *qc & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_parse_qos()914 if (*qc & IEEE80211_QOS_CTL_A_MSDU_PRESENT) in ieee80211_parse_qos()
3333 u8 *qc, *h_80211_src, *h_80211_dst; in ieee80211_amsdu_prepare_head() local3381 qc = ieee80211_get_qos_ctl(hdr); in ieee80211_amsdu_prepare_head()3382 *qc |= IEEE80211_QOS_CTL_A_MSDU_PRESENT; in ieee80211_amsdu_prepare_head()
629 u64 now, qc, ql; in get_queue_delays() local632 qc = READ_ONCE(q->c_head_ts); in get_queue_delays()635 *qdelay_c = qc ? now - qc : 0; in get_queue_delays()1035 u64 qc, ql; in dualpi2_dump_stats() local1037 get_queue_delays(q, &qc, &ql); in dualpi2_dump_stats()1039 st.delay_c = convert_ns_to_usec(qc); in dualpi2_dump_stats()
Completed in 829 milliseconds