Home
last modified time | relevance | path

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

/f-stack/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.c537 if (fidx >= adap->tids.nftids) { in cxgbe_validate_fidxondel()
563 if (fidx >= adap->tids.nftids) { in cxgbe_validate_fidxonadd()
565 fidx, adap->tids.nftids); in cxgbe_validate_fidxonadd()
1120 struct tid_info *t = &adap->tids; in __cxgbe_flow_create()
1158 flow->f = &adap->tids.ftid_tab[fidx]; in __cxgbe_flow_create()
1407 if (adap->tids.ftid_tab) { in cxgbe_flow_flush()
1408 struct filter_entry *f = &adap->tids.ftid_tab[0]; in cxgbe_flow_flush()
1410 for (i = 0; i < adap->tids.nftids; i++, f++) { in cxgbe_flow_flush()
1423 if (is_hashfilter(adap) && adap->tids.tid_tab) { in cxgbe_flow_flush()
1426 for (i = adap->tids.hash_base; i <= adap->tids.ntids; i++) { in cxgbe_flow_flush()
[all …]
H A Dcxgbe_main.c414 struct adapter *adap = container_of(t, struct adapter, tids); in cxgbe_remove_tid()
1409 adap->tids.ftid_base = val[2]; in adap_init0()
1410 adap->tids.nftids = val[3] - val[2] + 1; in adap_init0()
1464 adap->tids.ntids = val[0]; in adap_init0()
1465 adap->tids.natids = min(adap->tids.ntids / 2, MAX_ATIDS); in adap_init0()
1973 tid_free(&adapter->tids); in cxgbe_close()
2187 if (tid_init(&adapter->tids) < 0) { in cxgbe_probe()
2206 adapter->tids.hash_base = hash_base / 4; in cxgbe_probe()
/f-stack/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
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h355 struct tid_info tids; /* Info used to access TID related tables */ member