/linux-4.4.14/tools/perf/tests/ |
D | switch-tracking.c | 54 pid_t *tids; member 87 if (!switch_tracking->tids) { in check_cpu() 88 switch_tracking->tids = calloc(nr, sizeof(pid_t)); in check_cpu() 89 if (!switch_tracking->tids) in check_cpu() 92 switch_tracking->tids[i] = -1; in check_cpu() 100 addr = realloc(switch_tracking->tids, nr * sizeof(pid_t)); in check_cpu() 103 switch_tracking->tids = addr; in check_cpu() 105 switch_tracking->tids[i] = -1; in check_cpu() 141 if (switch_tracking->tids[cpu] != -1 && in process_sample_event() 142 switch_tracking->tids[cpu] != prev_tid) { in process_sample_event() [all …]
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | user_sdma.c | 244 u32 *tids; member 631 u16 ntids = iovec[idx].iov_len / sizeof(*req->tids); in hfi1_user_sdma_process_request() 637 req->tids = kcalloc(ntids, sizeof(*req->tids), GFP_KERNEL); in hfi1_user_sdma_process_request() 638 if (!req->tids) { in hfi1_user_sdma_process_request() 648 ret = copy_from_user(req->tids, iovec[idx].iov_base, in hfi1_user_sdma_process_request() 649 ntids * sizeof(*req->tids)); in hfi1_user_sdma_process_request() 744 u32 tidlen = EXP_TID_GET(req->tids[req->tididx], LEN) * in compute_data_length() 751 req->tids[req->tididx]) { in compute_data_length() 752 tidlen = EXP_TID_GET(req->tids[req->tididx], in compute_data_length() 1123 u32 tidval = req->tids[req->tididx], in check_header_template() [all …]
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 564 unsigned int nidx = idx - adap->tids.ftid_base; in filter_rpl() 568 if (idx >= adap->tids.ftid_base && nidx < in filter_rpl() 569 (adap->tids.nftids + adap->tids.nsftids)) { in filter_rpl() 572 f = &adap->tids.ftid_tab[idx]; in filter_rpl() 1169 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in set_filter_wr() 1198 ftid = adapter->tids.ftid_base + fidx; in set_filter_wr() 1289 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in del_filter_wr() 1295 ftid = adapter->tids.ftid_base + fidx; in del_filter_wr() 1615 struct adapter *adap = container_of(t, struct adapter, tids); in cxgb4_queue_tid_release() 1652 mk_tid_release(skb, chan, p - adap->tids.tid_tab); in process_tid_release_list() [all …]
|
D | cxgb4_uld.h | 241 struct tid_info *tids; /* TID table */ member
|
D | cxgb4_debugfs.c | 2565 const struct tid_info *t = &adap->tids; in tid_info_show() 2578 adap->tids.hash_base, in tid_info_show() 2587 adap->tids.hash_base, in tid_info_show() 2594 adap->tids.hash_base, in tid_info_show()
|
D | cxgb4.h | 740 struct tid_info tids; member
|
D | sge.c | 1680 if (adap->tids.nsftids) in ofld_send()
|
/linux-4.4.14/net/mac80211/ |
D | sta_info.c | 680 unsigned long tids; in __sta_info_recalc_tim() local 690 tids = ieee80211_tids_for_ac(ac); in __sta_info_recalc_tim() 693 sta->driver_buffered_tids & tids; in __sta_info_recalc_tim() 695 sta->txq_buffered_tids & tids; in __sta_info_recalc_tim() 1326 static int find_highest_prio_tid(unsigned long tids) in find_highest_prio_tid() argument 1329 if (tids & 0xF8) in find_highest_prio_tid() 1330 return fls(tids) - 1; in find_highest_prio_tid() 1332 if (tids & BIT(0)) in find_highest_prio_tid() 1334 return fls(tids) - 1; in find_highest_prio_tid() 1356 unsigned long tids; in ieee80211_sta_ps_deliver_response() local [all …]
|
D | driver-ops.h | 782 struct sta_info *sta, u16 tids, int num_frames, in drv_release_buffered_frames() argument 786 trace_drv_release_buffered_frames(local, &sta->sta, tids, num_frames, in drv_release_buffered_frames() 789 local->ops->release_buffered_frames(&local->hw, &sta->sta, tids, in drv_release_buffered_frames() 797 struct sta_info *sta, u16 tids, int num_frames, in drv_allow_buffered_frames() argument 801 trace_drv_allow_buffered_frames(local, &sta->sta, tids, num_frames, in drv_allow_buffered_frames() 805 tids, num_frames, reason, in drv_allow_buffered_frames()
|
D | trace.h | 1319 u16 tids, int num_frames, 1323 TP_ARGS(local, sta, tids, num_frames, reason, more_data), 1328 __field(u16, tids) 1337 __entry->tids = tids; 1346 LOCAL_PR_ARG, STA_PR_ARG, __entry->tids, __entry->num_frames, 1354 u16 tids, int num_frames, 1358 TP_ARGS(local, sta, tids, num_frames, reason, more_data) 1364 u16 tids, int num_frames, 1368 TP_ARGS(local, sta, tids, num_frames, reason, more_data)
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 703 cxgb4_free_atid(lldi->tids, csk->atid); in free_atid() 717 struct tid_info *t = lldi->tids; in do_act_establish() 740 cxgb4_insert_tid(lldi->tids, csk, tid); in do_act_establish() 870 struct tid_info *t = lldi->tids; in do_act_open_rpl() 890 cxgb4_remove_tid(lldi->tids, csk->port_id, GET_TID(rpl)); in do_act_open_rpl() 915 struct tid_info *t = lldi->tids; in do_peer_close() 936 struct tid_info *t = lldi->tids; in do_close_con_rpl() 975 struct tid_info *t = lldi->tids; in do_abort_req_rss() 1023 struct tid_info *t = lldi->tids; in do_abort_rpl_rss() 1048 struct tid_info *t = lldi->tids; in do_rx_data() [all …]
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 313 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid); in _c4iw_free_ep() 463 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in act_open_req_arp_failure() 1115 struct tid_info *t = dev->rdev.lldi.tids; in act_establish() 1735 struct tid_info *t = dev->rdev.lldi.tids; in rx_data() 1788 struct tid_info *t = dev->rdev.lldi.tids; in abort_rpl() 2032 ep->atid = cxgb4_alloc_atid(ep->com.dev->rdev.lldi.tids, ep); in c4iw_reconnect() 2084 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in c4iw_reconnect() 2104 struct tid_info *t = dev->rdev.lldi.tids; in act_open_rpl() 2197 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, GET_TID(rpl)); in act_open_rpl() 2211 struct tid_info *t = dev->rdev.lldi.tids; in pass_open_rpl() [all …]
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
D | rc.c | 184 if (sta_entry->tids[tid].agg.agg_state == RTL_AGG_STOP) in _rtl_tx_aggr_check() 221 sta_entry->tids[tid].agg.agg_state = in rtl_tx_status()
|
D | base.c | 1278 tid_data = &sta_entry->tids[tid]; in rtl_action_proc() 1424 tid_data = &sta_entry->tids[tid]; in rtl_tx_agg_start() 1454 tid_data = &sta_entry->tids[tid]; in rtl_tx_agg_stop() 1455 sta_entry->tids[tid].agg.agg_state = RTL_AGG_STOP; in rtl_tx_agg_stop() 1477 tid_data = &sta_entry->tids[tid]; in rtl_rx_agg_start() 1503 sta_entry->tids[tid].agg.rx_agg_state = RTL_RX_AGG_STOP; in rtl_rx_agg_stop() 1523 sta_entry->tids[tid].agg.agg_state = RTL_AGG_OPERATIONAL; in rtl_tx_agg_oper()
|
D | wifi.h | 1330 struct rtl_tid_data tids[MAX_TID_COUNT]; member 1374 struct rtl_tid_data tids[MAX_TID_COUNT]; member
|
D | pci.c | 1608 if (sta_entry->tids[tid].agg.agg_state != RTL_AGG_OPERATIONAL) in rtl_pci_tx_chk_waitq_insert() 1717 sta_entry->tids[tid].seq_number = seq_number; in rtl_pci_tx()
|
D | usb.c | 1006 mac->tids[tid].seq_number = seq_number; in _rtl_usb_tx_preprocess()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | sta.h | 412 u16 cnt, u16 tids, bool more_data,
|
D | mac80211.c | 2577 struct ieee80211_sta *sta, u16 tids, in iwl_mvm_mac_allow_buffered_frames() argument 2587 tids, more_data, false); in iwl_mvm_mac_allow_buffered_frames() 2592 struct ieee80211_sta *sta, u16 tids, in iwl_mvm_mac_release_buffered_frames() argument 2602 tids, more_data, true); in iwl_mvm_mac_release_buffered_frames() 2612 unsigned long txqs = 0, tids = 0; in iwl_mvm_mac_sta_notify() local 2628 __set_bit(tid, &tids); in iwl_mvm_mac_sta_notify() 2636 for_each_set_bit(tid, &tids, IWL_MAX_TID_COUNT) in iwl_mvm_mac_sta_notify()
|
D | sta.c | 1638 u16 cnt, u16 tids, bool more_data, in iwl_mvm_sta_modify_sleep_tx_count() argument 1650 unsigned long _tids = tids; in iwl_mvm_sta_modify_sleep_tx_count()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 2573 unsigned int m, pstructs, tids = t3_mc5_size(&adap->mc5); in partition_mem() local 2577 if (tids <= 16 * 1024) { in partition_mem() 2580 } else if (tids <= 64 * 1024) { in partition_mem() 2583 } else if (tids <= 256 * 1024) { in partition_mem() 2608 m = tids * TCB_SIZE; in partition_mem() 2622 tids = (p->cm_size - m - (3 << 20)) / 3072 - 32; in partition_mem() 2625 if (tids < m) in partition_mem() 2626 adap->params.mc5.nservers += m - tids; in partition_mem()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed.h | 90 u32 tids; member
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 1604 u16 tids, int nframes, in ath9k_release_buffered_frames() argument 1619 for (i = 0; tids && nframes; i++, tids >>= 1) { in ath9k_release_buffered_frames() 1622 if (!(tids & 1)) in ath9k_release_buffered_frames()
|
D | ath9k.h | 584 u16 tids, int nframes,
|
/linux-4.4.14/include/net/ |
D | mac80211.h | 3421 u16 tids, int num_frames, 3426 u16 tids, int num_frames,
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | trx.c | 528 if (mac->tids[tid].agg.agg_state == RTL_AGG_ON && in rtl92cu_tx_fill_desc()
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 274 the tids match and we try to find matching fid on wrong server. Fix read 849 Reconnect tids and fids after session reconnection (still do not
|