Searched refs:is_hashfilter (Results 1 – 4 of 4) sorted by relevance
938 if (is_hashfilter(adapter) && fs->cap) in cxgbe_del_filter()1011 if (is_hashfilter(adapter) && fs->cap) in cxgbe_set_filter()1315 if (is_hashfilter(adapter) && hash) { in cxgbe_get_filter_count()1398 if (is_hashfilter(adapter) && hash) { in cxgbe_clear_filter_count()
115 if (!is_hashfilter(adap)) in cxgbe_fill_filter_region()1423 if (is_hashfilter(adap) && adap->tids.tid_tab) { in cxgbe_flow_flush()
2200 if (is_hashfilter(adapter)) { in cxgbe_probe()
339 static inline int is_hashfilter(const struct adapter *adap) in is_hashfilter() function