Home
last modified time | relevance | path

Searched refs:qc (Results 1 – 7 of 7) sorted by relevance

/net/mac80211/
A Dmesh_ps.c67 u8 *qc = ieee80211_get_qos_ctl((void *) skb->data); in mps_qos_null_tx() local
69 qc[0] |= IEEE80211_QOS_CTL_EOSP; in mps_qos_null_tx()
196 u8 *qc; in ieee80211_mps_set_frame_flags() local
218 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() local
374 u8 *qc; in mpsp_trigger_send() local
392 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 …]
A Dstatus.c190 u8 *qc = ieee80211_get_qos_ctl(hdr); in ieee80211_frame_acked() local
191 u16 tid = qc[0] & 0xf; in ieee80211_frame_acked()
994 u8 *qc; in __ieee80211_tx_status() local
996 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() local
1005 tid = qc[0] & 0xf; in __ieee80211_tx_status()
A Dmesh_pathtbl.c475 u8 *qc; in mesh_fast_tx_cache() local
572 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()
A Dmesh.h297 void ieee80211_mpsp_trigger_process(u8 *qc, struct sta_info *sta,
A Drx.c911 u8 *qc = ieee80211_get_qos_ctl(hdr); in ieee80211_parse_qos() local
913 tid = *qc & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_parse_qos()
914 if (*qc & IEEE80211_QOS_CTL_A_MSDU_PRESENT) in ieee80211_parse_qos()
A Dtx.c3333 u8 *qc, *h_80211_src, *h_80211_dst; in ieee80211_amsdu_prepare_head() local
3381 qc = ieee80211_get_qos_ctl(hdr); in ieee80211_amsdu_prepare_head()
3382 *qc |= IEEE80211_QOS_CTL_A_MSDU_PRESENT; in ieee80211_amsdu_prepare_head()
/net/sched/
A Dsch_dualpi2.c629 u64 now, qc, ql; in get_queue_delays() local
632 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() local
1037 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