Home
last modified time | relevance | path

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

12

/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_filter.c370 f = adapter->tids.tid_tab[fidx - adapter->tids.tid_base]; in get_filter_count()
374 if ((fidx != (adapter->tids.nftids + adapter->tids.nsftids + in get_filter_count()
376 fidx >= (adapter->tids.nftids + adapter->tids.nhpftids)) in get_filter_count()
768 f = &adapter->tids.ftid_tab[fidx - adapter->tids.nhpftids]; in del_filter_wr()
802 f = &adapter->tids.ftid_tab[fidx - adapter->tids.nhpftids]; in set_filter_wr()
958 if (fidx >= adapter->tids.nftids + adapter->tids.nsftids + in delete_filter()
965 f = &adapter->tids.ftid_tab[fidx - adapter->tids.nhpftids]; in delete_filter()
1163 (adap->tids.nhash + (adap->tids.stid_base - adap->tids.tid_base))) in is_filter_exact_match()
1548 max_fidx = adapter->tids.nftids + adapter->tids.nhpftids; in __cxgb4_set_filter()
1819 max_fidx = adapter->tids.nftids + adapter->tids.nhpftids; in __cxgb4_del_filter()
[all …]
A Dcxgb4_tc_u32.c200 if (filter_id < adapter->tids.nhpftids) in cxgb4_config_knode()
368 max_tids = adapter->tids.nhpftids + adapter->tids.nftids; in cxgb4_delete_knode()
370 spin_lock_bh(&adapter->tids.ftid_lock); in cxgb4_delete_knode()
375 f = &adapter->tids.hpftid_tab[i]; in cxgb4_delete_knode()
382 adapter->tids.nhpftids, i + 1); in cxgb4_delete_knode()
383 if (i >= adapter->tids.nhpftids) { in cxgb4_delete_knode()
384 filter_id = adapter->tids.nhpftids; in cxgb4_delete_knode()
391 f = &adapter->tids.ftid_tab[i]; in cxgb4_delete_knode()
398 adapter->tids.nftids, i + 1); in cxgb4_delete_knode()
399 if (i >= adapter->tids.nftids) in cxgb4_delete_knode()
[all …]
A Dcxgb4_tc_mqprio.c81 if (qoffset >= adap->tids.neotids || qcount > adap->tids.neotids) in cxgb4_mqprio_validate()
113 eosw_txq->hwtid = adap->tids.eotid_base + eosw_txq->eotid; in cxgb4_init_eosw_txq()
448 eotid = cxgb4_get_free_eotid(&adap->tids); in cxgb4_mqprio_enable_offload()
462 cxgb4_alloc_eotid(&adap->tids, eotid, eosw_txq); in cxgb4_mqprio_enable_offload()
522 cxgb4_free_eotid(&adap->tids, eosw_txq->eotid); in cxgb4_mqprio_enable_offload()
557 cxgb4_free_eotid(&adap->tids, eosw_txq->eotid); in cxgb4_mqprio_disable_offload()
676 eosw_txq = kcalloc(adap->tids.neotids, sizeof(*eosw_txq), in cxgb4_init_tc_mqprio()
A Dcxgb4_main.c2918 stid -= adap->tids.sftid_base; in cxgb4_create_server_filter()
2919 stid += adap->tids.nftids; in cxgb4_create_server_filter()
2984 stid -= adap->tids.sftid_base; in cxgb4_remove_server_filter()
2985 stid += adap->tids.nftids; in cxgb4_remove_server_filter()
5005 adap->tids.tid_base = in adap_init0()
5177 adap->tids.ntids = val[0]; in adap_init0()
5178 adap->tids.natids = min(adap->tids.ntids / 2, MAX_ATIDS); in adap_init0()
5191 adap->tids.sftid_base = adap->tids.ftid_base + in adap_init0()
5193 adap->tids.nsftids = adap->tids.nftids - in adap_init0()
5195 adap->tids.nftids = adap->tids.sftid_base - in adap_init0()
[all …]
A Dcxgb4_ethtool.c1631 struct tid_info *t = &adap->tids; in cxgb4_get_filter_entry()
1851 filter_id -= adapter->tids.hpftid_base; in cxgb4_ntuple_del_filter()
1853 filter_id -= (adapter->tids.ftid_base - adapter->tids.nhpftids); in cxgb4_ntuple_del_filter()
1915 tid += adapter->tids.hpftid_base; in cxgb4_ntuple_set_filter()
1917 tid += (adapter->tids.ftid_base - adapter->tids.nhpftids); in cxgb4_ntuple_set_filter()
2244 struct tid_info *tids = &adap->tids; in cxgb4_init_ethtool_filters() local
2262 nentries = tids->nhpftids + tids->nftids; in cxgb4_init_ethtool_filters()
2264 nentries += tids->nhash + in cxgb4_init_ethtool_filters()
2265 (adap->tids.stid_base - adap->tids.tid_base); in cxgb4_init_ethtool_filters()
A Dcxgb4_tc_flower.c799 spin_lock_bh(&adap->tids.ftid_lock); in cxgb4_tc_flower_hash_prio_add()
800 if (adap->tids.tc_hash_tids_max_prio < tc_prio) in cxgb4_tc_flower_hash_prio_add()
801 adap->tids.tc_hash_tids_max_prio = tc_prio; in cxgb4_tc_flower_hash_prio_add()
802 spin_unlock_bh(&adap->tids.ftid_lock); in cxgb4_tc_flower_hash_prio_add()
807 struct tid_info *t = &adap->tids; in cxgb4_tc_flower_hash_prio_del()
888 if (fidx < adap->tids.nhpftids) { in cxgb4_flow_rule_replace()
A Dcxgb4_uld.c294 ciq_size = 64 + adap->vres.cq.size + adap->tids.nftids; in cfg_queues_uld()
604 lld->tids = &adap->tids; in uld_init()
672 const struct tid_info *t = &adap->tids; in cxgb4_uld_in_use()
A Dcudbg_lib.c2190 tid->ntids = padap->tids.ntids; in cudbg_collect_tid()
2191 tid->nstids = padap->tids.nstids; in cudbg_collect_tid()
2192 tid->stid_base = padap->tids.stid_base; in cudbg_collect_tid()
2193 tid->hash_base = padap->tids.hash_base; in cudbg_collect_tid()
2195 tid->natids = padap->tids.natids; in cudbg_collect_tid()
2196 tid->nftids = padap->tids.nftids; in cudbg_collect_tid()
2197 tid->ftid_base = padap->tids.ftid_base; in cudbg_collect_tid()
2198 tid->aftid_base = padap->tids.aftid_base; in cudbg_collect_tid()
2199 tid->aftid_end = padap->tids.aftid_end; in cudbg_collect_tid()
2201 tid->sftid_base = padap->tids.sftid_base; in cudbg_collect_tid()
[all …]
A Dsched.c266 if (p->tid < 0 || p->tid >= adap->tids.neotids) in t4_sched_flowc_unbind()
294 if (p->tid < 0 || p->tid >= adap->tids.neotids) in t4_sched_flowc_bind()
/drivers/net/ethernet/chelsio/inline_crypto/chtls/
A Dchtls_cm.c823 struct tid_info *tids; in chtls_release_resources() local
828 tids = cdev->tids; in chtls_release_resources()
1315 newsk = lookup_tid(cdev->tids, tid); in chtls_pass_accept_request()
1579 sk = lookup_tid(cdev->tids, hwtid); in chtls_pass_establish()
1732 sk = lookup_tid(cdev->tids, hwtid); in chtls_rx_data()
1784 sk = lookup_tid(cdev->tids, hwtid); in chtls_rx_pdu()
1853 sk = lookup_tid(cdev->tids, hwtid); in chtls_rx_cmp()
2162 cxgb4_remove_tid(cdev->tids, in chtls_abort_rpl_rss()
2186 sk = lookup_tid(cdev->tids, hwtid); in chtls_conn_cpl()
2288 sk = lookup_tid(cdev->tids, hwtid); in chtls_wr_ack()
[all …]
A Dchtls_main.c255 cdev->tids = lldi->tids; in chtls_uld_add()
258 cdev->tids = lldi->tids; in chtls_uld_add()
/drivers/infiniband/hw/hfi1/
A Duser_sdma.c363 req->tids = NULL; in hfi1_user_sdma_process_request()
498 ntids, sizeof(*req->tids)); in hfi1_user_sdma_process_request()
505 req->tids = tmp; in hfi1_user_sdma_process_request()
603 req->tids[req->tididx]) { in compute_data_length()
978 tidval = req->tids[req->tididx]; in set_txreq_header()
991 !req->tids[req->tididx]) { in set_txreq_header()
994 tidval = req->tids[req->tididx]; in set_txreq_header()
1080 tidval = req->tids[req->tididx]; in set_txreq_header_ahg()
1094 !req->tids[req->tididx]) in set_txreq_header_ahg()
1096 tidval = req->tids[req->tididx]; in set_txreq_header_ahg()
[all …]
A Duser_sdma.h137 u32 *tids; member
/drivers/scsi/cxgbi/cxgb4i/
A Dcxgb4i.c899 struct tid_info *t = lldi->tids; in do_act_establish()
1052 struct tid_info *t = lldi->tids; in do_act_open_rpl()
1098 struct tid_info *t = lldi->tids; in do_peer_close()
1119 struct tid_info *t = lldi->tids; in do_close_con_rpl()
1158 struct tid_info *t = lldi->tids; in do_abort_req_rss()
1206 struct tid_info *t = lldi->tids; in do_abort_rpl_rss()
1230 struct tid_info *t = lldi->tids; in do_rx_data()
1252 struct tid_info *t = lldi->tids; in do_rx_iscsi_hdr()
1355 struct tid_info *t = lldi->tids; in do_rx_iscsi_data()
1453 struct tid_info *t = lldi->tids; in do_rx_data_ddp()
[all …]
/drivers/target/iscsi/cxgbit/
A Dcxgbit_cm.c356 cxgb4_free_stid(cdev->lldi.tids, stid, ss_family); in __cxgbit_setup_cdev_np()
367 cxgb4_free_stid(cdev->lldi.tids, stid, in __cxgbit_setup_cdev_np()
559 cxgb4_free_stid(cdev->lldi.tids, stid, in __cxgbit_free_cdev_np()
810 cxgb4_remove_tid(csk->com.cdev->lldi.tids, 0, csk->tid, in _cxgbit_free_csk()
1223 struct tid_info *t = cdev->lldi.tids; in cxgbit_pass_accept_req()
1582 struct tid_info *t = cdev->lldi.tids; in cxgbit_pass_open_rpl()
1604 struct tid_info *t = cdev->lldi.tids; in cxgbit_close_listsrv_rpl()
1626 struct tid_info *t = cdev->lldi.tids; in cxgbit_pass_establish()
1903 struct tid_info *t = lldi->tids; in cxgbit_set_tcb_rpl()
1924 struct tid_info *t = lldi->tids; in cxgbit_rx_data()
[all …]
/drivers/net/wireless/realtek/rtlwifi/
A Drc.c201 if (sta_entry->tids[tid].agg.agg_state == RTL_AGG_STOP) in _rtl_tx_aggr_check()
239 sta_entry->tids[tid].agg.agg_state = in rtl_tx_status()
A Dbase.c1419 tid_data = &sta_entry->tids[tid]; in rtl_action_proc()
1765 tid_data = &sta_entry->tids[tid]; in rtl_tx_agg_start()
1792 sta_entry->tids[tid].agg.agg_state = RTL_AGG_STOP; in rtl_tx_agg_stop()
1821 tid_data = &sta_entry->tids[tid]; in rtl_rx_agg_start()
1846 sta_entry->tids[tid].agg.rx_agg_state = RTL_RX_AGG_STOP; in rtl_rx_agg_stop()
1867 sta_entry->tids[tid].agg.agg_state = RTL_AGG_OPERATIONAL; in rtl_tx_agg_oper()
/drivers/net/wireless/mediatek/mt76/
A Dtx.c405 u16 tids, int nframes, in mt76_release_buffered_frames() argument
416 for (i = 0; tids && nframes; i++, tids >>= 1) { in mt76_release_buffered_frames()
421 if (!(tids & 1)) in mt76_release_buffered_frames()
/drivers/infiniband/hw/cxgb4/
A Dcm.c562 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in act_open_req_arp_failure()
1221 struct tid_info *t = dev->rdev.lldi.tids; in act_establish()
2253 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in c4iw_reconnect()
2274 struct tid_info *t = dev->rdev.lldi.tids; in act_open_rpl()
2519 struct tid_info *t = dev->rdev.lldi.tids; in pass_accept_req()
3359 ep->atid = cxgb4_alloc_atid(dev->rdev.lldi.tids, ep); in c4iw_connect()
3568 ep->stid = cxgb4_alloc_sftid(dev->rdev.lldi.tids, in c4iw_create_listen()
3571 ep->stid = cxgb4_alloc_stid(dev->rdev.lldi.tids, in c4iw_create_listen()
3594 cxgb4_free_stid(ep->com.dev->rdev.lldi.tids, ep->stid, in c4iw_create_listen()
3634 cxgb4_free_stid(ep->com.dev->rdev.lldi.tids, ep->stid, in c4iw_destroy_listen()
[all …]
/drivers/net/wireless/mediatek/mt76/mt7603/
A Dmain.c438 u16 tids, int nframes, in mt7603_release_buffered_frames() argument
456 if (!(tids & BIT(skb->priority))) in mt7603_release_buffered_frames()
473 mt76_release_buffered_frames(hw, sta, tids, nframes, reason, in mt7603_release_buffered_frames()
/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
A Dchcr_ktls.c279 struct tid_info *t = &tx_info->adap->tids; in chcr_setup_connection()
389 cxgb4_remove_tid(&tx_info->adap->tids, tx_info->tx_chan, in chcr_ktls_dev_del()
577 cxgb4_remove_tid(&tx_info->adap->tids, tx_info->tx_chan, in chcr_ktls_dev_add()
657 t = &adap->tids; in chcr_ktls_cpl_act_open_rpl()
673 cxgb4_remove_tid(&tx_info->adap->tids, tx_info->tx_chan, in chcr_ktls_cpl_act_open_rpl()
720 t = &adap->tids; in chcr_ktls_cpl_set_tcb_rpl()
2177 cxgb4_remove_tid(&tx_info->adap->tids, tx_info->tx_chan, in clear_conn_resources()
/drivers/net/ethernet/chelsio/cxgb3/
A Dt3_hw.c2543 unsigned int m, pstructs, tids = t3_mc5_size(&adap->mc5); in partition_mem() local
2547 if (tids <= 16 * 1024) { in partition_mem()
2550 } else if (tids <= 64 * 1024) { in partition_mem()
2553 } else if (tids <= 256 * 1024) { in partition_mem()
2578 m = tids * TCB_SIZE; in partition_mem()
2592 tids = (p->cm_size - m - (3 << 20)) / 3072 - 32; in partition_mem()
2595 if (tids < m) in partition_mem()
2596 adap->params.mc5.nservers += m - tids; in partition_mem()
/drivers/net/ethernet/qlogic/qed/
A Dqed_cxt.c239 iids->tids += segs[j].count; in qed_cxt_qm_iids()
249 iids->tids += vf_tids * p_mngr->vf_count; in qed_cxt_qm_iids()
253 iids->cids, iids->vf_cids, iids->tids, vf_tids); in qed_cxt_qm_iids()
636 qm_iids.vf_cids, qm_iids.tids, in qed_cxt_cfg_ilt_compute()
645 qm_iids.tids, in qed_cxt_cfg_ilt_compute()
1416 params.num_tids = iids.tids; in qed_qm_init_pf()
/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
A Dtrx.c109 agg_state = sta_entry->tids[tid].agg.agg_state; in rtl92du_tx_fill_desc()
/drivers/net/wireless/intel/iwlwifi/mvm/
A Dsta.h582 u16 cnt, u16 tids, bool more_data,

Completed in 91 milliseconds

12