Searched refs:hpftid_tab (Results 1 – 5 of 5) sorted by relevance
380 f = &adapter->tids.hpftid_tab[fidx]; in get_filter_count()468 next_tab = t->hpftid_tab; in cxgb4_filter_prio_in_range()491 prev_tab = t->hpftid_tab; in cxgb4_filter_prio_in_range()512 prev_tab = t->hpftid_tab; in cxgb4_filter_prio_in_range()627 f = &t->hpftid_tab[ftid]; in cxgb4_get_free_ftid()766 f = &adapter->tids.hpftid_tab[fidx]; in del_filter_wr()800 f = &adapter->tids.hpftid_tab[fidx]; in set_filter_wr()963 f = &adapter->tids.hpftid_tab[fidx]; in delete_filter()1011 if (adapter->tids.hpftid_tab) { in clear_all_filters()1012 struct filter_entry *f = &adapter->tids.hpftid_tab[0]; in clear_all_filters()[all …]
122 struct filter_entry *hpftid_tab; member
375 f = &adapter->tids.hpftid_tab[i]; in cxgb4_delete_knode()
1852 t->nhpftids * sizeof(*t->hpftid_tab) + in tid_init()1866 t->hpftid_tab = (struct filter_entry *)&t->stid_bmap[stid_bmap_size]; in tid_init()1867 t->hpftid_bmap = (unsigned long *)&t->hpftid_tab[t->nhpftids]; in tid_init()
1637 return &t->hpftid_tab[ftid - t->hpftid_base]; in cxgb4_get_filter_entry()