Searched refs:nhpftids (Results 1 – 10 of 10) sorted by relevance
200 if (filter_id < adapter->tids.nhpftids) in cxgb4_config_knode()368 max_tids = adapter->tids.nhpftids + adapter->tids.nftids; in cxgb4_delete_knode()373 if (filter_id < adapter->tids.nhpftids) { in cxgb4_delete_knode()382 adapter->tids.nhpftids, i + 1); in cxgb4_delete_knode()383 if (i >= adapter->tids.nhpftids) { in cxgb4_delete_knode()384 filter_id = adapter->tids.nhpftids; in cxgb4_delete_knode()390 i = filter_id - adapter->tids.nhpftids; in cxgb4_delete_knode()402 filter_id = i + adapter->tids.nhpftids; in cxgb4_delete_knode()497 unsigned int max_tids = adap->tids.nftids + adap->tids.nhpftids; in cxgb4_init_tc_u32()
461 if (idx < t->nhpftids) { in cxgb4_filter_prio_in_range()493 idx -= t->nhpftids; in cxgb4_filter_prio_in_range()509 if (prev_ftid >= t->nhpftids) in cxgb4_filter_prio_in_range()600 ftid = (tc_prio <= t->nhpftids) ? 0 : t->nhpftids; in cxgb4_get_free_ftid()603 if (ftid < t->nhpftids) { in cxgb4_get_free_ftid()615 ftid = t->nhpftids; in cxgb4_get_free_ftid()626 if (ftid < t->nhpftids) { in cxgb4_get_free_ftid()643 ftid = t->nhpftids; in cxgb4_get_free_ftid()959 adapter->tids.nhpftids) in delete_filter()1023 adapter->tids.nhpftids; in clear_all_filters()[all …]
181 u32 nhpftids; member
124 unsigned int nhpftids; member
1636 if (ftid >= t->hpftid_base && ftid < t->hpftid_base + t->nhpftids) in cxgb4_get_filter_entry()1852 filter_id -= (adapter->tids.ftid_base - adapter->tids.nhpftids); in cxgb4_ntuple_del_filter()1916 tid += (adapter->tids.ftid_base - adapter->tids.nhpftids); in cxgb4_ntuple_set_filter()2260 nentries = tids->nhpftids + tids->nftids; in cxgb4_init_ethtool_filters()
326 if (fidx < adap->tids.nhpftids) in cxgb4_matchall_add_filter()
1846 hpftid_bmap_size = BITS_TO_LONGS(t->nhpftids); in tid_init()1853 t->nhpftids * sizeof(*t->hpftid_tab) + in tid_init()1868 t->hpftid_bmap = (unsigned long *)&t->hpftid_tab[t->nhpftids]; in tid_init()1905 if (t->nhpftids) in tid_init()1906 bitmap_zero(t->hpftid_bmap, t->nhpftids); in tid_init()5001 adap->tids.nhpftids = val[1] - val[0] + 1; in adap_init0()
888 if (fidx < adap->tids.nhpftids) { in cxgb4_flow_rule_replace()
3381 if (t->nhpftids) in tid_info_show()3383 t->hpftid_base + t->nhpftids - 1); in tid_info_show()
2184 tid->nhpftids = val[1] - val[0] + 1; in cudbg_collect_tid()
Completed in 43 milliseconds