Home
last modified time | relevance | path

Searched refs:tids (Results 1 – 25 of 34) sorted by relevance

12

/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.c182 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in del_filter_wr()
212 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in set_filter_wr()
338 if (fidx >= adapter->tids.nftids + adapter->tids.nsftids) in delete_filter()
341 f = &adapter->tids.ftid_tab[fidx]; in delete_filter()
376 if (adapter->tids.ftid_tab) { in clear_all_filters()
377 struct filter_entry *f = &adapter->tids.ftid_tab[0]; in clear_all_filters()
378 unsigned int max_ftid = adapter->tids.nftids + in clear_all_filters()
379 adapter->tids.nsftids; in clear_all_filters()
450 max_fidx = adapter->tids.nftids; in __cxgb4_set_filter()
451 if (filter_id != (max_fidx + adapter->tids.nsftids - 1) && in __cxgb4_set_filter()
[all …]
Dcxgb4_tc_u32.c171 if (filter_id > adapter->tids.nftids) { in cxgb4_config_knode()
174 filter_id, adapter->tids.nftids); in cxgb4_config_knode()
356 if (filter_id > adapter->tids.nftids) { in cxgb4_delete_knode()
359 filter_id, adapter->tids.nftids); in cxgb4_delete_knode()
393 max_tids = adapter->tids.nftids; in cxgb4_delete_knode()
441 unsigned int max_tids = adap->tids.nftids; in cxgb4_init_tc_u32()
Dcxgb4_main.c1208 struct adapter *adap = container_of(t, struct adapter, tids); in cxgb4_queue_tid_release()
1245 mk_tid_release(skb, chan, p - adap->tids.tid_tab); in process_tid_release_list()
1261 struct adapter *adap = container_of(t, struct adapter, tids); in cxgb4_remove_tid()
1295 struct adapter *adap = container_of(t, struct adapter, tids); in tid_init()
2323 stid -= adap->tids.sftid_base; in cxgb4_create_server_filter()
2324 stid += adap->tids.nftids; in cxgb4_create_server_filter()
2328 f = &adap->tids.ftid_tab[stid]; in cxgb4_create_server_filter()
2369 f->tid = stid + adap->tids.ftid_base; in cxgb4_create_server_filter()
2389 stid -= adap->tids.sftid_base; in cxgb4_remove_server_filter()
2390 stid += adap->tids.nftids; in cxgb4_remove_server_filter()
[all …]
Dcxgb4_uld.c325 ciq_size = 64 + adap->vres.cq.size + adap->tids.nftids; in cfg_queues_uld()
636 lld->tids = &adap->tids; in uld_init()
Dcxgb4_uld.h306 struct tid_info *tids; /* TID table */ member
Dcxgb4_debugfs.c2666 const struct tid_info *t = &adap->tids; in tid_info_show()
2681 adap->tids.hash_base, in tid_info_show()
2690 adap->tids.hash_base, in tid_info_show()
2697 adap->tids.hash_base, in tid_info_show()
/drivers/infiniband/hw/hfi1/
Duser_sdma.c410 req->tids = NULL; in hfi1_user_sdma_process_request()
530 u16 ntids = iovec[idx].iov_len / sizeof(*req->tids); in hfi1_user_sdma_process_request()
545 ntids * sizeof(*req->tids)); in hfi1_user_sdma_process_request()
552 req->tids = tmp; in hfi1_user_sdma_process_request()
640 u32 tidlen = EXP_TID_GET(req->tids[req->tididx], LEN) * in compute_data_length()
649 req->tids[req->tididx]) { in compute_data_length()
650 tidlen = EXP_TID_GET(req->tids[req->tididx], in compute_data_length()
1095 u32 tidval = req->tids[req->tididx], in check_header_template()
1204 tidval = req->tids[req->tididx]; in set_txreq_header()
1217 !req->tids[req->tididx]) { in set_txreq_header()
[all …]
Duser_sdma.h185 u32 *tids; member
/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c772 cxgb4_free_atid(lldi->tids, csk->atid); in free_atid()
786 struct tid_info *t = lldi->tids; in do_act_establish()
809 cxgb4_insert_tid(lldi->tids, csk, tid, csk->csk_family); in do_act_establish()
939 struct tid_info *t = lldi->tids; in do_act_open_rpl()
959 cxgb4_remove_tid(lldi->tids, csk->port_id, GET_TID(rpl), in do_act_open_rpl()
985 struct tid_info *t = lldi->tids; in do_peer_close()
1006 struct tid_info *t = lldi->tids; in do_close_con_rpl()
1045 struct tid_info *t = lldi->tids; in do_abort_req_rss()
1093 struct tid_info *t = lldi->tids; in do_abort_rpl_rss()
1118 struct tid_info *t = lldi->tids; in do_rx_data()
[all …]
/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c354 stid = cxgb4_alloc_stid(cdev->lldi.tids, ss_family, cnp); in __cxgbit_setup_cdev_np()
359 cxgb4_free_stid(cdev->lldi.tids, stid, ss_family); in __cxgbit_setup_cdev_np()
370 cxgb4_free_stid(cdev->lldi.tids, stid, in __cxgbit_setup_cdev_np()
562 cxgb4_free_stid(cdev->lldi.tids, stid, in __cxgbit_free_cdev_np()
758 cxgb4_remove_tid(csk->com.cdev->lldi.tids, 0, csk->tid, in _cxgbit_free_csk()
1164 struct tid_info *t = cdev->lldi.tids; in cxgbit_pass_accept_req()
1507 struct tid_info *t = cdev->lldi.tids; in cxgbit_pass_open_rpl()
1529 struct tid_info *t = cdev->lldi.tids; in cxgbit_close_listsrv_rpl()
1551 struct tid_info *t = cdev->lldi.tids; in cxgbit_pass_establish()
1827 struct tid_info *t = lldi->tids; in cxgbit_set_tcb_rpl()
[all …]
Dcxgbit_main.c460 csk = lookup_tid(lldi->tids, tid); in cxgbit_uld_lro_rx_handler()
/drivers/net/wireless/realtek/rtlwifi/
Drc.c189 if (sta_entry->tids[tid].agg.agg_state == RTL_AGG_STOP) in _rtl_tx_aggr_check()
226 sta_entry->tids[tid].agg.agg_state = in rtl_tx_status()
Dbase.c1302 tid_data = &sta_entry->tids[tid]; in rtl_action_proc()
1559 tid_data = &sta_entry->tids[tid]; in rtl_tx_agg_start()
1589 tid_data = &sta_entry->tids[tid]; in rtl_tx_agg_stop()
1590 sta_entry->tids[tid].agg.agg_state = RTL_AGG_STOP; in rtl_tx_agg_stop()
1621 tid_data = &sta_entry->tids[tid]; in rtl_rx_agg_start()
1647 sta_entry->tids[tid].agg.rx_agg_state = RTL_RX_AGG_STOP; in rtl_rx_agg_stop()
1667 sta_entry->tids[tid].agg.agg_state = RTL_AGG_OPERATIONAL; in rtl_tx_agg_oper()
/drivers/staging/rtlwifi/
Drc.c204 if (sta_entry->tids[tid].agg.agg_state == RTL_AGG_STOP) in _rtl_tx_aggr_check()
242 sta_entry->tids[tid].agg.agg_state = in rtl_tx_status()
Dbase.c1421 tid_data = &sta_entry->tids[tid]; in rtl_action_proc()
1724 tid_data = &sta_entry->tids[tid]; in rtl_tx_agg_start()
1754 tid_data = &sta_entry->tids[tid]; in rtl_tx_agg_stop()
1755 sta_entry->tids[tid].agg.agg_state = RTL_AGG_STOP; in rtl_tx_agg_stop()
1786 tid_data = &sta_entry->tids[tid]; in rtl_rx_agg_start()
1812 sta_entry->tids[tid].agg.rx_agg_state = RTL_RX_AGG_STOP; in rtl_rx_agg_stop()
1833 sta_entry->tids[tid].agg.agg_state = RTL_AGG_OPERATIONAL; in rtl_tx_agg_oper()
/drivers/infiniband/hw/cxgb4/
Dcm.c401 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid, in _c4iw_free_ep()
558 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in act_open_req_arp_failure()
1183 struct tid_info *t = dev->rdev.lldi.tids; in act_establish()
2127 ep->atid = cxgb4_alloc_atid(ep->com.dev->rdev.lldi.tids, ep); in c4iw_reconnect()
2186 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in c4iw_reconnect()
2207 struct tid_info *t = dev->rdev.lldi.tids; in act_open_rpl()
2303 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, GET_TID(rpl), in act_open_rpl()
2458 struct tid_info *t = dev->rdev.lldi.tids; in pass_accept_req()
2855 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid, in peer_abort()
3240 ep->atid = cxgb4_alloc_atid(dev->rdev.lldi.tids, ep); in c4iw_connect()
[all …]
/drivers/net/wireless/intel/iwlwifi/mvm/
Dsta.h554 u16 cnt, u16 tids, bool more_data,
Dmac80211.c2395 struct ieee80211_sta *sta, u16 tids, in iwl_mvm_mac_allow_buffered_frames() argument
2405 tids, more_data, false); in iwl_mvm_mac_allow_buffered_frames()
2410 struct ieee80211_sta *sta, u16 tids, in iwl_mvm_mac_release_buffered_frames() argument
2420 tids, more_data, true); in iwl_mvm_mac_release_buffered_frames()
2429 unsigned long txqs = 0, tids = 0; in __iwl_mvm_mac_sta_notify() local
2452 __set_bit(tid, &tids); in __iwl_mvm_mac_sta_notify()
2457 for_each_set_bit(tid, &tids, IWL_MAX_TID_COUNT) in __iwl_mvm_mac_sta_notify()
Dtx.c1872 u16 tids, u32 flags) in iwl_mvm_flush_sta_tids() argument
1877 .tid_mask = cpu_to_le16(tids), in iwl_mvm_flush_sta_tids()
/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.c390 iids->tids += segs[j].count; in qed_cxt_qm_iids()
400 iids->tids += vf_tids * p_mngr->vf_count; in qed_cxt_qm_iids()
404 iids->cids, iids->vf_cids, iids->tids, vf_tids); in qed_cxt_qm_iids()
746 qm_iids.vf_cids, qm_iids.tids, in qed_cxt_cfg_ilt_compute()
755 qm_iids.tids, in qed_cxt_cfg_ilt_compute()
1515 params.num_tids = iids.tids; in qed_qm_init_pf()
Dqed.h229 u32 tids; member
/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c2607 unsigned int m, pstructs, tids = t3_mc5_size(&adap->mc5); in partition_mem() local
2611 if (tids <= 16 * 1024) { in partition_mem()
2614 } else if (tids <= 64 * 1024) { in partition_mem()
2617 } else if (tids <= 256 * 1024) { in partition_mem()
2642 m = tids * TCB_SIZE; in partition_mem()
2656 tids = (p->cm_size - m - (3 << 20)) / 3072 - 32; in partition_mem()
2659 if (tids < m) in partition_mem()
2660 adap->params.mc5.nservers += m - tids; in partition_mem()
/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dtrx.c517 if (mac->tids[tid].agg.agg_state == RTL_AGG_ON && in rtl92cu_tx_fill_desc()
/drivers/net/wireless/ath/ath9k/
Dxmit.c1666 u16 tids, int nframes, in ath9k_release_buffered_frames() argument
1680 for (i = 0; tids && nframes; i++, tids >>= 1) { in ath9k_release_buffered_frames()
1683 if (!(tids & 1)) in ath9k_release_buffered_frames()
Dath9k.h618 u16 tids, int nframes,

12