Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/linux/net/mac80211/
H A Dagg-tx.c61 static void ieee80211_send_addba_request(struct sta_info *sta, u16 tid, in ieee80211_send_addba_request()
103 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn) in ieee80211_send_bar()
133 void ieee80211_assign_tid_tx(struct sta_info *sta, int tid, in ieee80211_assign_tid_tx()
181 ieee80211_agg_stop_txq(struct sta_info *sta, int tid) in ieee80211_agg_stop_txq()
202 ieee80211_agg_start_txq(struct sta_info *sta, int tid, bool enable) in ieee80211_agg_start_txq()
261 static void ieee80211_remove_tid_tx(struct sta_info *sta, int tid) in ieee80211_remove_tid_tx()
290 int __ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 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
492 void ieee80211_tx_ba_session_handle_start(struct sta_info *sta, int tid) in ieee80211_tx_ba_session_handle_start()
[all …]
H A Dagg-rx.c58 void __ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid, in __ieee80211_stop_rx_ba_session()
149 u8 tid = tid_rx->tid; in sta_rx_agg_session_timer_expired() local
230 static void ieee80211_send_addba_resp(struct sta_info *sta, u8 *da, u16 tid, in ieee80211_send_addba_resp()
273 u16 start_seq_num, u16 ba_policy, u16 tid, in __ieee80211_start_rx_ba_session()
473 u16 capab, tid, timeout, ba_policy, buf_size, start_seq_num; in ieee80211_process_addba_request() local
501 const u8 *addr, unsigned int tid) in ieee80211_manage_rx_ba_offl()
519 const u8 *addr, unsigned int tid) in ieee80211_rx_ba_timer_expired()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dagg-rx.c16 mt76_aggr_release(struct mt76_rx_tid *tid, struct sk_buff_head *frames, int idx) in mt76_aggr_release()
32 mt76_rx_aggr_release_frames(struct mt76_rx_tid *tid, in mt76_rx_aggr_release_frames()
45 mt76_rx_aggr_release_head(struct mt76_rx_tid *tid, struct sk_buff_head *frames) in mt76_rx_aggr_release_head()
56 mt76_rx_aggr_check_release(struct mt76_rx_tid *tid, struct sk_buff_head *frames) in mt76_rx_aggr_check_release()
93 struct mt76_rx_tid *tid = container_of(work, struct mt76_rx_tid, in mt76_rx_aggr_reorder_work() local
124 struct mt76_rx_tid *tid; in mt76_rx_aggr_check_ctl() local
153 struct mt76_rx_tid *tid; in mt76_rx_aggr_reorder() local
245 struct mt76_rx_tid *tid; in mt76_rx_aggr_start() local
266 static void mt76_rx_aggr_shutdown(struct mt76_dev *dev, struct mt76_rx_tid *tid) in mt76_rx_aggr_shutdown()
292 struct mt76_rx_tid *tid = NULL; in mt76_rx_aggr_stop() local
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_prs.c49 struct mvpp2_prs_entry *pe, int tid) in __mvpp2_prs_init_from_hw()
81 int tid) in mvpp2_prs_init_from_hw()
383 int tid; in mvpp2_prs_flow_find() local
408 int tid; in mvpp2_prs_tcam_first_free() local
495 int tid; in __mvpp2_prs_mac_promisc_set() local
557 int tid, shift; in mvpp2_prs_dsa_tag_set() local
624 int tid, shift, port_mask; in mvpp2_prs_dsa_tag_ethertype_set() local
691 int tid; in mvpp2_prs_vlan_find() local
733 int tid_aux, tid; in mvpp2_prs_vlan_add() local
818 int tid; in mvpp2_prs_double_vlan_find() local
[all …]
/linux/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_cm.h89 cxgb_mk_tid_release(struct sk_buff *skb, u32 len, u32 tid, u16 chan) in cxgb_mk_tid_release()
101 cxgb_mk_close_con_req(struct sk_buff *skb, u32 len, u32 tid, u16 chan, in cxgb_mk_close_con_req()
115 cxgb_mk_abort_req(struct sk_buff *skb, u32 len, u32 tid, u16 chan, in cxgb_mk_abort_req()
130 cxgb_mk_abort_rpl(struct sk_buff *skb, u32 len, u32 tid, u16 chan) in cxgb_mk_abort_rpl()
143 cxgb_mk_rx_data_ack(struct sk_buff *skb, u32 len, u32 tid, u16 chan, in cxgb_mk_rx_data_ack()
/linux/drivers/net/wireless/marvell/mwifiex/
H A D11n.c99 int tid; in mwifiex_ret_11n_delba() local
145 int tid, tid_down; in mwifiex_ret_11n_addba_req() local
522 mwifiex_get_ba_tbl(struct mwifiex_private *priv, int tid, u8 *ra) in mwifiex_get_ba_tbl()
542 void mwifiex_create_ba_tbl(struct mwifiex_private *priv, u8 *ra, int tid, in mwifiex_create_ba_tbl()
576 int mwifiex_send_addba(struct mwifiex_private *priv, int tid, u8 *peer_mac) in mwifiex_send_addba()
638 int mwifiex_send_delba(struct mwifiex_private *priv, int tid, u8 *peer_mac, in mwifiex_send_delba()
667 void mwifiex_11n_delba(struct mwifiex_private *priv, int tid) in mwifiex_11n_delba()
693 int tid; in mwifiex_11n_delete_ba_stream() local
854 mwifiex_send_delba_txbastream_tbl(struct mwifiex_private *priv, u8 tid) in mwifiex_send_delba_txbastream_tbl()
H A D11n.h58 struct mwifiex_ra_list_tbl *ptr, int tid) in mwifiex_is_station_ampdu_allowed()
71 struct mwifiex_ra_list_tbl *ptr, int tid) in mwifiex_is_ampdu_allowed()
90 mwifiex_is_amsdu_allowed(struct mwifiex_private *priv, int tid) in mwifiex_is_amsdu_allowed()
133 int tid; in mwifiex_find_stream_to_delete() local
H A D11n_rxreorder.c230 mwifiex_11n_get_rx_reorder_tbl(struct mwifiex_private *priv, int tid, u8 *ta) in mwifiex_11n_get_rx_reorder_tbl()
330 int tid, int win_size, int seq_num) in mwifiex_11n_create_rx_reorder_tbl()
460 u8 tid; in mwifiex_cmd_11n_addba_rsp_gen() local
548 u16 seq_num, u16 tid, in mwifiex_11n_rx_reorder_pkt()
660 mwifiex_del_ba_tbl(struct mwifiex_private *priv, int tid, u8 *peer_mac, in mwifiex_del_ba_tbl()
716 int tid, win_size; in mwifiex_ret_11n_addba_resp() local
/linux/tools/perf/dlfilters/
H A Ddlfilter-show-cycles.c29 __s32 tid; member
47 static struct entry *find_entry(__s32 tid) in find_entry()
72 static void add_entry(__s32 tid, int pos, __u64 cnt) in add_entry()
83 __s32 tid = sample->tid; in filter_event_early() local
109 __s32 tid = sample->tid; in filter_event() local
/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c445 unsigned int tid = csk->tid; in send_close_req() local
896 unsigned int tid = GET_TID(req); in do_act_establish() local
1047 unsigned int tid = GET_TID(rpl); in do_act_open_rpl() local
1096 unsigned int tid = GET_TID(req); in do_peer_close() local
1117 unsigned int tid = GET_TID(rpl); in do_close_con_rpl() local
1156 unsigned int tid = GET_TID(req); in do_abort_req_rss() local
1204 unsigned int tid = GET_TID(rpl); in do_abort_rpl_rss() local
1228 unsigned int tid = GET_TID(cpl); in do_rx_data() local
1250 unsigned int tid = GET_TID(cpl); in do_rx_iscsi_hdr() local
1357 u32 tid = GET_TID(cpl); in do_rx_iscsi_data() local
[all …]
/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c121 void ath_tx_queue_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_queue_tid()
133 struct ath_atx_tid *tid = (struct ath_atx_tid *) queue->drv_priv; in ath9k_wake_tx_queue() local
153 static void ath_send_bar(struct ath_atx_tid *tid, u16 seqno) in ath_send_bar()
233 ath_tid_pull(struct ath_atx_tid *tid, struct sk_buff **skbuf) in ath_tid_pull()
267 static int ath_tid_dequeue(struct ath_atx_tid *tid, in ath_tid_dequeue()
278 static void ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_flush_tid()
317 static void ath_tx_update_baw(struct ath_atx_tid *tid, struct ath_buf *bf) in ath_tx_update_baw()
339 static void ath_tx_addto_baw(struct ath_atx_tid *tid, struct ath_buf *bf) in ath_tx_addto_baw()
361 struct ath_atx_tid *tid) in ath_tid_drain()
486 struct ath_atx_tid *tid, in ath_tx_complete_aggr()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c273 u8 sta_id, tid = IWL_MAX_TID_COUNT; in iwlagn_tx_skb() local
485 struct ieee80211_sta *sta, u16 tid) in iwlagn_tx_agg_stop()
576 struct ieee80211_sta *sta, u16 tid, u16 *ssn) in iwlagn_tx_agg_start()
635 struct ieee80211_sta *sta, u16 tid) in iwlagn_tx_agg_flush()
680 struct ieee80211_sta *sta, u16 tid, u8 buf_size) in iwlagn_tx_agg_oper()
743 static void iwlagn_check_ratid_empty(struct iwl_priv *priv, int sta_id, u8 tid) in iwlagn_check_ratid_empty()
924 int tid = (tx_resp->ra_tid & IWLAGN_TX_RES_TID_MSK) >> in iwl_rx_reply_tx_agg() local
1121 int tid; in iwlagn_rx_reply_tx() local
1272 int tid; in iwlagn_rx_reply_compressed_ba() local
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_defs.h63 unsigned int tid) in lookup_tid()
75 unsigned int tid) in lookup_stid()
94 unsigned int tid) in lookup_atid()
/linux/drivers/net/wireless/intel/iwlwifi/mld/tests/
H A Drx.c19 u8 tid; member
28 u8 tid; member
276 u8 tid = param->dup_data_state.tid; in setup_dup_data_state() local
296 u8 tid = param->rx_pkt.tid; in setup_rx_pkt() local
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c352 int sta_id, u16 *queueptr, u8 tid) in iwl_mvm_disable_txq()
451 int tid; in iwl_mvm_get_queue_agg_tids() local
491 int tid; in iwl_mvm_remove_sta_queue_marking() local
552 u8 sta_id, tid; in iwl_mvm_free_inactive_queue() local
664 int sta_id, int tid, int frame_limit, u16 ssn) in iwl_mvm_reconfig_scd()
701 static int iwl_mvm_redirect_queue(struct iwl_mvm *mvm, int queue, int tid, in iwl_mvm_redirect_queue()
847 u8 sta_id, u8 tid, unsigned int timeout) in iwl_mvm_tvqm_enable_txq()
897 int tid) in iwl_mvm_sta_alloc_queue_tvqm()
931 int queue, u8 sta_id, u8 tid) in iwl_mvm_update_txq_mapping()
1014 int tid; in iwl_mvm_change_queue_tid() local
[all …]
H A Dtx.c23 u16 tid, u16 ssn) in iwl_mvm_bar_check_trigger()
875 struct ieee80211_sta *sta, unsigned int tid) in iwl_mvm_max_amsdu_size()
943 u8 tid; in iwl_mvm_tx_tso() local
1052 int tid; in iwl_mvm_txq_should_update() local
1088 struct iwl_mvm_sta *mvmsta, int tid) in iwl_mvm_tx_pkt_queued()
1119 u8 tid = IWL_MAX_TID_COUNT; in iwl_mvm_tx_mpdu() local
1356 struct ieee80211_sta *sta, u8 tid) in iwl_mvm_check_ratid_empty()
1593 int tid = IWL_TX_RES_GET_TID(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_single() local
1884 int tid = IWL_TX_RES_GET_TID(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_agg() local
1931 static void iwl_mvm_tx_reclaim(struct iwl_mvm *mvm, int sta_id, int tid, in iwl_mvm_tx_reclaim()
[all …]
/linux/fs/jfs/
H A Dacl.c59 static int __jfs_set_acl(tid_t tid, struct inode *inode, int type, in __jfs_set_acl()
101 tid_t tid; in jfs_set_acl() local
130 int jfs_init_acl(tid_t tid, struct inode *inode, struct inode *dir) in jfs_init_acl()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dagg.c104 unsigned int baid, nssn, sta_id, tid; in iwl_mld_handle_bar_frame_release_notif() local
201 u8 tid = ieee80211_get_tid(hdr); in iwl_mld_reorder() local
371 iwl_mld_stop_ba_in_fw(struct iwl_mld *mld, struct ieee80211_sta *sta, int tid) in iwl_mld_stop_ba_in_fw()
396 int tid, u16 ssn, u16 buf_size) in iwl_mld_start_ba_in_fw()
499 int tid, u16 ssn, u16 buf_size, u16 timeout) in iwl_mld_ampdu_rx_start()
596 int tid) in iwl_mld_ampdu_rx_stop()
/linux/fs/jbd2/
H A Djournal.c482 int jbd2_log_start_commit(journal_t *journal, tid_t tid) in jbd2_log_start_commit()
502 tid_t tid; in __jbd2_journal_force_commit() local
576 tid_t tid = journal->j_running_transaction->t_tid; in jbd2_journal_start_commit() local
603 int jbd2_trans_will_send_data_barrier(journal_t *journal, tid_t tid) in jbd2_trans_will_send_data_barrier()
652 int jbd2_log_wait_commit(journal_t *journal, tid_t tid) in jbd2_log_wait_commit()
701 int jbd2_fc_begin_commit(journal_t *journal, tid_t tid) in jbd2_fc_begin_commit()
740 static int __jbd2_fc_end_commit(journal_t *journal, tid_t tid, bool fallback) in __jbd2_fc_end_commit()
763 tid_t tid; in jbd2_fc_end_commit_fallback() local
774 int jbd2_transaction_committed(journal_t *journal, tid_t tid) in jbd2_transaction_committed()
787 int jbd2_complete_transaction(journal_t *journal, tid_t tid) in jbd2_complete_transaction()
[all …]
/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_leaf.c130 u8 tid; member
135 u8 tid; member
155 u8 tid; member
164 u8 tid; member
174 u8 tid; member
188 u8 tid; member
196 u8 tid; member
232 u8 tid; member
244 u8 tid; member
257 u8 tid; member
[all …]
/linux/tools/perf/util/
H A Dthread_map.c62 struct perf_thread_map *thread_map__new_by_tid(pid_t tid) in thread_map__new_by_tid()
151 struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid) in thread_map__new()
225 pid_t tid, prev_tid = INT_MAX; in thread_map__new_by_tid_str() local
270 struct perf_thread_map *thread_map__new_str(const char *pid, const char *tid, bool all_threads) in thread_map__new_str()
/linux/tools/perf/scripts/python/
H A Dtask-analyzer.py304 def __init__(self, pid, tid, comm, runs, acc, mean, argument
534 def __init__(self, id, tid, cpu, comm): argument
722 def _handle_task_finish(tid, cpu, time, perf_sample_dict): argument
752 def _handle_task_start(tid, cpu, comm, time): argument
777 def _limit_filtered(tid, pid, comm): argument
/linux/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c130 pid_t pid = getpid(), tid = syscall(SYS_gettid); in tracee_zap_segment() local
164 pid_t pid = getpid(), tid = syscall(SYS_gettid); in main() local
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dsw.c68 u8 tid; in rtl92d_init_sw_vars() local
177 u8 tid; in rtl92d_deinit_sw_vars() local
/linux/kernel/trace/
H A Dtrace_btf.c58 u32 tid; member
77 u32 tid, cur_offset = 0; in btf_find_struct_member() local

12345678910>>...17