/linux-4.1.27/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.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 552 unsigned int nidx = idx - adap->tids.ftid_base; in filter_rpl() 556 if (idx >= adap->tids.ftid_base && nidx < in filter_rpl() 557 (adap->tids.nftids + adap->tids.nsftids)) { in filter_rpl() 560 f = &adap->tids.ftid_tab[idx]; in filter_rpl() 1138 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in set_filter_wr() 1167 ftid = adapter->tids.ftid_base + fidx; in set_filter_wr() 1258 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in del_filter_wr() 1264 ftid = adapter->tids.ftid_base + fidx; in del_filter_wr() 1585 struct adapter *adap = container_of(t, struct adapter, tids); in cxgb4_queue_tid_release() 1622 mk_tid_release(skb, chan, p - adap->tids.tid_tab); in process_tid_release_list() [all …]
|
D | cxgb4_uld.h | 232 struct tid_info *tids; /* TID table */ member
|
D | cxgb4.h | 708 struct tid_info tids; member
|
D | sge.c | 1653 if (adap->tids.nsftids) in ofld_send()
|
/linux-4.1.27/net/mac80211/ |
D | sta_info.c | 666 unsigned long tids; in __sta_info_recalc_tim() local 676 tids = ieee80211_tids_for_ac(ac); in __sta_info_recalc_tim() 679 sta->driver_buffered_tids & tids; in __sta_info_recalc_tim() 681 sta->txq_buffered_tids & tids; in __sta_info_recalc_tim() 1307 static int find_highest_prio_tid(unsigned long tids) in find_highest_prio_tid() argument 1310 if (tids & 0xF8) in find_highest_prio_tid() 1311 return fls(tids) - 1; in find_highest_prio_tid() 1313 if (tids & BIT(0)) in find_highest_prio_tid() 1315 return fls(tids) - 1; in find_highest_prio_tid() 1337 unsigned long tids; in ieee80211_sta_ps_deliver_response() local [all …]
|
D | trace.h | 1287 u16 tids, int num_frames, 1291 TP_ARGS(local, sta, tids, num_frames, reason, more_data), 1296 __field(u16, tids) 1305 __entry->tids = tids; 1314 LOCAL_PR_ARG, STA_PR_ARG, __entry->tids, __entry->num_frames, 1322 u16 tids, int num_frames, 1326 TP_ARGS(local, sta, tids, num_frames, reason, more_data) 1332 u16 tids, int num_frames, 1336 TP_ARGS(local, sta, tids, num_frames, reason, more_data)
|
D | driver-ops.h | 956 struct sta_info *sta, u16 tids, int num_frames, in drv_release_buffered_frames() argument 960 trace_drv_release_buffered_frames(local, &sta->sta, tids, num_frames, in drv_release_buffered_frames() 963 local->ops->release_buffered_frames(&local->hw, &sta->sta, tids, in drv_release_buffered_frames() 971 struct sta_info *sta, u16 tids, int num_frames, in drv_allow_buffered_frames() argument 975 trace_drv_allow_buffered_frames(local, &sta->sta, tids, num_frames, in drv_allow_buffered_frames() 979 tids, num_frames, reason, in drv_allow_buffered_frames()
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 696 cxgb4_free_atid(lldi->tids, csk->atid); in free_atid() 710 struct tid_info *t = lldi->tids; in do_act_establish() 733 cxgb4_insert_tid(lldi->tids, csk, tid); in do_act_establish() 863 struct tid_info *t = lldi->tids; in do_act_open_rpl() 883 cxgb4_remove_tid(lldi->tids, csk->port_id, GET_TID(rpl)); in do_act_open_rpl() 908 struct tid_info *t = lldi->tids; in do_peer_close() 929 struct tid_info *t = lldi->tids; in do_close_con_rpl() 968 struct tid_info *t = lldi->tids; in do_abort_req_rss() 1016 struct tid_info *t = lldi->tids; in do_abort_rpl_rss() 1041 struct tid_info *t = lldi->tids; in do_rx_data() [all …]
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 302 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid); in _c4iw_free_ep() 446 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in act_open_req_arp_failure() 1062 struct tid_info *t = dev->rdev.lldi.tids; in act_establish() 1678 struct tid_info *t = dev->rdev.lldi.tids; in rx_data() 1731 struct tid_info *t = dev->rdev.lldi.tids; in abort_rpl() 1973 ep->atid = cxgb4_alloc_atid(ep->com.dev->rdev.lldi.tids, ep); in c4iw_reconnect() 2024 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in c4iw_reconnect() 2044 struct tid_info *t = dev->rdev.lldi.tids; in act_open_rpl() 2122 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, GET_TID(rpl)); in act_open_rpl() 2136 struct tid_info *t = dev->rdev.lldi.tids; in pass_open_rpl() [all …]
|
/linux-4.1.27/drivers/net/wireless/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 | 1280 tid_data = &sta_entry->tids[tid]; in rtl_action_proc() 1426 tid_data = &sta_entry->tids[tid]; in rtl_tx_agg_start() 1456 tid_data = &sta_entry->tids[tid]; in rtl_tx_agg_stop() 1457 sta_entry->tids[tid].agg.agg_state = RTL_AGG_STOP; in rtl_tx_agg_stop() 1479 tid_data = &sta_entry->tids[tid]; in rtl_rx_agg_start() 1505 sta_entry->tids[tid].agg.rx_agg_state = RTL_RX_AGG_STOP; in rtl_rx_agg_stop() 1525 sta_entry->tids[tid].agg.agg_state = RTL_AGG_OPERATIONAL; in rtl_tx_agg_oper()
|
D | wifi.h | 1311 struct rtl_tid_data tids[MAX_TID_COUNT]; member 1355 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.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | sta.h | 413 u16 cnt, u16 tids, bool more_data,
|
D | mac80211.c | 2489 struct ieee80211_sta *sta, u16 tids, in iwl_mvm_mac_allow_buffered_frames() argument 2499 tids, more_data, false); in iwl_mvm_mac_allow_buffered_frames() 2504 struct ieee80211_sta *sta, u16 tids, in iwl_mvm_mac_release_buffered_frames() argument 2514 tids, more_data, true); in iwl_mvm_mac_release_buffered_frames() 2524 unsigned long txqs = 0, tids = 0; in iwl_mvm_mac_sta_notify() local 2540 __set_bit(tid, &tids); in iwl_mvm_mac_sta_notify() 2548 for_each_set_bit(tid, &tids, IWL_MAX_TID_COUNT) in iwl_mvm_mac_sta_notify()
|
D | sta.c | 1584 u16 cnt, u16 tids, bool more_data, in iwl_mvm_sta_modify_sleep_tx_count() argument 1596 unsigned long _tids = tids; in iwl_mvm_sta_modify_sleep_tx_count()
|
/linux-4.1.27/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.1.27/include/net/ |
D | mac80211.h | 3311 u16 tids, int num_frames, 3316 u16 tids, int num_frames,
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 1625 u16 tids, int nframes, in ath9k_release_buffered_frames() argument 1640 for (i = 0; tids && nframes; i++, tids >>= 1) { in ath9k_release_buffered_frames() 1643 if (!(tids & 1)) in ath9k_release_buffered_frames()
|
D | ath9k.h | 586 u16 tids, int nframes,
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/ |
D | trx.c | 528 if (mac->tids[tid].agg.agg_state == RTL_AGG_ON && in rtl92cu_tx_fill_desc()
|
/linux-4.1.27/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
|