Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ofld.h52 struct filter_entry *ftid_tab; /* Normal filters */ member
H A Dcxgbe_filter.c751 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in del_filter_wr()
780 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in set_filter_wr()
965 f = &adapter->tids.ftid_tab[filter_id]; in cxgbe_del_filter()
1053 f = &adapter->tids.ftid_tab[filter_id]; in cxgbe_set_filter()
1249 if (adap->tids.ftid_tab) { in cxgbe_filter_rpl()
1255 f = &adap->tids.ftid_tab[idx]; in cxgbe_filter_rpl()
1334 f = &adapter->tids.ftid_tab[fidx]; in cxgbe_get_filter_count()
1341 f = &adapter->tids.ftid_tab[fidx]; in cxgbe_get_filter_count()
1411 f = &adapter->tids.ftid_tab[fidx]; in cxgbe_clear_filter_count()
H A Dcxgbe_flow.c1158 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()
H A Dcxgbe_main.c487 max_ftids * sizeof(*t->ftid_tab) + in tid_init()
495 t->ftid_tab = (struct filter_entry *)&t->atid_tab[t->natids]; in tid_init()