Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/
H A Dcxgbe_filter.c45 adap->tids.ntids = val; in cxgbe_init_hash_filter()
46 adap->tids.natids = min(adap->tids.ntids / 2, MAX_ATIDS); in cxgbe_init_hash_filter()
53 adap->tids.nftids = n_user_filters; in cxgbe_init_hash_filter()
277 struct tid_info *t = &adap->tids; in cxgbe_alloc_ftid()
972 cxgbe_clear_ftid(&adapter->tids, in cxgbe_del_filter()
1167 struct tid_info *t = &adap->tids; in cxgbe_hash_filter_rpl()
1249 if (adap->tids.ftid_tab) { in cxgbe_filter_rpl()
1255 f = &adap->tids.ftid_tab[idx]; in cxgbe_filter_rpl()
1399 if (fidx >= adapter->tids.ntids) in cxgbe_clear_filter_count()
1406 f = adapter->tids.tid_tab[fidx]; in cxgbe_clear_filter_count()
[all …]
H A Dcxgbe_flow.c532 if (fidx >= adap->tids.nftids) { in cxgbe_validate_fidxondel()
558 if (fidx >= adap->tids.nftids) { in cxgbe_validate_fidxonadd()
560 fidx, adap->tids.nftids); in cxgbe_validate_fidxonadd()
1115 struct tid_info *t = &adap->tids; in __cxgbe_flow_create()
1153 flow->f = &adap->tids.ftid_tab[fidx]; in __cxgbe_flow_create()
1402 if (adap->tids.ftid_tab) { in cxgbe_flow_flush()
1403 struct filter_entry *f = &adap->tids.ftid_tab[0]; in cxgbe_flow_flush()
1405 for (i = 0; i < adap->tids.nftids; i++, f++) { in cxgbe_flow_flush()
1418 if (is_hashfilter(adap) && adap->tids.tid_tab) { in cxgbe_flow_flush()
1421 for (i = adap->tids.hash_base; i <= adap->tids.ntids; i++) { in cxgbe_flow_flush()
[all …]
H A Dcxgbe_main.c413 struct adapter *adap = container_of(t, struct adapter, tids); in cxgbe_remove_tid()
1408 adap->tids.ftid_base = val[2]; in adap_init0()
1409 adap->tids.nftids = val[3] - val[2] + 1; in adap_init0()
1463 adap->tids.ntids = val[0]; in adap_init0()
1464 adap->tids.natids = min(adap->tids.ntids / 2, MAX_ATIDS); in adap_init0()
2020 tid_free(&adapter->tids); in cxgbe_close()
2234 if (tid_init(&adapter->tids) < 0) { in cxgbe_probe()
2253 adapter->tids.hash_base = hash_base / 4; in cxgbe_probe()
/dpdk/drivers/net/qede/base/
H A Decore_cxt.c212 iids->tids += segs[j].count; in ecore_cxt_qm_iids()
222 iids->tids += vf_tids * p_mngr->vf_count; in ecore_cxt_qm_iids()
226 iids->cids, iids->vf_cids, iids->tids, vf_tids); in ecore_cxt_qm_iids()
602 qm_iids.vf_cids, qm_iids.tids, in ecore_cxt_cfg_ilt_compute()
609 qm_iids.cids, qm_iids.vf_cids, qm_iids.tids, in ecore_cxt_cfg_ilt_compute()
1415 iids.cids, iids.vf_cids, iids.tids, in ecore_qm_init_pf()
H A Decore.h279 u32 tids; member
/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h345 struct tid_info tids; /* Info used to access TID related tables */ member