Home
last modified time | relevance | path

Searched refs:tid (Results 1 – 25 of 31) sorted by relevance

12

/net/mac80211/
A Dagg-tx.c243 tid)) in __acquires()
297 .tid = tid, in __ieee80211_stop_tx_ba_session()
428 u8 tid = tid_tx->tid; in sta_addba_resp_timer_expired() local
449 u8 tid = tid_tx->tid; in ieee80211_send_addba_with_timeout() local
500 .tid = tid, in ieee80211_tx_ba_session_handle_start()
556 u16 tid) in ieee80211_refresh_tx_agg_session_timer() argument
581 u8 tid = tid_tx->tid; in sta_tx_agg_session_timer_expired() local
697 sta->ampdu_mlme.addba_req_num[tid], sta->sta.addr, tid); in ieee80211_start_tx_ba_session()
724 tid_tx->tid = tid; in ieee80211_start_tx_ba_session()
759 .tid = tid, in ieee80211_agg_tx_operational()
[all …]
A Dagg-rx.c66 .tid = tid, in __ieee80211_stop_rx_ba_session()
85 sta->sta.addr, tid, in __ieee80211_stop_rx_ba_session()
92 sta->sta.addr, tid); in __ieee80211_stop_rx_ba_session()
149 u8 tid = tid_rx->tid; in sta_rx_agg_session_timer_expired() local
159 sta->sta.addr, tid); in sta_rx_agg_session_timer_expired()
282 .tid = tid, in __ieee80211_start_rx_ba_session()
296 sta->sta.addr, tid); in __ieee80211_start_rx_ba_session()
306 sta->sta.addr, tid); in __ieee80211_start_rx_ba_session()
358 sta->sta.addr, tid); in __ieee80211_start_rx_ba_session()
376 sta->sta.addr, tid); in __ieee80211_start_rx_ba_session()
[all …]
A Dht.c358 int tid; in ieee80211_ba_session_work() local
365 for (tid = 0; tid < IEEE80211_NUM_TIDS; tid++) { in ieee80211_ba_session_work()
368 sta, tid, WLAN_BACK_RECIPIENT, in ieee80211_ba_session_work()
371 if (test_and_clear_bit(tid, in ieee80211_ba_session_work()
374 sta, tid, WLAN_BACK_RECIPIENT, in ieee80211_ba_session_work()
378 test_and_clear_bit(tid, in ieee80211_ba_session_work()
387 sta, tid, WLAN_BACK_RECIPIENT, in ieee80211_ba_session_work()
430 if (sta->ampdu_mlme.tid_tx[tid]) in ieee80211_ba_session_work()
457 const u8 *da, u16 tid, in ieee80211_send_delba() argument
489 u16 tid, params; in ieee80211_process_delba() local
[all …]
A Dkey.c1258 if (WARN_ON(tid < 0 || tid >= IEEE80211_NUM_TIDS)) in ieee80211_get_key_rx_seq()
1265 if (WARN_ON(tid < -1 || tid >= IEEE80211_NUM_TIDS)) in ieee80211_get_key_rx_seq()
1267 if (tid < 0) in ieee80211_get_key_rx_seq()
1275 if (WARN_ON(tid != 0)) in ieee80211_get_key_rx_seq()
1289 if (WARN_ON(tid < -1 || tid >= IEEE80211_NUM_TIDS)) in ieee80211_get_key_rx_seq()
1291 if (tid < 0) in ieee80211_get_key_rx_seq()
1311 if (WARN_ON(tid < 0 || tid >= IEEE80211_NUM_TIDS)) in ieee80211_set_key_rx_seq()
1318 if (WARN_ON(tid < -1 || tid >= IEEE80211_NUM_TIDS)) in ieee80211_set_key_rx_seq()
1320 if (tid < 0) in ieee80211_set_key_rx_seq()
1342 if (WARN_ON(tid < -1 || tid >= IEEE80211_NUM_TIDS)) in ieee80211_set_key_rx_seq()
[all …]
A Dwme.c60 static inline u8 ieee80211_fix_reserved_tid(u8 tid) in ieee80211_fix_reserved_tid() argument
62 switch (tid) { in ieee80211_fix_reserved_tid()
198 u8 tid = skb->priority & IEEE80211_QOS_CTL_TAG1D_MASK; in ieee80211_set_qos_hdr() local
225 sdata->noack_map & BIT(tid)) { in ieee80211_set_qos_hdr()
230 *p = flags | tid; in ieee80211_set_qos_hdr()
A Dmichael.c30 u8 *da, *sa, tid; in michael_mic_hdr() local
35 tid = ieee80211_get_tid(hdr); in michael_mic_hdr()
37 tid = 0; in michael_mic_hdr()
50 michael_block(mctx, tid); in michael_mic_hdr()
A Dtrace.h134 __entry->tid = params->tid; \
2387 __field(u8, tid)
2397 __entry->tid = txq->txq.tid;
2715 __entry->tid = tid;
2738 __entry->tid = tid;
2759 __entry->tid = tid;
2782 __entry->tid = tid;
3071 u8 tid),
3078 __field(u8, tid)
3084 __entry->tid = tid;
[all …]
A Dsta_info.c363 int ac, tid; in sta_accumulate_removed_link_stats() local
382 for (tid = 0; tid < IEEE80211_NUM_TIDS; tid++) { in sta_accumulate_removed_link_stats()
1888 skb->priority = tid; in ieee80211_send_null_response()
2061 int tid, ac; in ieee80211_sta_ps_deliver_response() local
2082 tid = 7 - 2 * ac; in ieee80211_sta_ps_deliver_response()
2189 int tid; in ieee80211_sta_ps_deliver_response() local
2214 for (tid = 0; tid < ARRAY_SIZE(sta->sta.txq); tid++) { in ieee80211_sta_ps_deliver_response()
2215 if (!sta->sta.txq[tid] || in ieee80211_sta_ps_deliver_response()
2336 u8 tid, bool buffered) in ieee80211_sta_set_buffered() argument
2573 int tid) in sta_get_tidstats_msdu() argument
[all …]
A Dstatus.c89 int tid = *p & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_handle_filtered_frame() local
98 ac = ieee80211_ac_from_tid(tid); in ieee80211_handle_filtered_frame()
191 u16 tid = qc[0] & 0xf; in ieee80211_frame_acked() local
965 int tid = IEEE80211_NUM_TIDS; in __ieee80211_tx_status() local
997 tid = qc[0] & 0xf; in __ieee80211_tx_status()
1001 tid, ssn); in __ieee80211_tx_status()
1005 tid = qc[0] & 0xf; in __ieee80211_tx_status()
1021 tid = (control & in __ieee80211_tx_status()
1025 ieee80211_set_bar_pending(sta, tid, ssn); in __ieee80211_tx_status()
1034 sta->deflink.status_stats.msdu_failed[tid]++; in __ieee80211_tx_status()
[all …]
A Dtx.c819 int tid; in ieee80211_tx_h_sequence() local
1105 int tid) in ieee80211_tx_prep_agg() argument
1176 u16 tid; in ieee80211_aggr_check() local
1209 int tid; in ieee80211_tx_prepare() local
1260 tid_tx, tid); in ieee80211_tx_prepare()
1323 txq = sta->sta.txq[tid]; in ieee80211_get_txq()
1509 txqi->txq.tid = 0; in ieee80211_txq_init()
1532 txqi->txq.tid = tid; in ieee80211_txq_init()
4606 u8 tid; in ieee80211_8023_xmit() local
6093 sta->reserved_tid = tid; in ieee80211_reserve_tid()
[all …]
A Drx.c917 seqno_idx = tid; in ieee80211_parse_qos()
935 tid = 0; in ieee80211_parse_qos()
942 rx->skb->priority = (tid > 7) ? 0 : tid; in ieee80211_parse_qos()
1372 u8 tid, ack_policy; in ieee80211_rx_reorder_ampdu() local
1584 int tid; in sta_ps_start() local
1601 for (tid = 0; tid < IEEE80211_NUM_TIDS; tid++) { in sta_ps_start()
2791 u8 tid; in ieee80211_rx_mesh_fast_forward() local
3258 u16 tid; in ieee80211_rx_h_ctrl() local
3291 event.u.ba.tid = tid; in ieee80211_rx_h_ctrl()
4242 .seqno_idx = tid, in ieee80211_release_reorder_timeout()
[all …]
A Dsta_info.h202 u8 tid; member
253 u8 tid; member
851 void ieee80211_assign_tid_tx(struct sta_info *sta, int tid,
854 #define rcu_dereference_protected_tid_tx(sta, tid) \ argument
855 rcu_dereference_protected((sta)->ampdu_mlme.tid_tx[tid], \
A Dieee80211_i.h2178 const u8 *da, u16 tid,
2193 u16 start_seq_num, u16 ba_policy, u16 tid,
2235 void ieee80211_start_tx_ba_cb(struct sta_info *sta, int tid,
2237 void ieee80211_stop_tx_ba_cb(struct sta_info *sta, int tid,
2384 struct sk_buff *skb, int tid, int link_id,
2394 struct sk_buff *skb, int tid, in ieee80211_tx_skb_tid_band() argument
2398 __ieee80211_tx_skb_tid_band(sdata, skb, tid, -1, band); in ieee80211_tx_skb_tid_band()
2403 struct sk_buff *skb, int tid, int link_id);
2474 static inline int ieee80211_ac_from_tid(int tid) in ieee80211_ac_from_tid() argument
2476 return ieee802_1d_to_ac[tid & 7]; in ieee80211_ac_from_tid()
[all …]
A Ddebugfs_sta.c163 txqi->txq.tid, in sta_aqm_read()
373 unsigned long tid; in sta_agg_status_do_write() local
410 ret = kstrtoul(buf, 0, &tid); in sta_agg_status_do_write()
411 if (ret || tid >= IEEE80211_NUM_TIDS) in sta_agg_status_do_write()
416 ret = ieee80211_start_tx_ba_session(&sta->sta, tid, in sta_agg_status_do_write()
419 ret = ieee80211_stop_tx_ba_session(&sta->sta, tid); in sta_agg_status_do_write()
421 __ieee80211_stop_rx_ba_session(sta, tid, WLAN_BACK_RECIPIENT, in sta_agg_status_do_write()
A Dmlme.c4292 u16 tid; in ieee80211_sta_tx_wmm_ac_notify() local
4300 tid = ieee80211_get_tid(hdr); in ieee80211_sta_tx_wmm_ac_notify()
4301 ac = ieee80211_ac_from_tid(tid); in ieee80211_sta_tx_wmm_ac_notify()
7049 for (tid = 1; tid < 8; tid++) { in ieee80211_parse_adv_t2l()
7054 tid); in ieee80211_parse_adv_t2l()
7675 for (tid = 0; tid < IEEE80211_TTLM_NUM_TIDS; tid++) { in ieee80211_neg_ttlm_add_suggested_map()
7683 map_ind |= BIT(tid); in ieee80211_neg_ttlm_add_suggested_map()
7840 for (tid = 0; tid < IEEE80211_TTLM_NUM_TIDS; tid++) { in ieee80211_parse_neg_ttlm()
7862 for (tid = 0; tid < IEEE80211_TTLM_NUM_TIDS; tid++) { in ieee80211_parse_neg_ttlm()
7879 neg_ttlm->uplink[tid] = map; in ieee80211_parse_neg_ttlm()
[all …]
/net/ceph/
A Dmon_client.c631 WARN_ON(req->tid); in register_generic_request()
634 req->tid = ++monc->last_tid; in register_generic_request()
641 WARN_ON(!req->tid); in send_generic_request()
644 req->request->hdr.tid = cpu_to_le64(req->tid); in send_generic_request()
683 req->tid); in cancel_generic_request()
712 u64 tid = le64_to_cpu(hdr->tid); in get_generic_reply() local
743 u64 tid = le64_to_cpu(msg->hdr.tid); in handle_statfs_reply() local
820 u64 tid = le64_to_cpu(msg->hdr.tid); in handle_get_version_reply() local
829 if (tid != 0 && tid != handle) in handle_get_version_reply()
945 u64 tid = le64_to_cpu(msg->hdr.tid); in handle_command_ack() local
[all …]
A Ddebugfs.c165 seq_printf(s, "%llu statfs\n", req->tid); in monc_show()
167 seq_printf(s, "%llu mon_get_version", req->tid); in monc_show()
169 seq_printf(s, "%llu unknown\n", req->tid); in monc_show()
A Dosd_client.c2349 req->r_request->hdr.tid = cpu_to_le64(req->r_tid); in send_request()
2714 u64 tid = greq->private_data; in map_check_cb() local
2719 req = lookup_request_mc(&osdc->map_checks, tid); in map_check_cb()
2721 dout("%s tid %llu dne\n", __func__, tid); in map_check_cb()
3750 u64 tid = le64_to_cpu(msg->hdr.tid); in handle_reply() local
3755 dout("%s msg %p tid %llu\n", __func__, msg, tid); in handle_reply()
3765 req = lookup_request(&osd->o_requests, tid); in handle_reply()
5413 u64 tid = le64_to_cpu(hdr->tid); in get_reply() local
5425 req = lookup_request(&osd->o_requests, tid); in get_reply()
5428 osd->o_osd, tid); in get_reply()
[all …]
/net/netfilter/
A Dxt_l2tp.c38 u32 tid; member
60 (info->tid != data->tid)) in l2tp_match()
117 data.tid = ntohl(lh->val32); in l2tp_udp_mt()
126 data.tid = (u32) ntohs(lh->val16[0]); in l2tp_udp_mt()
159 data.tid = ntohl(lh->val32); in l2tp_ip_mt()
242 (info->tid > 0xffff)) { in l2tp_mt_check()
244 info->tid); in l2tp_mt_check()
/net/l2tp/
A Dtrace.h57 __field(u32, tid)
65 __entry->tid = tunnel->tunnel_id;
75 __entry->tid,
95 __field(u32, tid)
103 __entry->tid = session->tunnel ? session->tunnel->tunnel_id : 0;
A Dl2tp_core.c326 u16 tid, in l2tp_v2_session_get_next() argument
334 *key = l2tp_v2_session_key(tid, 0); in l2tp_v2_session_get_next()
348 if (tunnel->tunnel_id == tid && in l2tp_v2_session_get_next()
355 if (tunnel->tunnel_id == tid) in l2tp_v2_session_get_next()
364 u32 tid, struct sock *sk, in l2tp_v3_session_get_next() argument
376 if (tunnel && tunnel->tunnel_id == tid && in l2tp_v3_session_get_next()
400 tunnel && tunnel->tunnel_id == tid && in l2tp_v3_session_get_next()
/net/nfc/
A Dllcp_commands.c106 struct nfc_llcp_sdp_tlv *nfc_llcp_build_sdres_tlv(u8 tid, u8 sap) in nfc_llcp_build_sdres_tlv() argument
115 value[0] = tid; in nfc_llcp_build_sdres_tlv()
125 sdres->tid = tid; in nfc_llcp_build_sdres_tlv()
133 struct nfc_llcp_sdp_tlv *nfc_llcp_build_sdreq_tlv(u8 tid, const char *uri, in nfc_llcp_build_sdreq_tlv() argument
161 sdreq->tlv[2] = tid; in nfc_llcp_build_sdreq_tlv()
163 sdreq->tid = tid; in nfc_llcp_build_sdreq_tlv()
597 pr_debug("tid %d for %s\n", sdreq->tid, sdreq->uri); in nfc_llcp_send_snl_sdreq()
A Dllcp.h42 u8 tid; member
229 struct nfc_llcp_sdp_tlv *nfc_llcp_build_sdres_tlv(u8 tid, u8 sap);
230 struct nfc_llcp_sdp_tlv *nfc_llcp_build_sdreq_tlv(u8 tid, const char *uri,
A Dllcp_core.c1273 u8 dsap, ssap, type, length, tid, sap; in nfc_llcp_recv_snl() local
1304 tid = tlv[2]; in nfc_llcp_recv_snl()
1359 sdp = nfc_llcp_build_sdres_tlv(tid, sap); in nfc_llcp_recv_snl()
1373 if (sdp->tid != tlv[2]) in nfc_llcp_recv_snl()
/net/bridge/
A Dbr_netlink_tunnel.c93 __be32 tid = tunnel_id_to_key32(tunnel_id); in br_fill_vlan_tinfo() local
100 be32_to_cpu(tid))) in br_fill_vlan_tinfo()

Completed in 124 milliseconds

12