Home
last modified time | relevance | path

Searched refs:nftids (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ofld.h56 unsigned int nftids, natids; member
H A Dcxgbe_filter.c49 n_user_filters = mult_frac(adap->tids.nftids, in cxgbe_init_hash_filter()
53 adap->tids.nftids = n_user_filters; in cxgbe_init_hash_filter()
279 int size = t->nftids; in cxgbe_alloc_ftid()
941 if (filter_id >= adapter->tids.nftids) in cxgbe_del_filter()
1014 if (filter_id >= adapter->tids.nftids) in cxgbe_set_filter()
1246 int idx, max_fidx = adap->tids.nftids; in cxgbe_filter_rpl()
1331 if (fidx >= adapter->tids.nftids) in cxgbe_get_filter_count()
1408 if (fidx >= adapter->tids.nftids) in cxgbe_clear_filter_count()
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()
1410 for (i = 0; i < adap->tids.nftids; i++, f++) { in cxgbe_flow_flush()
H A Dcxgbe_main.c483 unsigned int max_ftids = t->nftids; in tid_init()
485 ftid_bmap_size = rte_bitmap_get_memory_footprint(t->nftids); in tid_init()
519 t->ftid_bmap = rte_bitmap_init(t->nftids, t->ftid_bmap_array, in tid_init()
1410 adap->tids.nftids = val[3] - val[2] + 1; in adap_init0()