Home
last modified time | relevance | path

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

12345678910>>...19

/linux/net/mac80211/
H A Dagg-tx.c62 const u8 *da, u16 tid, in ieee80211_send_addba_request()
112 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn) in ieee80211_send_bar()
142 void ieee80211_assign_tid_tx(struct sta_info *sta, int tid, in ieee80211_assign_tid_tx()
190 ieee80211_agg_stop_txq(struct sta_info *sta, int tid) in ieee80211_agg_stop_txq()
211 ieee80211_agg_start_txq(struct sta_info *sta, int tid, bool enable) in ieee80211_agg_start_txq()
270 static void ieee80211_remove_tid_tx(struct sta_info *sta, int tid) in ieee80211_remove_tid_tx()
299 int __ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid, in __ieee80211_stop_tx_ba_session()
436 u8 tid = tid_tx->tid; in sta_addba_resp_timer_expired() local
457 u8 tid = tid_tx->tid; in ieee80211_send_addba_with_timeout() local
496 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()
148 u8 tid = tid_rx->tid; in sta_rx_agg_session_timer_expired() local
191 static void ieee80211_send_addba_resp(struct sta_info *sta, u8 *da, u16 tid, in ieee80211_send_addba_resp()
247 u16 start_seq_num, u16 ba_policy, u16 tid, in __ieee80211_start_rx_ba_session()
443 u16 capab, tid, timeout, ba_policy, buf_size, start_seq_num; in ieee80211_process_addba_request() local
484 const u8 *addr, unsigned int tid) in ieee80211_manage_rx_ba_offl()
502 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.c47 int tid) in mvpp2_prs_init_from_hw()
367 int tid; in mvpp2_prs_flow_find() local
392 int tid; in mvpp2_prs_tcam_first_free() local
478 int tid; in mvpp2_prs_mac_promisc_set() local
530 int tid, shift; in mvpp2_prs_dsa_tag_set() local
597 int tid, shift, port_mask; in mvpp2_prs_dsa_tag_ethertype_set() local
664 int tid; in mvpp2_prs_vlan_find() local
706 int tid_aux, tid; in mvpp2_prs_vlan_add() local
791 int tid; in mvpp2_prs_double_vlan_find() local
824 int tid_aux, tid, ai, ret = 0; in mvpp2_prs_double_vlan_add() 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/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/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()
135 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/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()
H A Dcxgb3_offload.c376 struct tid_range *tid; in cxgb_offload_ctl() local
536 void *ctx, unsigned int tid) in cxgb3_insert_tid()
550 static inline void mk_tid_release(struct sk_buff *skb, unsigned int tid) in mk_tid_release()
604 void cxgb3_queue_tid_release(struct t3cdev *tdev, unsigned int tid) in cxgb3_queue_tid_release()
627 void cxgb3_remove_tid(struct t3cdev *tdev, void *ctx, unsigned int tid) in cxgb3_remove_tid()
801 unsigned int tid = GET_TID(req); in do_cr() local
859 unsigned int tid = GET_TID(req); in do_abort_req_rss() local
895 unsigned int tid = GET_TID(req); in do_act_establish() local
1088 static void set_l2t_ix(struct t3cdev *tdev, u32 tid, struct l2t_entry *e) in set_l2t_ix()
1117 u32 tid; in cxgb_redirect() 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/fs/jfs/
H A Dnamei.c66 tid_t tid; /* transaction id */ in jfs_create() local
199 tid_t tid; /* transaction id */ in jfs_mkdir() local
336 tid_t tid; /* transaction id */ in jfs_rmdir() local
466 tid_t tid; /* transaction id */ in jfs_unlink() local
623 static s64 commitZeroLink(tid_t tid, struct inode *ip) in commitZeroLink()
790 tid_t tid; in jfs_link() local
882 tid_t tid; in jfs_symlink() local
1079 tid_t tid; in jfs_rename() local
1365 tid_t tid; in jfs_mknod() local
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()
H A Djfs_xtree.c513 int xtInsert(tid_t tid, /* transaction id */ in xtInsert()
664 xtSplitUp(tid_t tid, in xtSplitUp()
934 xtSplitPage(tid_t tid, struct inode *ip, in xtSplitPage()
1201 xtSplitRoot(tid_t tid, in xtSplitRoot()
1336 int xtExtend(tid_t tid, /* transaction id */ in xtExtend()
1498 int xtUpdate(tid_t tid, struct inode *ip, xad_t * nxad) in xtUpdate()
1941 int xtAppend(tid_t tid, /* transaction id */ in xtAppend()
2099 void xtInitRoot(tid_t tid, struct inode *ip) in xtInitRoot()
2188 s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int flag) in xtTruncate()
2744 s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size) in xtTruncate_pmap()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c271 u8 sta_id, tid = IWL_MAX_TID_COUNT; in iwlagn_tx_skb() local
483 struct ieee80211_sta *sta, u16 tid) in iwlagn_tx_agg_stop()
574 struct ieee80211_sta *sta, u16 tid, u16 *ssn) in iwlagn_tx_agg_start()
633 struct ieee80211_sta *sta, u16 tid) in iwlagn_tx_agg_flush()
678 struct ieee80211_sta *sta, u16 tid, u8 buf_size) in iwlagn_tx_agg_oper()
741 static void iwlagn_check_ratid_empty(struct iwl_priv *priv, int sta_id, u8 tid) in iwlagn_check_ratid_empty()
922 int tid = (tx_resp->ra_tid & IWLAGN_TX_RES_TID_MSK) >> in iwl_rx_reply_tx_agg() local
1119 int tid; in iwlagn_rx_reply_tx() local
1270 int tid; in iwlagn_rx_reply_compressed_ba() local
/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c122 void ath_tx_queue_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_queue_tid()
134 struct ath_atx_tid *tid = (struct ath_atx_tid *) queue->drv_priv; in ath9k_wake_tx_queue() local
154 static void ath_send_bar(struct ath_atx_tid *tid, u16 seqno) in ath_send_bar()
234 ath_tid_pull(struct ath_atx_tid *tid, struct sk_buff **skbuf) in ath_tid_pull()
268 static int ath_tid_dequeue(struct ath_atx_tid *tid, in ath_tid_dequeue()
279 static void ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_flush_tid()
318 static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid, in ath_tx_update_baw()
341 static void ath_tx_addto_baw(struct ath_softc *sc, struct ath_atx_tid *tid, in ath_tx_addto_baw()
364 struct ath_atx_tid *tid) in ath_tid_drain()
490 struct ath_atx_tid *tid, in ath_tx_complete_aggr()
[all …]
/linux/tools/perf/util/
H A Dthreads.c6 static struct threads_table_entry *threads__table(struct threads *threads, pid_t tid) in threads__table()
65 pid_t tid) in __threads_table_entry__get_last_match()
92 struct thread *threads__find(struct threads *threads, pid_t tid) in threads__find()
109 struct thread *threads__findnew(struct threads *threads, pid_t pid, pid_t tid, bool *created) in threads__findnew()
H A Dthread_map.c62 struct perf_thread_map *thread_map__new_by_tid(pid_t tid) in thread_map__new_by_tid()
170 struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new()
247 pid_t tid, prev_tid = INT_MAX; in thread_map__new_by_tid_str() local
292 struct perf_thread_map *thread_map__new_str(const char *pid, const char *tid, in thread_map__new_str()
/linux/fs/jbd2/
H A Djournal.c506 int jbd2_log_start_commit(journal_t *journal, tid_t tid) in jbd2_log_start_commit() argument
526 tid_t tid; in __jbd2_journal_force_commit() local
600 tid_t tid = journal->j_running_transaction->t_tid; in jbd2_journal_start_commit() local
627 jbd2_trans_will_send_data_barrier(journal_t * journal,tid_t tid) jbd2_trans_will_send_data_barrier() argument
666 jbd2_log_wait_commit(journal_t * journal,tid_t tid) jbd2_log_wait_commit() argument
715 jbd2_fc_begin_commit(journal_t * journal,tid_t tid) jbd2_fc_begin_commit() argument
755 __jbd2_fc_end_commit(journal_t * journal,tid_t tid,bool fallback) __jbd2_fc_end_commit() argument
779 tid_t tid; jbd2_fc_end_commit_fallback() local
790 jbd2_transaction_committed(journal_t * journal,tid_t tid) jbd2_transaction_committed() argument
813 jbd2_complete_transaction(journal_t * journal,tid_t tid) jbd2_complete_transaction() argument
1051 jbd2_journal_get_log_tail(journal_t * journal,tid_t * tid,unsigned long * block) jbd2_journal_get_log_tail() argument
1090 __jbd2_update_log_tail(journal_t * journal,tid_t tid,unsigned long block) __jbd2_update_log_tail() argument
1132 jbd2_update_log_tail(journal_t * journal,tid_t tid,unsigned long block) jbd2_update_log_tail() argument
2444 tid_t tid = transaction->t_tid; jbd2_journal_flush() local
[all...]
/linux/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c201 static inline unsigned int compute_store_pattern(unsigned int tid, in compute_store_pattern()
256 static inline void start_verification_log(unsigned int tid, in start_verification_log()
291 static inline void log_anamoly(unsigned int tid, unsigned int *addr, in log_anamoly()
307 static inline void end_verification_log(unsigned int tid, unsigned nr_anamolies) in end_verification_log()
357 static void verify_chunk(unsigned int tid, unsigned int *next_store_addr, in verify_chunk()
460 unsigned int tid = *((unsigned int *)arg); in rim_fn() local
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c352 int sta_id, u16 *queueptr, u8 tid) in iwl_mvm_disable_txq() argument
451 int tid; in iwl_mvm_get_queue_agg_tids() local
491 int tid; iwl_mvm_remove_sta_queue_marking() local
552 u8 sta_id, tid; iwl_mvm_free_inactive_queue() local
664 iwl_mvm_reconfig_scd(struct iwl_mvm * mvm,int queue,int fifo,int sta_id,int tid,int frame_limit,u16 ssn) iwl_mvm_reconfig_scd() argument
701 iwl_mvm_redirect_queue(struct iwl_mvm * mvm,int queue,int tid,int ac,int ssn,unsigned int wdg_timeout,bool force,struct iwl_mvm_txq * txq) iwl_mvm_redirect_queue() argument
847 iwl_mvm_tvqm_enable_txq(struct iwl_mvm * mvm,struct ieee80211_sta * sta,u8 sta_id,u8 tid,unsigned int timeout) iwl_mvm_tvqm_enable_txq() argument
912 iwl_mvm_sta_alloc_queue_tvqm(struct iwl_mvm * mvm,struct ieee80211_sta * sta,u8 ac,int tid) iwl_mvm_sta_alloc_queue_tvqm() argument
946 iwl_mvm_update_txq_mapping(struct iwl_mvm * mvm,struct ieee80211_sta * sta,int queue,u8 sta_id,u8 tid) iwl_mvm_update_txq_mapping() argument
1029 int tid; iwl_mvm_change_queue_tid() local
1065 int tid = -1; iwl_mvm_unshare_queue() local
1152 unsigned int tid; iwl_mvm_remove_inactive_tids() local
1260 int tid; iwl_mvm_inactivity_check() local
1338 iwl_mvm_sta_alloc_queue(struct iwl_mvm * mvm,struct ieee80211_sta * sta,u8 ac,int tid) iwl_mvm_sta_alloc_queue() argument
1545 u8 tid; iwl_mvm_add_new_dqa_stream_wk() local
2795 iwl_mvm_fw_baid_op_sta(struct iwl_mvm * mvm,struct ieee80211_sta * sta,bool start,int tid,u16 ssn,u16 buf_size) iwl_mvm_fw_baid_op_sta() argument
2844 iwl_mvm_fw_baid_op_cmd(struct iwl_mvm * mvm,struct ieee80211_sta * sta,bool start,int tid,u16 ssn,u16 buf_size,int baid) iwl_mvm_fw_baid_op_cmd() argument
2892 iwl_mvm_fw_baid_op(struct iwl_mvm * mvm,struct ieee80211_sta * sta,bool start,int tid,u16 ssn,u16 buf_size,int baid) iwl_mvm_fw_baid_op() argument
2905 iwl_mvm_sta_rx_agg(struct iwl_mvm * mvm,struct ieee80211_sta * sta,int tid,u16 ssn,bool start,u16 buf_size,u16 timeout) iwl_mvm_sta_rx_agg() argument
3041 iwl_mvm_sta_tx_agg(struct iwl_mvm * mvm,struct ieee80211_sta * sta,int tid,u8 queue,bool start) iwl_mvm_sta_tx_agg() argument
3111 iwl_mvm_sta_tx_agg_start(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,u16 tid,u16 * ssn) iwl_mvm_sta_tx_agg_start() argument
3216 iwl_mvm_sta_tx_agg_oper(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,u16 tid,u16 buf_size,bool amsdu) iwl_mvm_sta_tx_agg_oper() argument
3369 iwl_mvm_sta_tx_agg_stop(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,u16 tid) iwl_mvm_sta_tx_agg_stop() argument
3442 iwl_mvm_sta_tx_agg_flush(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,u16 tid) iwl_mvm_sta_tx_agg_flush() argument
4087 int tid, ret; iwl_mvm_sta_modify_sleep_tx_count() local
[all...]
H A Dtx.c22 u16 tid, u16 ssn) in iwl_mvm_bar_check_trigger()
876 struct ieee80211_sta *sta, unsigned int tid) in iwl_mvm_max_amsdu_size()
1016 u8 tid; in iwl_mvm_tx_tso() local
1126 int tid; in iwl_mvm_txq_should_update() local
1162 struct iwl_mvm_sta *mvmsta, int tid) in iwl_mvm_tx_pkt_queued()
1193 u8 tid = IWL_MAX_TID_COUNT; in iwl_mvm_tx_mpdu() local
1428 struct ieee80211_sta *sta, u8 tid) in iwl_mvm_check_ratid_empty()
1692 int tid = IWL_MVM_TX_RES_GET_TID(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_single() local
1983 int tid = IWL_MVM_TX_RES_GET_TID(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_agg() local
2030 static void iwl_mvm_tx_reclaim(struct iwl_mvm *mvm, int sta_id, int tid, in iwl_mvm_tx_reclaim()
[all …]
/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/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_leaf.c123 u8 tid; member
128 u8 tid; member
148 u8 tid; member
157 u8 tid; member
167 u8 tid; member
174 u8 tid; member
210 u8 tid; member
222 u8 tid; member
235 u8 tid; member
239 u8 tid; member
[all …]

12345678910>>...19